Show patches with: Archived = No       |   73856 patches
« 1 2 ... 89 90 91738 739 »
Patch Series S/W/F Date Submitter Delegate State
[v4,08/38] tests/qtests: clean-up and fix leak in generic_fuzz maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[v4,07/38] scripts/oss-fuzz: add a suppression for keymap maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[v4,06/38] qemu-keymap: properly check return from xkb_keymap_mod_get_index maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[v4,05/38] tests/tcg: add mechanism to handle plugin arguments maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[v4,04/38] docs/devel: remind developers to run CI container pipeline when updating images maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[v4,03/38] gitlab: reduce testing scope of check-gcov maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[v4,02/38] gitlab: ensure coverage job also publishes meson log maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[v4,01/38] gitlab: explicit set artifacts publishing criteria maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-30 Alex Bennée Superseded
[24/24] linux-user: Simplify target_madvise linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[23/24] linux-user: Remove can_passthrough_madvise linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[22/24] accel/tcg: Return bool from page_check_range linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[21/24] accel/tcg: Accept more page flags in page_check_range linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[20/24] linux-user: Simplify target_munmap linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[19/24] linux-user: Rename mmap_reserve to mmap_reserve_or_unmap linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[18/24] linux-user: Rewrite mmap_reserve linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[17/24] linux-user: Use 'last' instead of 'end' in target_mmap linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[16/24] linux-user: Use page_find_range_empty for mmap_find_vma_reserved linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[15/24] bsd-user: Use page_find_range_empty for mmap_find_vma_reserved linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[14/24] accel/tcg: Introduce page_find_range_empty linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[13/24] linux-user: Rewrite mmap_frag linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[12/24] linux-user: Rewrite target_mprotect linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[11/24] linux-user: Widen target_mmap offset argument to off_t linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[10/24] linux-user: Split out target_to_host_prot linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[09/24] linux-user: Implement MAP_FIXED_NOREPLACE linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[08/24] bsd-user: Use page_check_range_empty for MAP_EXCL linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[07/24] accel/tcg: Introduce page_check_range_empty linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[06/24] linux-user: Populate more bits in mmap_flags_tbl linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[05/24] linux-user: Split TARGET_PROT_* out of syscall_defs.h linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[04/24] linux-user: Split TARGET_MAP_* out of syscall_defs.h linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[03/24] linux-user/strace: Expand struct flags to hold a mask linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[02/24] linux-user: Fix formatting of mmap.c linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[01/24] linux-user: Use assert in mmap_fork_start linux-user: mmap range fixes --- 2023-06-30 Richard Henderson Superseded
[RFC] target/arm: make arm_casq_ptw CONFIG_TCG only [RFC] target/arm: make arm_casq_ptw CONFIG_TCG only --- 2023-06-30 Alex Bennée Superseded
gitlab: Disable plugins for cross-i386-tci gitlab: Disable plugins for cross-i386-tci --- 2023-06-29 Richard Henderson Accepted
[2/2] hw/riscv/virt: Restrict ACLINT to TCG hw/riscv/virt: Restrict ACLINT to TCG --- 2023-06-29 Philippe Mathieu-Daudé Accepted
[1/2] hw/riscv/virt: Fix 'controller' typo hw/riscv/virt: Restrict ACLINT to TCG --- 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] 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
[RFC] tcg: Reduce tcg_assert_listed_vecop() scope [RFC] tcg: Reduce tcg_assert_listed_vecop() scope --- 2023-06-29 Philippe Mathieu-Daudé Superseded
linux-user: Avoid mmap of the last byte of the reserved_va linux-user: Avoid mmap of the last byte of the reserved_va --- 2023-06-29 Richard Henderson Superseded
[PULL,30/30] exec/memory: Add symbol for the min value of memory listener priority [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 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 --- 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 --- 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 --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,26/30] target/riscv: Restrict KVM-specific fields from ArchCPU [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 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 --- 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 --- 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 --- 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 --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,21/30] hw/intc/arm_gic: Un-inline GIC*/ITS class_name() helpers [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 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 --- 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 --- 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 --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,17/30] accel: Rename 'cpu_state' -> 'cs' [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,16/30] accel: Inline WHPX get_whpx_vcpu() [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,15/30] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,14/30] accel: Remove WHPX unreachable error path [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,13/30] accel: Inline NVMM get_qemu_vcpu() [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,12/30] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,11/30] accel: Remove NVMM unreachable error path [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,10/30] accel: Move HAX hThread to accelerator context [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 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 --- 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 --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,07/30] accel: Destroy HAX vCPU threads once done [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,06/30] accel: Fix a leak on Windows HAX [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,05/30] accel: Remove unused hThread variable on TCG/WHPX [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,04/30] accel: Document generic accelerator headers [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,03/30] accel: Re-enable WHPX cross-build on case sensitive filesystems [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 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 --- 2023-06-28 Philippe Mathieu-Daudé Accepted
[PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address [PULL,01/30] MAINTAINERS: Update Roman Bolshakov email address --- 2023-06-28 Philippe Mathieu-Daudé New
[PULL,00/30] Accelerator patches for 2023-06-28 --- 2023-06-28 Philippe Mathieu-Daudé New
[v16,5/9] tb-stats: reset the tracked TBs on a tb_flush Untitled series #213681 --- 2023-06-28 Fei Wu New
[PULL,09/10] target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[PULL,08/10] target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[PULL,07/10] target/sparc: Use DYNAMIC_PC_LOOKUP for JMPL Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[PULL,06/10] target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[PULL,05/10] target/sparc: Introduce DYNAMIC_PC_LOOKUP Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[PULL,04/10] target/sparc: Drop inline markers from translate.c Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[PULL,03/10] target/sparc: Fix npc comparison in sparc_tr_insn_start Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[PULL,02/10] target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb Untitled series #213680 --- 2023-06-28 Mark Cave-Ayland Accepted
[v3,8/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v3,7/8] target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v3,6/8] target/sparc: Use DYNAMIC_PC_LOOKUP for JMPL target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v3,5/8] target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v3,4/8] target/sparc: Introduce DYNAMIC_PC_LOOKUP target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v3,3/8] target/sparc: Drop inline markers from translate.c target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v3,2/8] target/sparc: Fix npc comparison in sparc_tr_insn_start target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v3,1/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb target/sparc: Use tcg_gen_lookup_and_goto_ptr --- 2023-06-28 Richard Henderson Superseded
[v2,4/4] target/riscv: Restrict riscv_cpu_do_interrupt() to sysemu target/riscv: Misc header cleanups --- 2023-06-28 Philippe Mathieu-Daudé Superseded
[v2,3/4] target/riscv: Restrict 'rv128' machine to TCG accelerator target/riscv: Misc header cleanups --- 2023-06-28 Philippe Mathieu-Daudé Superseded
[v2,2/4] target/riscv: Restrict sysemu specific header to user emulation target/riscv: Misc header cleanups --- 2023-06-28 Philippe Mathieu-Daudé Superseded
[v2,1/4] target/riscv: Remove unused 'instmap.h' header in translate.c target/riscv: Misc header cleanups --- 2023-06-28 Philippe Mathieu-Daudé Superseded
[v3,36/36] tests/tcg: Add a test for info proc mappings maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-27 Alex Bennée Superseded
[v3,35/36] docs: Document security implications of debugging maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-27 Alex Bennée Superseded
[v3,34/36] gdbstub: Add support for info proc mappings maintainer omnibus: testing, fuzz, plugins, documentation (pre-PR) --- 2023-06-27 Alex Bennée New
[v3,33/36] gdbstub: Report the actual qemu-user pid maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-27 Alex Bennée Superseded
[v3,32/36] gdbstub: Expose gdb_get_process() and gdb_get_first_cpu_in_process() maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-27 Alex Bennée Superseded
[v3,31/36] linux-user: Emulate /proc/self/smaps maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-27 Alex Bennée Superseded
[v3,30/36] linux-user: Add "safe" parameter to do_guest_openat() maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-27 Alex Bennée Superseded
[v3,29/36] linux-user: Expose do_guest_openat() and do_guest_readlink() maintainer omnibus: testing, fuzz, plugins, documentation, gdbstub (pre-PR) --- 2023-06-27 Alex Bennée Superseded
« 1 2 ... 89 90 91738 739 »