index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-15
linux-user: Split TARGET_MAP_* out of syscall_defs.h
Richard Henderson
2023-07-15
linux-user/strace: Expand struct flags to hold a mask
Richard Henderson
2023-07-15
linux-user: Fix formatting of mmap.c
Richard Henderson
2023-07-15
linux-user: Make sure initial brk(0) is page-aligned
Andreas Schwab
2023-07-15
tcg: Fix info_in_idx increment in layout_arg_by_ref
Richard Henderson
2023-07-15
accel/tcg: Split out cpu_exec_longjmp_cleanup
Richard Henderson
2023-07-15
linux-user: Fix do_shmat type errors
Richard Henderson
2023-07-15
linux-user/syscall: Implement execve without execveat
Pierrick Bouvier
2023-07-15
include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2
Richard Henderson
2023-07-15
include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblaze
Richard Henderson
2023-07-15
linux-user: Use abi_uint not unsigned in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_short not short in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_ushort not unsigned short in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_int not int in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_llong not long long in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_ullong not unsigned long long in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_uint not unsigned int in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_llong not int64_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_ullong not uint64_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_int not int32_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Use abi_uint not uint32_t in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Remove #if 0 block in syscall_defs.h
Richard Henderson
2023-07-15
linux-user: Reformat syscall_defs.h
Richard Henderson
2023-07-14
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2023-07-14
scsi: clear unit attention only for REPORT LUNS commands
Stefano Garzarella
2023-07-14
scsi: cleanup scsi_clear_unit_attention()
Stefano Garzarella
2023-07-14
scsi: fetch unit attention when creating the request
Stefano Garzarella
2023-07-14
kconfig: Add PCIe devices to s390x machines
Cédric Le Goater
2023-07-14
hw/ide/piix: properly initialize the BMIBA register
Olaf Hering
2023-07-12
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
2023-07-12
virtio-blk: fix host notifier issues during dataplane start/stop
Stefan Hajnoczi
2023-07-12
Merge tag 'mem-2023-07-12' of https://github.com/davidhildenbrand/qemu into s...
Richard Henderson
2023-07-12
virtio-mem-pci: Device unplug support
David Hildenbrand
2023-07-12
virtio-mem: Prepare for device unplug support
David Hildenbrand
2023-07-12
virtio-md-pci: Support unplug requests for compatible devices
David Hildenbrand
2023-07-12
virtio-md-pci: Handle unplug of virtio based memory devices
David Hildenbrand
2023-07-12
arm/virt: Use virtio-md-pci (un)plug functions
David Hildenbrand
2023-07-12
pc: Factor out (un)plug handling of virtio-md-pci devices
David Hildenbrand
2023-07-12
virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pci
David Hildenbrand
2023-07-12
virtio-mem: Support "x-ignore-shared" migration
David Hildenbrand
2023-07-12
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
David Hildenbrand
2023-07-12
virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memory
David Hildenbrand
2023-07-12
softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
David Hildenbrand
2023-07-12
memory-device: Track used region size in DeviceMemoryState
David Hildenbrand
2023-07-12
memory-device: Refactor memory_device_pre_plug()
David Hildenbrand
2023-07-12
hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZE
David Hildenbrand
2023-07-12
hw/i386/acpi-build: Rely on machine->device_memory when building SRAT
David Hildenbrand
2023-07-12
hw/i386/pc: Use machine_memory_devices_init()
David Hildenbrand
2023-07-12
hw/loongarch/virt: Use machine_memory_devices_init()
David Hildenbrand
2023-07-12
hw/ppc/spapr: Use machine_memory_devices_init()
David Hildenbrand
[next]