aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-10vnc: move assert in vnc_worker_thread_loopAnastasia Belova
2023-06-10linux-user: Return EINVAL for getgroups() with negative gidsetsizePeter Maydell
2023-06-09linux-user: add comments for TARGET_NR_[gs]etgroups{,32}Michael Tokarev
2023-06-09hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macroPhilippe Mathieu-Daudé
2023-06-09hw/pci/pci: Simplify pci_bar_address() using MACHINE_GET_CLASS() macroPhilippe Mathieu-Daudé
2023-06-09hw/i386/microvm: Simplify using object_dynamic_cast()Philippe Mathieu-Daudé
2023-06-09hw/core/cpu: Simplify realize() using MACHINE_GET_CLASS() macroPhilippe Mathieu-Daudé
2023-06-09target/m68k/fpu_helper: Use FloatRelation enum to hold comparison resultPhilippe Mathieu-Daudé
2023-06-09meson: install keyboard maps only if necessaryCarlos Santos
2023-06-09block.c: add newline for "Detected format" warningMichael Tokarev
2023-06-09hw/remote: Fix vfu_cfg trace offset formatMattias Nissler
2023-06-09spelling: informationMichael Tokarev
2023-06-09hw/virtio/virtio-qmp.c: spelling: suppotedMichael Tokarev
2023-06-09docs: Fix trivial typos in vhost-user.rstMilan Zamazal
2023-06-08Merge tag 'pull-9p-20230608' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson
2023-06-089pfs: prevent opening special files (CVE-2023-2861)Christian Schoenebeck
2023-06-07Merge tag 'pull-tricore-20230607' of https://github.com/bkoppelmann/qemu into...Richard Henderson
2023-06-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-06-07Merge tag 'pull-xen-20230607' of https://xenbits.xen.org/git-http/people/aper...Richard Henderson
2023-06-07Merge tag 'pull-vfio-user-20230607' of https://gitlab.com/jraman/qemu into st...Richard Henderson
2023-06-07tests/tcg/tricore: Add recursion test for CSAsBastian Koppelmann
2023-06-07target/tricore: Fix wrong PSW for call insnsBastian Koppelmann
2023-06-07target/tricore: Refactor PCXI/ICR register fieldsBastian Koppelmann
2023-06-07tests/tcg/tricore: Add first C programBastian Koppelmann
2023-06-07tests/tcg/tricore: Uses label for memory addressesBastian Koppelmann
2023-06-07tests/tcg/tricore: Move asm tests into 'asm' directoryBastian Koppelmann
2023-06-07Merge tag 'pull-ci-20230607' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-06-07iotests: fix 194: filter out racy postcopy-active eventVladimir Sementsov-Ogievskiy
2023-06-07gitlab: Add cross-arm64-kvm-onlyRichard Henderson
2023-06-07target/arm: Only include tcg/oversized-guest.h if CONFIG_TCGRichard Henderson
2023-06-07tcg/tci: Adjust call-clobbered regs for int128_tRichard Henderson
2023-06-07tcg/tci: Adjust passing of MemOpIdxRichard Henderson
2023-06-07docs: fix multi-process QEMU documentationJagannathan Raman
2023-06-07vfio-user: update commentsJagannathan Raman
2023-06-07xen-block: fix segv on unrealizeAnthony PERARD
2023-06-07hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICEBernhard Beschow
2023-06-07hw/isa/piix3: Resolve redundant k->config_write assignmentsBernhard Beschow
2023-06-07hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()Bernhard Beschow
2023-06-07hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3Bernhard Beschow
2023-06-07hw/isa/piix3: Reuse piix3_realize() in piix3_xen_realize()Bernhard Beschow
2023-06-07hw/pci/pci.c: Don't leak PCIBus::irq_count[] in pci_bus_irqs()Bernhard Beschow
2023-06-07include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow
2023-06-07hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse
2023-06-07xen: Drop support for Xen versions below 4.7.1David Woodhouse
2023-06-07hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse
2023-06-07hw/xen: Simplify emulated Xen platform initDavid Woodhouse
2023-06-07tests: fp: remove unused submodulesPaolo Bonzini
2023-06-07configure: check for $download value properlyMichal Privoznik
2023-06-07meson: fix "static build" entry in summaryPaolo Bonzini
2023-06-06Merge tag 'pull-target-arm-20230606' of https://git.linaro.org/people/pmaydel...Richard Henderson