aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-19target/hppa: fix access_id checkSven Schnelle1-17/+61
2024-03-19target/hppa: fix shrp for wide modeSven Schnelle1-2/+2
2024-03-19target/hppa: ldcw,s uses static shift of 3Sven Schnelle1-1/+1
2024-03-19target/hppa: Fix assemble_12a insns for wide modeRichard Henderson2-12/+34
2024-03-19target/hppa: Fix assemble_11a insns for wide modeRichard Henderson2-9/+21
2024-03-19target/hppa: Fix assemble_16 insns for wide modeRichard Henderson2-6/+31
2024-03-19crypto: report which ciphers are being skipped during testsDaniel P. Berrangé1-0/+4
2024-03-19crypto: use error_abort for unexpected failuresDaniel P. Berrangé1-2/+1
2024-03-19crypto: query gcrypt for cipher availabilityDaniel P. Berrangé1-0/+5
2024-03-19crypto: factor out conversion of QAPI to gcrypt constantsDaniel P. Berrangé1-56/+60
2024-03-19Revert "chardev: use a child source for qio input source"Daniel P. Berrangé1-5/+51
2024-03-19Revert "chardev/char-socket: Fix TLS io channels sending too much data to the...Daniel P. Berrangé1-3/+3
2024-03-19chardev: lower priority of the HUP GSource in socket chardevDaniel P. Berrangé1-0/+16
2024-03-19seccomp: report EPERM instead of killing process for spawn setDaniel P. Berrangé1-5/+5
2024-03-19Update version for v9.0.0-rc0 releasev9.0.0-rc0Peter Maydell1-1/+1
2024-03-19Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell1-59/+223
2024-03-19update edk2 binaries for arm, risc-v and x86 secure boot.Gerd Hoffmann4-0/+0
2024-03-19roms/efi: use pure 64-bit build for edk2-x86_64-secure-code.fdGerd Hoffmann1-3/+3
2024-03-19roms/efi: exclude efi shell from secure boot buildsGerd Hoffmann1-0/+1
2024-03-19roms/efi: drop workaround for edk2-stable202308Gerd Hoffmann1-6/+0
2024-03-19roms/efi: clean up edk2 build configGerd Hoffmann1-0/+1
2024-03-19coroutine: cap per-thread local pool sizeStefan Hajnoczi1-59/+223
2024-03-19Merge tag 'pull-for-9.0-20240319' of https://github.com/legoater/qemu into st...Peter Maydell6-13/+24
2024-03-19tests: Raise timeouts for bufferiszero and crypto-tlscredsx509Peter Maydell1-2/+3
2024-03-19aspeed/smc: Only wire flash devices at resetCédric Le Goater4-2/+13
2024-03-19ppc/pnv: I2C controller is not user creatableCédric Le Goater1-0/+3
2024-03-19vfio/iommufd: Fix memory leakCédric Le Goater1-11/+8
2024-03-19Merge tag 'pull-request-2024-03-18' of https://gitlab.com/thuth/qemu into sta...Peter Maydell5-19/+32
2024-03-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell22-323/+550
2024-03-18vl: do not assert if sev-guest is used together with TCGPaolo Bonzini1-5/+4
2024-03-18vl: convert qemu_machine_creation_done() to Error **Paolo Bonzini1-3/+7
2024-03-18target/i386: fix direction of "32-bit MMU" testPaolo Bonzini2-2/+2
2024-03-18Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell30-82/+178
2024-03-18Merge tag 'migration-20240317-pull-request' of https://gitlab.com/peterx/qemu...Peter Maydell12-60/+279
2024-03-18travis-ci: Rename SOFTMMU -> SYSTEMPhilippe Mathieu-Daudé1-4/+4
2024-03-18target/sparc/cpu: Improve the CPU help textThomas Huth1-2/+3
2024-03-18target/s390x: improve cpu compatibility check error messageClaudio Fontana1-7/+15
2024-03-18smbios: add extra comments to smbios_get_table_legacy()Igor Mammedov1-0/+7
2024-03-18tests: acpi: update expected SSDT.dimmpxm blobIgor Mammedov2-1/+0
2024-03-18pc/q35: set SMBIOS entry point type to 'auto' by defaultIgor Mammedov3-1/+8
2024-03-18tests: acpi/smbios: whitelist expected blobsIgor Mammedov1-0/+1
2024-03-18smbios: error out when building type 4 table is not possibleIgor Mammedov1-2/+12
2024-03-18smbios: in case of entry point is 'auto' try to build v2 tables 1stIgor Mammedov1-3/+49
2024-03-18smbios: extend smbios-entry-point-type with 'auto' valueIgor Mammedov1-1/+4
2024-03-18smbios: clear smbios_type4_count before building tablesIgor Mammedov1-0/+1
2024-03-18smbios: get rid of global smbios_ep_typeIgor Mammedov9-29/+35
2024-03-18smbios: handle errors consistentlyIgor Mammedov4-23/+40
2024-03-18smbios: build legacy mode code only for 'pc' machineIgor Mammedov7-163/+207
2024-03-18smbios: rename/expose structures/bitmaps used by both legacy and modern codeIgor Mammedov2-60/+69
2024-03-18smbios: add smbios_add_usr_blob_size() helperIgor Mammedov1-4/+14