aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-03-22m68k/nios2-semi: fix gettimeofday() result checkMarc-André Lureau
2022-03-22vl: typo fix in a commentMarc-André Lureau
2022-03-22qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau
2022-03-21Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-03-21Merge tag 'pull-misc-2022-03-21' of git://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-03-21Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2022-03-21hw/i386/amd_iommu: Fix maybe-uninitialized error with GCC 12Paolo Bonzini
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-219pfs: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-21scripts/coccinelle: New use-g_new-etc.cocciMarkus Armbruster
2022-03-21block-qdict: Fix -Werror=maybe-uninitialized build failureMurilo Opsfelder Araujo
2022-03-21Merge tag 'pull-ppc-20220321' of https://github.com/legoater/qemu into stagingPeter Maydell
2022-03-20target/ppc: Replicate Double->Single-Precision resultLucas Coutinho
2022-03-20target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson
2022-03-20ppc64: Avoid pt_regs struct definitionKhem Raj
2022-03-20target/i386: kvm: do not access uninitialized variable on older kernelsPaolo Bonzini
2022-03-19Merge tag 'fixes-20220318-pull-request' of git://git.kraxel.org/qemu into sta...Peter Maydell
2022-03-19Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2022-03-18Merge tag 'pull-target-arm-20220318' of https://git.linaro.org/people/pmaydel...Peter Maydell
2022-03-18virtio/virtio-balloon: Prefer Object* over void* parameterBernhard Beschow
2022-03-18hw/pci/pci.c: Fix typos of "Firewire", and of "controller" on same lineRebecca Cran
2022-03-18util/osdep: Remove some early cruftAndrew Deason
2022-03-18hw/i386/acpi-build: Avoid 'sun' identifierAndrew Deason
2022-03-18util/osdep: Avoid madvise proto on modern SolarisAndrew Deason
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP APU ControlEdgar E. Iglesias
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias
2022-03-18hw/arm/xlnx-zynqmp: Connect the ZynqMP CRFEdgar E. Iglesias
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias
2022-03-18hw/arm/xlnx-zynqmp: Add an unimplemented SERDES areaEdgar E. Iglesias
2022-03-18target/arm: Log fault address for M-profile faultsPeter Maydell
2022-03-18target/arm: Log M-profile vector table accessesPeter Maydell
2022-03-18hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unsetEric Auger
2022-03-18hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCGEric Auger
2022-03-18nsis installer: Fix mouse-over descriptions for emulatorsPeter Maydell
2022-03-18nsis installer: Suppress "ANSI targets are deprecated" warningPeter Maydell
2022-03-18nsis installer: List emulators in alphabetical orderPeter Maydell
2022-03-18hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()Peter Maydell
2022-03-18hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_sizePeter Maydell
2022-03-18target/arm: Fix handling of LPAE block descriptorsPeter Maydell
2022-03-18target/arm: Fix pauth_check_trap vs SEL2Richard Henderson
2022-03-18target/arm: Fix sve2 ldnt1 and stnt1Richard Henderson
2022-03-18hw/display/vga: Report a proper error when adding a 2nd ISA VGAThomas Huth
2022-03-18hw/display: Allow vga_common_init() to return errorsThomas Huth
2022-03-18hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()Thomas Huth
2022-03-18audio/mixeng: Do not declare unused variablesAkihiko Odaki
2022-03-18ui: avoid unnecessary memory operations in vnc_refresh_server_surface()Wen, Jianxian
2022-03-18ui/gtk: Ignore 2- and 3-button press eventsK. Lange
2022-03-17aio-posix: fix spurious ->poll_ready() callbacks in main loopStefan Hajnoczi