]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2023-06-30 Richard HendersonMerge tag 'pull-vfio-20230630' of https://github.com...
2023-06-30 Richard HendersonMerge tag 'pull-request-2023-06-29' of https://gitlab...
2023-06-30 Zhenzhong Duanvfio/pci: Free leaked timer in vfio_realize error path
2023-06-30 Zhenzhong Duanvfio/pci: Fix a segfault in vfio_realize
2023-06-30 Alex WilliamsonMAINTAINERS: Promote Cédric to VFIO co-maintainer
2023-06-30 Avihai Horonvfio/migration: Make VFIO migration non-experimental
2023-06-30 Avihai Horonvfio/migration: Reset bytes_transferred properly
2023-06-30 Shameer Kolothumvfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in...
2023-06-30 Alex Williamsonhw/vfio/pci-quirks: Support alternate offset for GPUDir...
2023-06-30 Alex Williamsonvfio: Implement a common device info helper
2023-06-30 Avihai Horonvfio/migration: Add support for switchover ack capability
2023-06-30 Avihai Horonvfio/migration: Add VFIO migration pre-copy support
2023-06-30 Avihai Horonvfio/migration: Store VFIO migration flags in VFIOMigration
2023-06-30 Avihai Horonvfio/migration: Refactor vfio_save_block() to return...
2023-06-30 Avihai Horontests: Add migration switchover ack capability test
2023-06-30 Avihai Horonmigration: Enable switchover ack capability
2023-06-30 Avihai Horonmigration: Implement switchover ack logic
2023-06-30 Avihai Horonmigration: Add switchover ack capability
2023-06-29 Thomas Huthpc-bios: Update the s390 bios images with the recent...
2023-06-29 Thomas Huthpc-bios/s390-ccw: Don't use __bss_start with the "larl...
2023-06-29 Thomas Huthpc-bios/s390-ccw: Move the stack array into start.S
2023-06-29 Thomas Huthpc-bios/s390-ccw: Provide space for initial stack frame...
2023-06-29 Thomas Huthpc-bios/s390-ccw: Fix indentation in start.S
2023-06-29 Thomas Huthpc-bios/s390-ccw/Makefile: Use -z noexecstack to silenc...
2023-06-29 Thomas Huthpc-bios/s390-ccw: Get rid of the the __u* types
2023-06-29 Juan Quintelas390-ccw: Getting rid of ulong
2023-06-29 Richard Hendersongitlab: Disable plugins for cross-i386-tci
2023-06-29 Richard HendersonMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2023-06-29 Paolo Bonzinitarget/i386: emulate 64-bit ring 0 for linux-user if...
2023-06-29 Paolo Bonzinitarget/i386: ignore CPL0-specific features in user...
2023-06-29 Paolo Bonzinitarget/i386: ignore ARCH_CAPABILITIES features in user...
2023-06-29 Pawan Guptatarget/i386: Export MSR_ARCH_CAPABILITIES bits to guests
2023-06-29 Richard HendersonMerge tag 'accel-20230628' of https://github.com/philmd...
2023-06-28 Richard HendersonMerge tag 'for-upstream' of https://repo.or.cz/qemu...
2023-06-28 Richard HendersonMerge tag 'qemu-sparc-20230628' of https://github.com...
2023-06-28 Richard HendersonMerge tag 'for_upstream' of https://git.kernel.org...
2023-06-28 Isaku Yamahataexec/memory: Add symbol for the min value of memory...
2023-06-28 Isaku Yamahataexec/memory: Add symbol for memory listener priority...
2023-06-28 Isaku Yamahataexec/memory: Add symbolic value for memory listener...
2023-06-28 Zhao Liutarget/i386/WHPX: Fix error message when fail to set...
2023-06-28 Philippe Mathieu... target/riscv: Restrict KVM-specific fields from ArchCPU
2023-06-28 Philippe Mathieu... target/ppc: Restrict KVM-specific fields from ArchCPU
2023-06-28 Philippe Mathieu... target/arm: Restrict KVM-specific fields from ArchCPU
2023-06-28 Philippe Mathieu... hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header
2023-06-28 Philippe Mathieu... hw/intc/arm_gic: Rename 'first_cpu' argument
2023-06-28 Philippe Mathieu... hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers
2023-06-28 Philippe Mathieu... accel/kvm: Declare kvm_direct_msi_allowed in stubs
2023-06-28 Philippe Mathieu... accel/kvm: Re-include "exec/memattrs.h" header
2023-06-28 Philippe Mathieu... accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Rename 'cpu_state' -> 'cs'
2023-06-28 Philippe Mathieu... accel: Inline WHPX get_whpx_vcpu()
2023-06-28 Philippe Mathieu... accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Remove WHPX unreachable error path
2023-06-28 Philippe Mathieu... accel: Inline NVMM get_qemu_vcpu()
2023-06-28 Philippe Mathieu... accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Remove NVMM unreachable error path
2023-06-28 Philippe Mathieu... accel: Move HAX hThread to accelerator context
2023-06-28 Philippe Mathieu... accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
2023-06-28 Philippe Mathieu... accel: Rename 'hax_vcpu' as 'accel' in CPUState
2023-06-28 Philippe Mathieu... accel: Destroy HAX vCPU threads once done
2023-06-28 Philippe Mathieu... accel: Fix a leak on Windows HAX
2023-06-28 Philippe Mathieu... accel: Remove unused hThread variable on TCG/WHPX
2023-06-28 Philippe Mathieu... accel: Document generic accelerator headers
2023-06-28 Philippe Mathieu... accel: Re-enable WHPX cross-build on case sensitive...
2023-06-28 Philippe Mathieu... docs/devel/testing: Update the 'Docker Debugging' section
2023-06-28 Philippe Mathieu... MAINTAINERS: Update Roman Bolshakov email address
2023-06-28 Ani Sinhanet/vhost-net: do not assert on null pointer return...
2023-06-28 Henrik Carlqvistescc: emulate dip switch language layout settings on...
2023-06-28 Richard Hendersontarget/sparc: Use tcg_gen_lookup_and_goto_ptr for v9...
2023-06-28 Richard Hendersontarget/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN
2023-06-28 Richard Hendersontarget/sparc: Use DYNAMIC_PC_LOOKUP for JMPL
2023-06-28 Richard Hendersontarget/sparc: Use DYNAMIC_PC_LOOKUP for conditional...
2023-06-28 Richard Hendersontarget/sparc: Introduce DYNAMIC_PC_LOOKUP
2023-06-28 Richard Hendersontarget/sparc: Drop inline markers from translate.c
2023-06-28 Richard Hendersontarget/sparc: Fix npc comparison in sparc_tr_insn_start
2023-06-28 Richard Hendersontarget/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_go...
2023-06-28 Markus ArmbrusterRevert "hw/sparc64/niagara: Use blk_name() instead...
2023-06-28 Richard HendersonMerge tag 'nvme-next-pull-request' of https://gitlab...
2023-06-28 Klaus Jensendocs: update hw/nvme documentation for TP4146
2023-06-28 Klaus Jensenhw/nvme: add placement handle list ranges
2023-06-28 Klaus Jensenhw/nvme: verify uniqueness of reclaim unit handle ident...
2023-06-28 Klaus Jensenhw/nvme: fix verification of number of ruhis
2023-06-28 Minwoo Imhw/nvme: check maximum copy length (MCL) for COPY
2023-06-28 Minwoo Imhw/nvme: consider COPY command in nvme_aio_err
2023-06-28 Minwoo Imhw/nvme: add comment for nvme-ns properties
2023-06-28 Paolo Bonziniblock: use bdrv_co_debug_event in coroutine context
2023-06-28 Paolo Bonziniblock: use bdrv_co_getlength in coroutine context
2023-06-28 Paolo Bonziniqcow2: mark more functions as coroutine_fns and GRAPH_R...
2023-06-28 Paolo Bonzinivhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK
2023-06-28 Paolo Bonzinivmdk: mark more functions as coroutine_fns and GRAPH_RDLOCK
2023-06-28 Paolo Bonzinidmg: mark more functions as coroutine_fns and GRAPH_RDLOCK
2023-06-28 Paolo Bonzinicloop: mark more functions as coroutine_fns and GRAPH_R...
2023-06-28 Paolo Bonziniblock: mark another function as coroutine_fns and GRAPH...
2023-06-28 Paolo Bonzinibochs: mark more functions as coroutine_fns and GRAPH_R...
2023-06-28 Paolo Bonzinivpc: mark more functions as coroutine_fns and GRAPH_RDLOCK
2023-06-28 Paolo Bonziniqed: mark more functions as coroutine_fns and GRAPH_RDLOCK
2023-06-28 Paolo Bonzinifile-posix: remove incorrect coroutine_fn calls
2023-06-28 Kevin WolfRevert "graph-lock: Disable locking for now"
2023-06-28 Kevin Wolfgraph-lock: Unlock the AioContext while polling
2023-06-28 Kevin Wolfblockjob: Fix AioContext locking in block_job_add_bdrv()
next