aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-22qapi: remove needless includeMarc-André Lureau1-1/+0
2022-03-22util: remove the net/net.h dependencyMarc-André Lureau3-15/+13
2022-03-22util: remove needless includesMarc-André Lureau1-2/+0
2022-03-22scripts/modinfo-collect: remove unused/dead codeMarc-André Lureau1-5/+0
2022-03-22Move HOST_LONG_BITS to compiler.hMarc-André Lureau2-3/+5
2022-03-22Simplify HOST_LONG_BITSMarc-André Lureau1-7/+1
2022-03-22compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATEDMarc-André Lureau4-7/+5
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau6-16/+16
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau58-137/+130
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau15-64/+45
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau2-2/+2
2022-03-22vl: typo fix in a commentMarc-André Lureau1-1/+1
2022-03-22qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau2-0/+4
2022-03-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-9/+15
2022-03-21Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell109-214/+284
2022-03-21Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell3-14/+23
2022-03-21hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini1-5/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster102-200/+195
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster5-12/+12
2022-03-21scripts/coccinelle: New use-g_new-etc.cocciMarkus Armbruster1-0/+75
2022-03-21block-qdict: Fix -Werror=maybe-uninitialized build failureMurilo Opsfelder Araujo1-2/+2
2022-03-21Merge tag 'pull-ppc-20220321' of https://github.com/legoater/qemu into stagingPeter Maydell3-49/+124
2022-03-20target/ppc: Replicate Double->Single-Precision resultLucas Coutinho1-4/+44
2022-03-20target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson1-6/+39
2022-03-20ppc64: Avoid pt_regs struct definitionKhem Raj2-39/+41
2022-03-20target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini1-4/+13
2022-03-19Merge tag 'fixes-20220318-pull-request' of git://git.kraxel.org/qemu into sta...Peter Maydell14-53/+101
2022-03-19Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Peter Maydell2-6/+6
2022-03-18Merge tag 'pull-target-arm-20220318' of https://git.linaro.org/people/pmaydel...Peter Maydell28-46/+1084
2022-03-18virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow1-5/+5
2022-03-18hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran1-1/+1
2022-03-18util/osdep: Remove some early cruftAndrew Deason1-7/+0
2022-03-18hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason1-2/+2
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason3-5/+29
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias2-3/+26
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias3-0/+347
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP CRFEdgar E. Iglesias2-0/+18
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias3-0/+478
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias3-9/+16
2022-03-18hw/arm/xlnx-zynqmp: Add an unimplemented SERDES areaEdgar E. Iglesias2-1/+6
2022-03-18target/arm: Log fault address for M-profile faultsPeter Maydell1-0/+6
2022-03-18target/arm: Log M-profile vector table accessesPeter Maydell2-0/+10
2022-03-18hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unsetEric Auger1-1/+6
2022-03-18hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCGEric Auger2-3/+3
2022-03-18nsis installer: Fix mouse-over descriptions for emulatorsPeter Maydell2-5/+13
2022-03-18nsis installer: Suppress "ANSI targets are deprecated" warningPeter Maydell1-0/+3
2022-03-18nsis installer: List emulators in alphabetical orderPeter Maydell1-2/+2
2022-03-18hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()Peter Maydell1-2/+2
2022-03-18hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_sizePeter Maydell1-0/+1
2022-03-18target/arm: Fix handling of LPAE block descriptorsPeter Maydell1-2/+8