aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-15linux-user: Split TARGET_MAP_* out of syscall_defs.hRichard Henderson
2023-07-15linux-user/strace: Expand struct flags to hold a maskRichard Henderson
2023-07-15linux-user: Fix formatting of mmap.cRichard Henderson
2023-07-15linux-user: Make sure initial brk(0) is page-alignedAndreas Schwab
2023-07-15tcg: Fix info_in_idx increment in layout_arg_by_refRichard Henderson
2023-07-15accel/tcg: Split out cpu_exec_longjmp_cleanupRichard Henderson
2023-07-15linux-user: Fix do_shmat type errorsRichard Henderson
2023-07-15linux-user/syscall: Implement execve without execveatPierrick Bouvier
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson
2023-07-15linux-user: Use abi_uint not unsigned in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_short not short in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_ushort not unsigned short in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_int not int in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_llong not long long in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_ullong not unsigned long long in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_uint not unsigned int in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_llong not int64_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_ullong not uint64_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_int not int32_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Use abi_uint not uint32_t in syscall_defs.hRichard Henderson
2023-07-15linux-user: Remove #if 0 block in syscall_defs.hRichard Henderson
2023-07-15linux-user: Reformat syscall_defs.hRichard Henderson
2023-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2023-07-14scsi: clear unit attention only for REPORT LUNS commandsStefano Garzarella
2023-07-14scsi: cleanup scsi_clear_unit_attention()Stefano Garzarella
2023-07-14scsi: fetch unit attention when creating the requestStefano Garzarella
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater
2023-07-14hw/ide/piix: properly initialize the BMIBA registerOlaf Hering
2023-07-12Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-07-12virtio-blk: fix host notifier issues during dataplane start/stopStefan Hajnoczi
2023-07-12Merge tag 'mem-2023-07-12' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson
2023-07-12virtio-mem-pci: Device unplug supportDavid Hildenbrand
2023-07-12virtio-mem: Prepare for device unplug supportDavid Hildenbrand
2023-07-12virtio-md-pci: Support unplug requests for compatible devicesDavid Hildenbrand
2023-07-12virtio-md-pci: Handle unplug of virtio based memory devicesDavid Hildenbrand
2023-07-12arm/virt: Use virtio-md-pci (un)plug functionsDavid Hildenbrand
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand
2023-07-12virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pciDavid Hildenbrand
2023-07-12virtio-mem: Support "x-ignore-shared" migrationDavid Hildenbrand
2023-07-12migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()David Hildenbrand
2023-07-12virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memoryDavid Hildenbrand
2023-07-12softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mappingDavid Hildenbrand
2023-07-12memory-device: Track used region size in DeviceMemoryStateDavid Hildenbrand
2023-07-12memory-device: Refactor memory_device_pre_plug()David Hildenbrand
2023-07-12hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZEDavid Hildenbrand
2023-07-12hw/i386/acpi-build: Rely on machine->device_memory when building SRATDavid Hildenbrand
2023-07-12hw/i386/pc: Use machine_memory_devices_init()David Hildenbrand
2023-07-12hw/loongarch/virt: Use machine_memory_devices_init()David Hildenbrand
2023-07-12hw/ppc/spapr: Use machine_memory_devices_init()David Hildenbrand