summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-11bsd-user: remove target_signal.h, it's unusedWarner Losh6-95/+0
2021-05-11bsd-user: style tweak: keyword space (Warner Losh1-11/+11
2021-05-11bsd-user: style tweak: Remove #if 0'd codeWarner Losh1-8/+0
2021-05-11bsd-user: style tweak: keyword space (Warner Losh1-1/+1
2021-05-11bsd-user: style tweak: keyword space (Warner Losh1-9/+9
2021-05-11bsd-user: whitespace changesWarner Losh1-163/+163
2021-05-11bsd-user: use qemu_strtoul in preference to strtolWarner Losh1-4/+8
2021-05-11bsd-user: style tweak: use {} consistently in for / if / else statementsWarner Losh1-23/+43
2021-05-11bsd-user: style tweak: use {} for all if statements, format else correctlyWarner Losh1-7/+13
2021-05-11bsd-user: style tweak: don't assign in if statementsWarner Losh1-2/+4
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh1-31/+43
2021-05-11bsd-user: style tweak: remove spacing after '*' and add after }Warner Losh1-9/+9
2021-05-11bsd-user: style tweak: move extern to header fileWarner Losh2-1/+2
2021-05-11bsd-user: Remove commented out codeWarner Losh1-4/+0
2021-05-11bsd-user: style tweak: Use preferred block commentsWarner Losh1-10/+18
2021-05-11bsd-user: style tweak: Remove #if 0'd codeWarner Losh1-143/+0
2021-05-11bsd-user: style tweak: use C not C++ commentsWarner Losh1-8/+8
2021-05-11bsd-user: whitespace changesWarner Losh1-20/+20
2021-05-10hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9Guenter Roeck1-1/+1
2021-05-10hw/arm/mps2-tz: Implement AN524 memory remapping via machine propertyPeter Maydell2-1/+117
2021-05-10hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell2-3/+19
2021-05-10hw/misc/mps2-scc: Add "QEMU interface" commentPeter Maydell1-0/+12
2021-05-10hw/arm/imx25_pdk: Fix error message for invalid RAM sizePhilippe Mathieu-Daudé1-3/+2
2021-05-10include/disas/dis-asm.h: Handle being included outside 'extern "C"'Peter Maydell3-6/+10
2021-05-10include/qemu/bswap.h: Handle being included outside extern "C" blockPeter Maydell1-4/+22
2021-05-10osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselvesPeter Maydell3-4/+20
2021-05-10hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()Peter Maydell1-1/+1
2021-05-10target/arm: Make WFI a NOP for userspace emulatorsPeter Maydell1-0/+14
2021-05-10target/arm: Make translate-neon.c.inc its own compilation unitPeter Maydell4-11/+14
2021-05-10target/arm: Make functions used by translate-neon globalPeter Maydell2-8/+10
2021-05-10target/arm: Move NeonGenThreeOpEnvFn typedef to translate.hPeter Maydell2-3/+2
2021-05-10target/arm: Delete unused typedefPeter Maydell1-2/+0
2021-05-10target/arm: Move vfp_reg_ptr() to translate-neon.c.incPeter Maydell2-7/+7
2021-05-10target/arm: Make translate-vfp.c.inc its own compilation unitPeter Maydell4-9/+13
2021-05-10target/arm: Make functions used by translate-vfp globalPeter Maydell2-17/+26
2021-05-10target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.incPeter Maydell2-20/+20
2021-05-10target/arm: Move gen_aa32 functions to translate-a32.hPeter Maydell2-35/+69
2021-05-10target/arm: Split m-nocp trans functions into their own filePeter Maydell5-198/+226
2021-05-10target/arm: Make functions used by m-nocp globalPeter Maydell3-33/+65
2021-05-10target/arm: Share unallocated_encoding() and gen_exception_insn()Peter Maydell4-22/+12
2021-05-10target/arm: Move constant expanders to translate.hPeter Maydell2-24/+24
2021-05-10target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()Peter Maydell1-1/+1
2021-05-10linux-user/aarch64: Enable hwcap for RND, BTI, and MTERichard Henderson1-0/+13
2021-05-10docs: fix link in sbsa descriptionAlex Bennée1-1/+1
2021-05-06virtiofsd/fuse_virtio.c: Changed allocations of locals to GLibMahmoud Mandour1-6/+5
2021-05-06virtiofsd/passthrough_ll.c: Changed local allocations to GLib functionsMahmoud Mandour1-11/+6
2021-05-06virtiofsd: Changed allocations of fv_VuDev & its internals to GLib functionsMahmoud Mandour1-13/+6
2021-05-06virtiofsd: Changed allocation of lo_map_elems to GLib's functionsMahmoud Mandour1-2/+2
2021-05-06virtiofsd: Changed allocations of fuse_session to GLib's functionsMahmoud Mandour1-3/+3
2021-05-06virtiofsd: Changed allocations of iovec to GLib's functionsMahmoud Mandour2-24/+14