Show patches with: State = Action Required       |   426431 patches
« 1 2 ... 1061 1062 10634264 4265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v3,05/16] accel: Destroy HAX vCPU threads once done accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,06/16] accel: Rename 'hax_vcpu' as 'accel' in CPUState accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,08/16] accel: Move HAX hThread to accelerator context accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,09/16] accel: Remove NVMM unreachable error path accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,10/16] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,11/16] accel: Inline NVMM get_qemu_vcpu() accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,12/16] accel: Remove WHPX unreachable error path accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,13/16] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,14/16] accel: Inline WHPX get_whpx_vcpu() accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,15/16] accel: Rename 'cpu_state' -> 'cs' accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) 1 - - 1 --- 2023-06-24 Philippe Mathieu-Daudé New
[v3,16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF) - - 1 1 --- 2023-06-24 Philippe Mathieu-Daudé New
[v2] target/ppc: Restrict KVM-specific fields from ArchCPU [v2] target/ppc: Restrict KVM-specific fields from ArchCPU - - 1 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v2] target/riscv: Restrict KVM-specific fields from ArchCPU [v2] target/riscv: Restrict KVM-specific fields from ArchCPU - - 2 - --- 2023-06-24 Philippe Mathieu-Daudé New
[v2] hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/ [v2] hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/ - - - - --- 2023-06-24 Philippe Mathieu-Daudé New
target/ppc: Only generate decodetree files when TCG is enabled target/ppc: Only generate decodetree files when TCG is enabled - - 2 - --- 2023-06-26 Philippe Mathieu-Daudé New
[01/16] target/riscv: Remove unused 'instmap.h' header in translate.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[02/16] target/riscv: Restrict KVM-specific fields from ArchCPU target/riscv: Allow building without TCG (KVM-only so far) - - 1 - --- 2023-06-26 Philippe Mathieu-Daudé New
[03/16] target/riscv: Restrict sysemu specific header to user emulation target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/ target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/ target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[09/16] target/riscv: Expose some 'trigger' prototypes from debug.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[10/16] target/riscv: Extract TCG-specific code from debug.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/ target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[RFC,13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[15/16] target/riscv: Restrict TCG-specific prototype declarations target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-06-26 Philippe Mathieu-Daudé New
[v3,1/6] target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h' target/ppc: Few cleanups in kvm_ppc.h - - 2 - --- 2023-06-27 Philippe Mathieu-Daudé New
[v3,2/6] target/ppc: Reorder #ifdef'ry in kvm_ppc.h target/ppc: Few cleanups in kvm_ppc.h - - 1 - --- 2023-06-27 Philippe Mathieu-Daudé New
[v3,3/6] target/ppc: Move CPU QOM definitions to cpu-qom.h target/ppc: Few cleanups in kvm_ppc.h - - 1 - --- 2023-06-27 Philippe Mathieu-Daudé New
[v3,4/6] target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.h target/ppc: Few cleanups in kvm_ppc.h - - 2 - --- 2023-06-27 Philippe Mathieu-Daudé New
[v3,5/6] target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c target/ppc: Few cleanups in kvm_ppc.h - - 2 - --- 2023-06-27 Philippe Mathieu-Daudé New
[v3,6/6] target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h' target/ppc: Few cleanups in kvm_ppc.h - - 2 - --- 2023-06-27 Philippe Mathieu-Daudé New
[1/2] target/riscv: Only unify 'riscv32/64' -> 'riscv' for host cpu in meson target/riscv: Only build qemu-system-riscv$$ on rv$$ host - - - - --- 2023-06-27 Philippe Mathieu-Daudé New
[2/2] target/riscv: Only build KVM guest with same wordsize as host target/riscv: Only build qemu-system-riscv$$ on rv$$ host - - - - --- 2023-06-27 Philippe Mathieu-Daudé New
[v2,1/4] target/riscv: Remove unused 'instmap.h' header in translate.c target/riscv: Misc header cleanups - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[v2,2/4] target/riscv: Restrict sysemu specific header to user emulation target/riscv: Misc header cleanups - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[v2,3/4] target/riscv: Restrict 'rv128' machine to TCG accelerator target/riscv: Misc header cleanups - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[v2,4/4] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu target/riscv: Misc header cleanups - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,00/30] Accelerator patches for 2023-06-28 - - - - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,02/30] docs/devel/testing: Update the 'Docker Debugging' section [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,03/30] accel: Re-enable WHPX cross-build on case sensitive filesystems [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,04/30] accel: Document generic accelerator headers [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address 1 - - - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,05/30] accel: Remove unused hThread variable on TCG/WHPX [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,06/30] accel: Fix a leak on Windows HAX [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - 1 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,07/30] accel: Destroy HAX vCPU threads once done [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,08/30] accel: Rename 'hax_vcpu' as 'accel' in CPUState [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,09/30] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,10/30] accel: Move HAX hThread to accelerator context [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,11/30] accel: Remove NVMM unreachable error path [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,12/30] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,13/30] accel: Inline NVMM get_qemu_vcpu() [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,14/30] accel: Remove WHPX unreachable error path [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,15/30] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,16/30] accel: Inline WHPX get_whpx_vcpu() [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,17/30] accel: Rename 'cpu_state' -> 'cs' [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address 1 - - 1 --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,18/30] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 1 --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,19/30] accel/kvm: Re-include "exec/memattrs.h" header [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - 1 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,20/30] accel/kvm: Declare kvm_direct_msi_allowed in stubs [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 2 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,21/30] hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,22/30] hw/intc/arm_gic: Rename 'first_cpu' argument [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 2 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,23/30] hw/arm/sbsa-ref: Include missing 'sysemu/kvm.h' header [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 2 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,24/30] target/arm: Restrict KVM-specific fields from ArchCPU [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,25/30] target/ppc: Restrict KVM-specific fields from ArchCPU [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,26/30] target/riscv: Restrict KVM-specific fields from ArchCPU [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,27/30] target/i386/WHPX: Fix error message when fail to set ProcessorCount [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,28/30] exec/memory: Add symbolic value for memory listener priority for accel [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,29/30] exec/memory: Add symbol for memory listener priority for device backend [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,30/30] exec/memory: Add symbol for the min value of memory listener priority [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address - - 1 - --- 2023-06-28 Philippe Mathieu-Daudé New
[RFC] tcg: Reduce tcg_assert_listed_vecop() scope [RFC] tcg: Reduce tcg_assert_listed_vecop() scope - - - - --- 2023-06-29 Philippe Mathieu-Daudé New
[1/2] target/riscv: Check for CF_PARALLEL instead of qemu_tcg_mttcg_enabled accel/tcg: Remove qemu_tcg_mttcg_enabled() - - - - --- 2023-06-29 Philippe Mathieu-Daudé New
[2/2] accel/tcg: Replace qemu_tcg_mttcg_enabled() by mttcg_enabled accel/tcg: Remove qemu_tcg_mttcg_enabled() - - - - --- 2023-06-29 Philippe Mathieu-Daudé New
[1/2] hw/riscv/virt: Fix 'controller' typo hw/riscv/virt: Restrict ACLINT to TCG - - - - --- 2023-06-29 Philippe Mathieu-Daudé New
[2/2] hw/riscv/virt: Restrict ACLINT to TCG hw/riscv/virt: Restrict ACLINT to TCG - - 2 - --- 2023-06-29 Philippe Mathieu-Daudé New
ui: Link dbus-display with pixman again ui: Link dbus-display with pixman again - 1 - - --- 2023-06-30 Philippe Mathieu-Daudé New
[v2,01/16] target/riscv: Remove unuseful KVM stubs target/riscv: Allow building without TCG (KVM-only so far) - - 2 1 --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,02/16] target/riscv: Remove unused 'instmap.h' header in translate.c target/riscv: Allow building without TCG (KVM-only so far) 1 - 1 - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,03/16] target/riscv: Restrict sysemu specific header to user emulation target/riscv: Allow building without TCG (KVM-only so far) 1 - 1 - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,04/16] target/riscv: Restrict 'rv128' machine to TCG accelerator target/riscv: Allow building without TCG (KVM-only so far) 1 - 1 - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,05/16] target/riscv: Move sysemu-specific files to target/riscv/sysemu/ target/riscv: Allow building without TCG (KVM-only so far) 1 - 1 - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,06/16] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,07/16] target/riscv: Move TCG-specific files to target/riscv/tcg/ target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,08/16] target/riscv: Move TCG-specific cpu_get_tb_cpu_state() to tcg/cpu.c target/riscv: Allow building without TCG (KVM-only so far) 1 - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,09/16] target/riscv: Expose some 'trigger' prototypes from debug.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,10/16] target/riscv: Extract TCG-specific code from debug.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,11/16] target/riscv: Move sysemu-specific debug files to target/riscv/sysemu/ target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,12/16] target/riscv: Expose riscv_cpu_pending_to_irq() from cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[RFC,v2,13/16] target/riscv: Move TCG/sysemu-specific code to tcg/sysemu/cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,14/16] target/riscv: Move sysemu-specific code to sysemu/cpu_helper.c target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,15/16] target/riscv: Restrict TCG-specific prototype declarations target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,16/16] gitlab-ci.d/crossbuilds: Add KVM riscv64 cross-build jobs target/riscv: Allow building without TCG (KVM-only so far) - - - - --- 2023-07-03 Philippe Mathieu-Daudé New
[v2,01/19] hw/timer/arm_timer: Declare QOM types using DEFINE_TYPES() macro hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT - - 2 - --- 2023-07-04 Philippe Mathieu-Daudé New
[v2,02/19] hw/timer/arm_timer: Remove pointless cast from void * hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT - - 2 - --- 2023-07-04 Philippe Mathieu-Daudé New
[v2,03/19] hw/timer/arm_timer: Move SP804 code around hw/timer/arm_timer: QOM'ify ARM_TIMER and correct sysbus/irq in ICP_PIT - - 2 - --- 2023-07-04 Philippe Mathieu-Daudé New
« 1 2 ... 1061 1062 10634264 4265 »