]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2023-07-17  Marc-André... virtio-gpu: fix potential divide-by-zero regression
2023-07-15  Richard HendersonMerge tag 'pull-tpm-2023-07-14-1' of https://github...
2023-07-15  Richard HendersonMerge tag 'pull-tcg-20230715' of https://gitlab.com...
2023-07-15  Richard Hendersontcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128
2023-07-15  Richard Hendersonaccel/tcg: Always lock pages before translation
2023-07-15  Philippe Mathieu... linux-user/arm: Do not allocate a commpage at all for...
2023-07-15  Juan Quintelalinux-user: Drop uint and ulong
2023-07-15  Richard Hendersonlinux-user: Simplify target_madvise
2023-07-15  Richard Hendersonlinux-user: Remove can_passthrough_madvise
2023-07-15  Richard Hendersonaccel/tcg: Return bool from page_check_range
2023-07-15  Richard Hendersonaccel/tcg: Accept more page flags in page_check_range
2023-07-15  Richard Hendersonlinux-user: Simplify target_munmap
2023-07-15  Richard Hendersonlinux-user: Rename mmap_reserve to mmap_reserve_or_unmap
2023-07-15  Richard Hendersonlinux-user: Rewrite mmap_reserve
2023-07-15  Richard Hendersonlinux-user: Use 'last' instead of 'end' in target_mmap
2023-07-15  Richard Hendersonlinux-user: Use page_find_range_empty for mmap_find_vma...
2023-07-15  Richard Hendersonbsd-user: Use page_find_range_empty for mmap_find_vma_r...
2023-07-15  Richard Hendersonaccel/tcg: Introduce page_find_range_empty
2023-07-15  Richard Hendersonlinux-user: Rewrite mmap_frag
2023-07-15  Richard Hendersonlinux-user: Rewrite target_mprotect
2023-07-15  Richard Hendersonlinux-user: Widen target_mmap offset argument to off_t
2023-07-15  Richard Hendersonlinux-user: Split out target_to_host_prot
2023-07-15  Richard Hendersonlinux-user: Implement MAP_FIXED_NOREPLACE
2023-07-15  Richard Hendersonbsd-user: Use page_check_range_empty for MAP_EXCL
2023-07-15  Richard Hendersonaccel/tcg: Introduce page_check_range_empty
2023-07-15  Richard Hendersonlinux-user: Populate more bits in mmap_flags_tbl
2023-07-15  Richard Hendersonlinux-user: Split TARGET_PROT_* out of syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Split TARGET_MAP_* out of syscall_defs.h
2023-07-15  Richard Hendersonlinux-user/strace: Expand struct flags to hold a mask
2023-07-15  Richard Hendersonlinux-user: Fix formatting of mmap.c
2023-07-15  Andreas Schwablinux-user: Make sure initial brk(0) is page-aligned
2023-07-15  Richard Hendersontcg: Fix info_in_idx increment in layout_arg_by_ref
2023-07-15  Richard Hendersonaccel/tcg: Split out cpu_exec_longjmp_cleanup
2023-07-15  Richard Hendersonlinux-user: Fix do_shmat type errors
2023-07-15  Pierrick Bouvierlinux-user/syscall: Implement execve without execveat
2023-07-15  Richard Hendersoninclude/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for...
2023-07-15  Richard Hendersoninclude/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for...
2023-07-15  Richard Hendersonlinux-user: Use abi_uint not unsigned in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_short not short in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_ushort not unsigned short in syscal...
2023-07-15  Richard Hendersonlinux-user: Use abi_int not int in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_llong not long long in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_ullong not unsigned long long in...
2023-07-15  Richard Hendersonlinux-user: Use abi_uint not unsigned int in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_llong not int64_t in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_ullong not uint64_t in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_int not int32_t in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Use abi_uint not uint32_t in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Remove #if 0 block in syscall_defs.h
2023-07-15  Richard Hendersonlinux-user: Reformat syscall_defs.h
2023-07-14  Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-07-14  Stefan Bergerhw/tpm: TIS on sysbus: Remove unsupport ppi command...
2023-07-14  Stefano Garzarellascsi: clear unit attention only for REPORT LUNS commands
2023-07-14  Stefano Garzarellascsi: cleanup scsi_clear_unit_attention()
2023-07-14  Stefano Garzarellascsi: fetch unit attention when creating the request
2023-07-14  Cédric Le Goaterkconfig: Add PCIe devices to s390x machines
2023-07-14  Olaf Heringhw/ide/piix: properly initialize the BMIBA register
2023-07-12  Richard HendersonMerge tag 'block-pull-request' of https://gitlab.com...
2023-07-12  Stefan Hajnoczivirtio-blk: fix host notifier issues during dataplane...
2023-07-12  Richard HendersonMerge tag 'mem-2023-07-12' of https://github.com/davidh...
2023-07-12  David Hildenbrandvirtio-mem-pci: Device unplug support
2023-07-12  David Hildenbrandvirtio-mem: Prepare for device unplug support
2023-07-12  David Hildenbrandvirtio-md-pci: Support unplug requests for compatible...
2023-07-12  David Hildenbrandvirtio-md-pci: Handle unplug of virtio based memory...
2023-07-12  David Hildenbrandarm/virt: Use virtio-md-pci (un)plug functions
2023-07-12  David Hildenbrandpc: Factor out (un)plug handling of virtio-md-pci devices
2023-07-12  David Hildenbrandvirtio-md-pci: New parent type for virtio-mem-pci and...
2023-07-12  David Hildenbrandvirtio-mem: Support "x-ignore-shared" migration
2023-07-12  David Hildenbrandmigration/ram: Expose ramblock_is_ignored() as migrate_...
2023-07-12  David Hildenbrandvirtio-mem: Skip most of virtio_mem_unplug_all() withou...
2023-07-12  David Hildenbrandsoftmmu/physmem: Warn with ram_block_discard_range...
2023-07-12  David Hildenbrandmemory-device: Track used region size in DeviceMemoryState
2023-07-12  David Hildenbrandmemory-device: Refactor memory_device_pre_plug()
2023-07-12  David Hildenbrandhw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZE
2023-07-12  David Hildenbrandhw/i386/acpi-build: Rely on machine->device_memory...
2023-07-12  David Hildenbrandhw/i386/pc: Use machine_memory_devices_init()
2023-07-12  David Hildenbrandhw/loongarch/virt: Use machine_memory_devices_init()
2023-07-12  David Hildenbrandhw/ppc/spapr: Use machine_memory_devices_init()
2023-07-12  David Hildenbrandhw/arm/virt: Use machine_memory_devices_init()
2023-07-12  David Hildenbrandmemory-device: Introduce machine_memory_devices_init()
2023-07-12  David Hildenbrandmemory-device: Unify enabled vs. supported error messages
2023-07-11  Philippe Mathieu... configure: Fix cross-building for RISCV host (v5)
2023-07-11  Philippe Mathieu... configure: Fix cross-building for RISCV host
2023-07-11  Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-07-11  Richard HendersonMerge tag 'mips-20230710' of https://github.com/philmd...
2023-07-10  Hawkins Jiaweivdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
2023-07-10  Hawkins Jiaweivdpa: Restore packet receive filtering state relative...
2023-07-10  Hawkins Jiaweivdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ
2023-07-10  Hawkins Jiaweivdpa: Avoid forwarding large CVQ command failures
2023-07-10  Hawkins Jiaweivdpa: Accessing CVQ header through its structure
2023-07-10  Hawkins Jiaweivhost: Fix false positive out-of-bounds
2023-07-10  Hawkins Jiaweivdpa: Restore packet receive filtering state relative...
2023-07-10  Hawkins Jiaweivdpa: Restore MAC address filtering state
2023-07-10  Hawkins Jiaweivdpa: Use iovec for vhost_vdpa_net_load_cmd()
2023-07-10  Akihiko Odakipcie: Specify 0 for ARI next function numbers
2023-07-10  Akihiko Odakipcie: Use common ARI next function number
2023-07-10  Alex Bennéeinclude/hw/virtio: document some more usage of notifiers
2023-07-10  Alex Bennéeinclude/hw/virtio: add kerneldoc for virtio_init
2023-07-10  Alex Bennéeinclude/hw/virtio: document virtio_notify_config
2023-07-10  Alex Bennéehw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX comments
next