aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-20target/i386: Revert monitor_puts() in do_inject_x86_mce()Tao Su
2024-03-20ui: compile dbus-display1.c with -fPIC as necessaryMarc-André Lureau
2024-03-20ui/curses: Do not use console_select()Akihiko Odaki
2024-03-20ui/cocoa: Do not use console_select()Akihiko Odaki
2024-03-20ui/vnc: Do not use console_select()Akihiko Odaki
2024-03-20ui/vc: Do not inherit the size of active consoleAkihiko Odaki
2024-03-20target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'Song Gao
2024-03-20target/loongarch: Fix tlb huge page loading issueXianglai Li
2024-03-20hw/intc/loongarch_extioi: Fix interrupt routing updateBibo Mao
2024-03-19target/hppa: fix do_stdby_e()Sven Schnelle
2024-03-19target/hppa: mask privilege bits in mfiaSven Schnelle
2024-03-19target/hppa: exit tb on flush cache instructionsSven Schnelle
2024-03-19target/hppa: fix access_id checkSven Schnelle
2024-03-19target/hppa: fix shrp for wide modeSven Schnelle
2024-03-19target/hppa: ldcw,s uses static shift of 3Sven Schnelle
2024-03-19target/hppa: Fix assemble_12a insns for wide modeRichard Henderson
2024-03-19target/hppa: Fix assemble_11a insns for wide modeRichard Henderson
2024-03-19target/hppa: Fix assemble_16 insns for wide modeRichard Henderson
2024-03-19crypto: report which ciphers are being skipped during testsDaniel P. Berrangé
2024-03-19crypto: use error_abort for unexpected failuresDaniel P. Berrangé
2024-03-19crypto: query gcrypt for cipher availabilityDaniel P. Berrangé
2024-03-19crypto: factor out conversion of QAPI to gcrypt constantsDaniel P. Berrangé
2024-03-19Revert "chardev: use a child source for qio input source"Daniel P. Berrangé
2024-03-19Revert "chardev/char-socket: Fix TLS io channels sending too much data to the...Daniel P. Berrangé
2024-03-19chardev: lower priority of the HUP GSource in socket chardevDaniel P. Berrangé
2024-03-19seccomp: report EPERM instead of killing process for spawn setDaniel P. Berrangé
2024-03-19Update version for v9.0.0-rc0 releasev9.0.0-rc0Peter Maydell
2024-03-19Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-03-19update edk2 binaries for arm, risc-v and x86 secure boot.Gerd Hoffmann
2024-03-19roms/efi: use pure 64-bit build for edk2-x86_64-secure-code.fdGerd Hoffmann
2024-03-19roms/efi: exclude efi shell from secure boot buildsGerd Hoffmann
2024-03-19roms/efi: drop workaround for edk2-stable202308Gerd Hoffmann
2024-03-19roms/efi: clean up edk2 build configGerd Hoffmann
2024-03-19coroutine: cap per-thread local pool sizeStefan Hajnoczi
2024-03-19Merge tag 'pull-for-9.0-20240319' of https://github.com/legoater/qemu into st...Peter Maydell
2024-03-19tests: Raise timeouts for bufferiszero and crypto-tlscredsx509Peter Maydell
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater
2024-03-19ppc/pnv: I2C controller is not user creatableCédric Le Goater
2024-03-19vfio/iommufd: Fix memory leakCédric Le Goater
2024-03-19Merge tag 'pull-request-2024-03-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-03-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-03-18vl: do not assert if sev-guest is used together with TCGPaolo Bonzini
2024-03-18vl: convert qemu_machine_creation_done() to Error **Paolo Bonzini
2024-03-18target/i386: fix direction of "32-bit MMU" testPaolo Bonzini
2024-03-18Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2024-03-18Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell
2024-03-18travis-ci: Rename SOFTMMU -> SYSTEMPhilippe Mathieu-Daudé
2024-03-18target/sparc/cpu: Improve the CPU help textThomas Huth
2024-03-18target/s390x: improve cpu compatibility check error messageClaudio Fontana
2024-03-18smbios: add extra comments to smbios_get_table_legacy()Igor Mammedov