aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-15linux-user: Simplify target_munmapRichard Henderson
2023-07-15linux-user: Rename mmap_reserve to mmap_reserve_or_unmapRichard Henderson
2023-07-15linux-user: Rewrite mmap_reserveRichard Henderson
2023-07-15linux-user: Use 'last' instead of 'end' in target_mmapRichard Henderson
2023-07-15linux-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15bsd-user: Use page_find_range_empty for mmap_find_vma_reservedRichard Henderson
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson
2023-07-15linux-user: Rewrite mmap_fragRichard Henderson
2023-07-15linux-user: Rewrite target_mprotectRichard Henderson
2023-07-15linux-user: Widen target_mmap offset argument to off_tRichard Henderson
2023-07-15linux-user: Split out target_to_host_protRichard Henderson
2023-07-15linux-user: Implement MAP_FIXED_NOREPLACERichard Henderson
2023-07-15bsd-user: Use page_check_range_empty for MAP_EXCLRichard Henderson
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson
2023-07-15linux-user: Populate more bits in mmap_flags_tblRichard Henderson
2023-07-15linux-user: Split TARGET_PROT_* out of syscall_defs.hRichard Henderson
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