aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-15linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson1-2/+2
2023-07-15linux-user: Use abi_short not short in syscall_defs.hRichard Henderson1-3/+3
2023-07-15linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson1-45/+45
2023-07-15linux-user: Use abi_int not int in syscall_defs.hRichard Henderson1-108/+108
2023-07-15linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson1-6/+6
2023-07-15linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson1-16/+16
2023-07-15linux-user: Use abi_uint not unsigned int in syscall_defs.hRichard Henderson1-145/+145
2023-07-15linux-user: Use abi_llong not int64_t in syscall_defs.hRichard Henderson1-15/+15
2023-07-15linux-user: Use abi_ullong not uint64_t in syscall_defs.hRichard Henderson1-36/+36
2023-07-15linux-user: Use abi_int not int32_t in syscall_defs.hRichard Henderson1-30/+30
2023-07-15linux-user: Use abi_uint not uint32_t in syscall_defs.hRichard Henderson1-54/+54
2023-07-15linux-user: Remove #if 0 block in syscall_defs.hRichard Henderson1-24/+0
2023-07-15linux-user: Reformat syscall_defs.hRichard Henderson1-996/+996
2023-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson8-43/+51
2023-07-14scsi: clear unit attention only for REPORT LUNS commandsStefano Garzarella1-23/+11
2023-07-14scsi: cleanup scsi_clear_unit_attention()Stefano Garzarella1-22/+6
2023-07-14scsi: fetch unit attention when creating the requestStefano Garzarella2-3/+34
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater5-4/+9
2023-07-14hw/ide/piix: properly initialize the BMIBA registerOlaf Hering1-1/+1
2023-07-12Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-22/+31
2023-07-12virtio-blk: fix host notifier issues during dataplane start/stopStefan Hajnoczi1-22/+31
2023-07-12Merge tag 'mem-2023-07-12' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson27-308/+479
2023-07-12virtio-mem-pci: Device unplug supportDavid Hildenbrand1-3/+46
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand2-0/+26
2023-07-12virtio-md-pci: Support unplug requests for compatible devicesDavid Hildenbrand2-2/+39
2023-07-12virtio-md-pci: Handle unplug of virtio based memory devicesDavid Hildenbrand1-1/+22
2023-07-12arm/virt: Use virtio-md-pci (un)plug functionsDavid Hildenbrand1-69/+12
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand6-79/+106
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand9-16/+89
2023-07-12virtio-mem: Support "x-ignore-shared" migrationDavid Hildenbrand1-9/+38
2023-07-12migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()David Hildenbrand4-10/+10
2023-07-12virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memoryDavid Hildenbrand1-10/+10
2023-07-12softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mappingDavid Hildenbrand1-0/+18
2023-07-12memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand2-19/+5
2023-07-12memory-device: Refactor memory_device_pre_plug()David Hildenbrand1-14/+14
2023-07-12hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand2-20/+0
2023-07-12hw/i386/acpi-build: Rely on machine->device_memory when building SRATDavid Hildenbrand1-6/+3
2023-07-12hw/i386/pc: Use machine_memory_devices_init()David Hildenbrand1-12/+5
2023-07-12hw/loongarch/virt: Use machine_memory_devices_init()David Hildenbrand1-9/+3
2023-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand2-19/+20
2023-07-12hw/arm/virt: Use machine_memory_devices_init()David Hildenbrand1-8/+1
2023-07-12memory-device: Introduce machine_memory_devices_init()David Hildenbrand2-0/+15
2023-07-12memory-device: Unify enabled vs. supported error messagesDavid Hildenbrand1-9/+4
2023-07-11configure: Fix cross-building for RISCV host (v5)Philippe Mathieu-Daudé1-0/+3
2023-07-11configure: Fix cross-building for RISCV hostPhilippe Mathieu-Daudé1-1/+5
2023-07-11Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson66-268/+1662
2023-07-11Merge tag 'mips-20230710' of https://github.com/philmd/qemu into stagingRichard Henderson25-158/+3997
2023-07-10vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQHawkins Jiawei1-0/+1
2023-07-10vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...Hawkins Jiawei1-0/+88
2023-07-10vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQHawkins Jiawei1-0/+1