aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-30migration/doc: Add contentsJuan Quintela1-0/+2
2023-10-30Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into stagingStefan Hajnoczi6-80/+50
2023-10-30Merge tag 'pull-request-2023-10-27' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi12-37/+46
2023-10-27ipmi-bt-test: force ipv4Vladimir Sementsov-Ogievskiy1-1/+1
2023-10-27tests/vm/freebsd: Add additional library paths for libfdtThomas Huth1-2/+3
2023-10-27docs/about: Mark the old pc-i440fx-2.0 - 2.3 machine types as deprecatedThomas Huth2-0/+9
2023-10-27tests/coroutine: Clean up global variable shadowingPhilippe Mathieu-Daudé1-6/+6
2023-10-27tests/aio: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-27tests/npcm7xx_adc: Clean up global variable shadowingPhilippe Mathieu-Daudé1-7/+7
2023-10-27tests/rtl8139: Clean up global variable shadowingPhilippe Mathieu-Daudé1-6/+6
2023-10-27tests/cdrom-test: Clean up global variable shadowing in prepare_image()Philippe Mathieu-Daudé1-3/+3
2023-10-27tests/virtio-scsi: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-27tests/throttle: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+0
2023-10-27system/qtest: Clean up global variable shadowing in qtest_server_init()Philippe Mathieu-Daudé1-8/+8
2023-10-27Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi14-3750/+3998
2023-10-27Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi26-634/+492
2023-10-27Merge tag 'pull-aspeed-20231025' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi9-284/+363
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini4-39/+13
2023-10-25kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDRPaolo Bonzini1-13/+7
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini3-10/+1
2023-10-25kvm: i386: require KVM_CAP_MCEPaolo Bonzini1-10/+4
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini4-101/+2
2023-10-25kvm: i386: require KVM_CAP_XSAVEPaolo Bonzini1-68/+2
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini4-19/+1
2023-10-25kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilitiesPaolo Bonzini1-5/+1
2023-10-25kvm: unify listeners for PIO address spacePaolo Bonzini1-9/+2
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini9-78/+18
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini5-58/+0
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini3-9/+0
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-0/+1
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini5-14/+10
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini6-108/+9
2023-10-25kvm: require KVM_CAP_INTERNAL_ERROR_DATAPaolo Bonzini1-7/+6
2023-10-25kvm: remove unnecessary stubPaolo Bonzini1-5/+0
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha1-1/+1
2023-10-25target/i386: validate VEX.W for AVX instructionsPaolo Bonzini2-42/+108
2023-10-25target/i386: group common checks in the decoding phasePaolo Bonzini3-37/+85
2023-10-25tests/tcg/i386: test-avx: add test cases for SHA new instructionsPaolo Bonzini1-1/+2
2023-10-25tests/tcg/i386: initialize more registers in test-avxPaolo Bonzini1-0/+8
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini6-1/+209
2023-10-25tests/tcg: fix out-of-bounds access in test-avxPaolo Bonzini1-4/+7
2023-10-25target/sparc: Remove disas_sparc_legacyRichard Henderson1-144/+1
2023-10-25target/sparc: Convert FZERO, FONE to decodetreeRichard Henderson2-29/+45
2023-10-25target/sparc: Move FPACK16, FPACKFIX to decodetreeRichard Henderson2-15/+42
2023-10-25target/sparc: Move FPCMP* to decodetreeRichard Henderson2-52/+47
2023-10-25target/sparc: Convert FCMP, FCMPE to decodetreeRichard Henderson2-56/+96
2023-10-25target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetreeRichard Henderson2-113/+91
2023-10-25target/sparc: Move FMOVq, FNEGq, FABSq to decodetreeRichard Henderson2-94/+51
2023-10-25target/sparc: Move FdTOq, FxTOq to decodetreeRichard Henderson2-21/+28
2023-10-25target/sparc: Move FiTOq, FsTOq to decodetreeRichard Henderson2-20/+26