]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2025-05-01  Vladimir Sementsov... qapi/block-core: deprecate some block-job- APIs
2025-05-01  Vladimir Sementsov... qapi: synchronize jobs and block-jobs documentation
2025-05-01  Vincent Vanlaerblock: add test non-active commit with zeroed data
2025-05-01  Vincent Vanlaerblock: allow commit to unmap zero blocks
2025-05-01  Vincent Vanlaerblock: refactor error handling of commit_iteration
2025-04-29  Vincent Vanlaerblock: move commit_run loop to separate function
2025-04-29  Vincent Vanlaerblock: get type of block allocation in commit_run
2025-04-27  Stefan HajnocziMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2025-04-27  Stefan HajnocziMerge tag 'single-binary-20250425' of https://github...
2025-04-27  Stefan HajnocziMerge tag 'pull-vfio-20250425' of https://github.com...
2025-04-25  Denis Rastyoginqemu-img: improve queue depth validation in img_bench
2025-04-25  Philippe Mathieu... qemu: Convert target_name() to TargetInfo API
2025-04-25  Philippe Mathieu... accel: Move target-agnostic code from accel-target...
2025-04-25  Philippe Mathieu... accel: Make AccelCPUClass structure target-agnostic
2025-04-25  Philippe Mathieu... accel: Include missing 'qemu/accel.h' header in accel...
2025-04-25  Philippe Mathieu... accel: Implement accel_init_ops_interfaces() for both...
2025-04-25  Philippe Mathieu... cpus: Move target-agnostic methods out of cpu-target.c
2025-04-25  Philippe Mathieu... cpus: Replace CPU_RESOLVING_TYPE -> target_cpu_type()
2025-04-25  Philippe Mathieu... qemu: Introduce target_cpu_type()
2025-04-25  Philippe Mathieu... qapi: Rename TargetInfo structure as QemuTargetInfo
2025-04-25  Philippe Mathieu... hw/microblaze: Evaluate TARGET_BIG_ENDIAN at compile...
2025-04-25  Philippe Mathieu... hw/mips: Evaluate TARGET_BIG_ENDIAN at compile time
2025-04-25  Philippe Mathieu... target/xtensa: Evaluate TARGET_BIG_ENDIAN at compile...
2025-04-25  Philippe Mathieu... target/mips: Check CPU endianness at runtime using...
2025-04-25  Philippe Mathieu... accel/kvm: Use target_needs_bswap()
2025-04-25  Philippe Mathieu... linux-user/elfload: Use target_needs_bswap()
2025-04-25  Philippe Mathieu... target/hexagon: Include missing 'accel/tcg/getpc.h'
2025-04-25  Philippe Mathieu... accel/tcg: Correct list of included headers in tcg...
2025-04-25  Pierrick Bouviersystem/kvm: make functions accessible from common code
2025-04-25  Akihiko Odakimeson: Use osdep_prefix for strchrnul()
2025-04-25  Akihiko Odakimeson: Share common C source prefixes
2025-04-25  Akihiko Odakimeson: Remove CONFIG_STATX and CONFIG_STATX_MNT_ID
2025-04-25  Akihiko Odakimeson: Use has_header_symbol() to check getcpu()
2025-04-25  BALATON Zoltanpc-bios: Move device tree files in their own subdir
2025-04-25  BALATON Zoltansystem/datadir: Add new type constant for DTB files
2025-04-25  Philippe Mathieu... system/memory: Remove DEVICE_HOST_ENDIAN definition
2025-04-25  Kohei Tokunagasystem/vl: Fix type conflict of GLib function pointers
2025-04-25  Kohei Tokunagacontrib/plugins: Fix type conflict of GLib function...
2025-04-25  Kohei Tokunagahw/net/can: Fix type conflict of GLib function pointers
2025-04-25  Sunny Zhublock: Remove unused callback function *bdrv_aio_pdiscard
2025-04-25  Kohei Tokunagahw/core/loader: Fix type conflict of GLib function...
2025-04-25  BALATON Zoltanhw/intc/i8259: Remove unused DEBUG_PIC define
2025-04-25  Akihiko Odakihw/usb/hcd-xhci: Unmap canceled packet
2025-04-25  Philippe Mathieu... exec: Rename target_words_bigendian() -> target_big_end...
2025-04-25  Hauke Mehrtenstarget/mips: Fix MIPS16e translation
2025-04-25  Philippe Mathieu... target/arm: Replace target_ulong -> vaddr for CPUWatchpoint
2025-04-25  Philippe Mathieu... target/arm: Replace target_ulong -> hwaddr in ARMMMUFau...
2025-04-25  Peter Maydelltarget/arm: Handle AArch64 gdb read/write regs in TYPE_...
2025-04-25  Peter Maydelltarget/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU
2025-04-25  Peter Maydelltarget/arm: Handle AArch64 in TYPE_ARM_CPU gdb_arch_name
2025-04-25  Peter Maydellgdbstub: Allow gdb_core_xml_file to be set at runtime
2025-04-25  Peter Maydellhw/core/cpu: gdb_arch_name string should not be freed
2025-04-25  Philippe Mathieu... hw/core: Get default_cpu_type calling machine_class_def...
2025-04-25  Kohei Tokunagaqom/object: Fix type conflict of GLib function pointers
2025-04-25  Philippe Mathieu... qom: Make InterfaceInfo[] uses const
2025-04-25  Philippe Mathieu... qom: Constify TypeInfo::interfaces
2025-04-25  Philippe Mathieu... qom: Constify TypeInfo::class_data
2025-04-25  Philippe Mathieu... qom: Have class_init() take a const data argument
2025-04-25  Philippe Mathieu... qom: Have class_base_init() take a const data argument
2025-04-25  Philippe Mathieu... hw/misc/edu: Convert type_init() -> DEFINE_TYPES()
2025-04-25  Philippe Mathieu... hw/pci-host/designware: Use deposit/extract API
2025-04-25  Stefan Hajnocziblock/io: skip head/tail requests on EINVAL
2025-04-25  Stefan Hajnoczifile-posix: probe discard alignment on Linux block...
2025-04-25  Philippe Mathieu... cpus: Remove #ifdef check on cpu_list definition
2025-04-25  Philippe Mathieu... target/s390x: Register CPUClass:list_cpus
2025-04-25  Philippe Mathieu... target/sparc: Register CPUClass:list_cpus
2025-04-25  Philippe Mathieu... target/ppc: Register CPUClass:list_cpus
2025-04-25  Philippe Mathieu... target/i386: Register CPUClass:list_cpus
2025-04-25  Philippe Mathieu... cpus: Introduce CPUClass::list_cpus() callback
2025-04-25  John Levonvfio: refactor out vfio_pci_config_setup()
2025-04-25  John Levonvfio: refactor out vfio_interrupt_setup()
2025-04-25  Zhenzhong Duanvfio: Register/unregister container for CPR only once...
2025-04-25  Zhenzhong Duanvfio: Remove hiod_typename property
2025-04-25  Zhenzhong Duanvfio: Cleanup host IOMMU device creation
2025-04-25  Zhenzhong Duanvfio/container: Move realize() after attachment
2025-04-25  Zhenzhong Duanvfio/iommufd: Move realize() after attachment
2025-04-25  Zhenzhong Duanvfio/iommufd: Make a separate call to get IOMMU capabil...
2025-04-25  Cédric Le GoaterMAINTAINERS: Add a maintainer for util/vfio-helpers.c
2025-04-25  Cédric Le Goatervfio: Rename VFIOContainer related services
2025-04-25  Cédric Le Goatervfio: Rename VFIODevice related services
2025-04-25  Cédric Le Goatervfio: Rename vfio-common.h to vfio-device.h
2025-04-25  Cédric Le Goatervfio: Introduce vfio_listener_un/register() routines
2025-04-25  Cédric Le Goatervfio: Rename RAM discard related services
2025-04-25  Cédric Le Goatervfio: Introduce new files for VFIO MemoryListener
2025-04-25  Cédric Le Goatervfio: Rename vfio_get_dirty_bitmap()
2025-04-25  Cédric Le Goatervfio: Rename vfio_devices_all_device_dirty_tracking()
2025-04-25  Cédric Le Goatervfio: Rename vfio_devices_all_dirty_tracking_started()
2025-04-25  Cédric Le Goatervfio: Make vfio_container_query_dirty_bitmap() static
2025-04-25  Cédric Le Goatervfio: Make vfio_devices_query_dirty_bitmap() static
2025-04-25  Cédric Le Goatervfio: Move dirty tracking related services into contain...
2025-04-25  Cédric Le Goatervfio: Move vfio_reset_handler() into device.c
2025-04-25  Cédric Le Goatervfio: Move vfio_de/attach_device() into device.c
2025-04-25  Cédric Le Goatervfio: Move vfio_device_list into device.c
2025-04-25  Cédric Le Goatervfio: Move vfio_kvm_device_fd() into helpers.c
2025-04-25  Cédric Le Goatervfio: Introduce new files for CPR definitions and decla...
2025-04-25  Cédric Le Goatervfio: Introduce a new file for VFIODevice definitions
2025-04-25  Cédric Le Goatervfio: Move vfio_get_device_info() to helpers.c
2025-04-25  Cédric Le Goatervfio: Move vfio_kvm_device_add/del_fd() to helpers.c
2025-04-25  Cédric Le Goatervfio: Move vfio_get_info_dma_avail() into helpers.c
2025-04-25  Cédric Le Goatervfio: Introduce a new header file for helper services
next