aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-04-25hw/s390x: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2-0/+3
2024-04-24Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson37-6299/+0
2024-04-24Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson3-7/+5
2024-04-24hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé25-5186/+0
2024-04-24hw/timer: Remove the ALTERA_TIMER modelPhilippe Mathieu-Daudé3-249/+0
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé11-864/+0
2024-04-24qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definitionPhilippe Mathieu-Daudé1-2/+1
2024-04-24qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé1-2/+2
2024-04-24qapi: Inline and remove QERR_BUS_NO_HOTPLUG definitionPhilippe Mathieu-Daudé1-3/+2
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson7-21/+49
2024-04-23memory: Add Error** argument to the global_dirty_log routinesCédric Le Goater1-1/+1
2024-04-23memory: Add Error** argument to .log_global_start() handlerCédric Le Goater3-3/+7
2024-04-23migration: Add Error** argument to .load_setup() handlerCédric Le Goater1-2/+7
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater3-14/+11
2024-04-23vfio: Always report an error in vfio_save_setup()Cédric Le Goater1-3/+12
2024-04-23s390/stattrib: Add Error** argument to set_migrationmode() handlerCédric Le Goater2-7/+20
2024-04-23HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li1-0/+5
2024-04-23hw/i386/sev: Use legacy SEV VM types for older machine typesMichael Roth1-0/+1
2024-04-23target/i386: Implement mc->kvm_type() to get VM typePaolo Bonzini1-0/+11
2024-04-23linux-headers: update to current kvm/nextPaolo Bonzini1-8/+0
2024-04-23s390: Switch to use confidential_guest_kvm_init()Xiaoyao Li1-1/+4
2024-04-23ppc/pef: switch to use confidential_guest_kvm_init/reset()Xiaoyao Li2-6/+13
2024-04-23hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabledXiaoyao Li1-1/+3
2024-04-23q35: Introduce smm_ranges property for q35-pci-hostIsaku Yamahata2-13/+31
2024-04-23pci-host/q35: Move PAM initialization above SMRAM initializationIsaku Yamahata1-9/+10
2024-04-18target/i386: add guest-phys-bits cpu propertyGerd Hoffmann1-1/+3
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini8-10/+74
2024-04-18vga: move dirty memory region code togetherPaolo Bonzini1-4/+4
2024-04-18vga: optimize computation of dirty memory regionPaolo Bonzini1-17/+7
2024-04-18memory-device: move stubs out of stubs/Paolo Bonzini2-0/+23
2024-04-18ramfb: move stubs out of stubs/Paolo Bonzini2-1/+16
2024-04-18hw/virtio: move stubs out of stubs/Paolo Bonzini2-0/+26
2024-04-18hw/usb: move stubs out of stubs/Paolo Bonzini2-1/+29
2024-04-18hw/core: Move system emulation files to system_ssPaolo Bonzini2-45/+3
2024-04-16usb-storage: Fix BlockConf defaultsKevin Wolf1-9/+0
2024-04-15Merge tag 'hw-misc-20240415' of https://github.com/philmd/qemu into stagingPeter Maydell2-8/+6
2024-04-15Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-2/+35
2024-04-15hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI busBALATON Zoltan1-7/+4
2024-04-15hw/isa/vt82c686: Keep track of PIRQ/PINT pins separatelyBALATON Zoltan1-1/+2
2024-04-15virtio-pci: fix use of a released vectorCindy Lu1-2/+35
2024-04-10hw/audio/virtio-snd: Remove unused assignmentPhilippe Mathieu-Daudé1-2/+6
2024-04-10hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()Philippe Mathieu-Daudé1-0/+4
2024-04-10hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is setPhilippe Mathieu-Daudé1-0/+8
2024-04-10hw/net/lan9118: Fix overflow in MIL TX FIFOPhilippe Mathieu-Daudé1-1/+15
2024-04-10hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definitionPhilippe Mathieu-Daudé1-3/+9
2024-04-10hw/misc/applesmc: Fix memory leak in reset() handlerPhilippe Mathieu-Daudé1-0/+1
2024-04-10hw/misc/applesmc: Do not call DeviceReset from DeviceRealizePhilippe Mathieu-Daudé1-1/+0
2024-04-10hw/block/nand: Fix out-of-bound access in NAND block bufferPhilippe Mathieu-Daudé1-1/+7
2024-04-10hw/block/nand: Have blk_load() take unsigned offset and return booleanPhilippe Mathieu-Daudé1-4/+10
2024-04-10hw/block/nand: Factor nand_load_iolen() method outPhilippe Mathieu-Daudé1-13/+22