Toggle navigation
Patchwork
qemu-devel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Archived =
No
| 81143 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
...
226
227
228
…
811
812
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[v4,05/27] accel/tcg: Set cflags_next_tb in cpu_common_initfn
tcg misc patches
-
-
-
2022-12-13
Richard Henderson
Superseded
[v4,04/27] tcg: Introduce paired register allocation
tcg misc patches
-
-
-
2022-12-13
Richard Henderson
New
[v4,03/27] tcg: Remove check_regs
tcg misc patches
-
-
-
2022-12-13
Richard Henderson
Superseded
[v4,02/27] tcg: Centralize updates to reg_to_temp
tcg misc patches
-
-
-
2022-12-13
Richard Henderson
Superseded
[v4,01/27] tcg: Fix tcg_reg_alloc_dup*
tcg misc patches
-
-
-
2022-12-13
Richard Henderson
Superseded
[PATCH-for-8.0] tests/avocado: Add a quick test to boot Trusted Firmware on SBSA-ref
[PATCH-for-8.0] tests/avocado: Add a quick test to boot Trusted Firmware on SBSA-ref
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0,3/3] hw/net/xilinx_ethlite: Replace tswap32() by be32_to_cpu()
hw/ppc: Remove tswap() calls
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0,2/3] hw/ppc/spapr: Replace tswap64(HPTE) by cpu_to_be64(HPTE)
hw/ppc: Remove tswap() calls
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0,1/3] hw/ppc: Replace tswap32() by const_le32()
hw/ppc: Remove tswap() calls
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()
ppc: Clean up few headers to make them target agnostic
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,3/4] hw/ppc/spapr: Reduce "vof.h" inclusion
ppc: Clean up few headers to make them target agnostic
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,2/4] hw/ppc/vof: Do not include the full "cpu.h"
ppc: Clean up few headers to make them target agnostic
-
-
-
2022-12-13
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,1/4] target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"
ppc: Clean up few headers to make them target agnostic
-
-
-
2022-12-13
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,6/6] hw/virtio: Extract QMP related code virtio-qmp.c
hw/virtio: Split ioconfig / qmp code from virtio.c
-
-
-
2022-12-13
Philippe Mathieu-Daudé
Accepted
[PATCH-for-8.0,v2,5/6] hw/virtio: Extract config read/write accessors to virtio-config-io.c
hw/virtio: Split ioconfig / qmp code from virtio.c
-
-
-
2022-12-13
Philippe Mathieu-Daudé
Accepted
[PATCH-for-8.0,v2,4/6] hw/virtio: Constify qmp_virtio_feature_map_t[]
hw/virtio: Split ioconfig / qmp code from virtio.c
-
-
-
2022-12-13
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,3/6] hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
hw/virtio: Split ioconfig / qmp code from virtio.c
-
-
-
2022-12-13
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,2/6] hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
hw/virtio: Split ioconfig / qmp code from virtio.c
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,v2,1/6] hw/virtio: Add missing "hw/core/cpu.h" include
hw/virtio: Split ioconfig / qmp code from virtio.c
-
-
-
2022-12-13
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0,10/10] hw/virtio: Make most of virtio devices target-independent
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0,09/10] hw/virtio: Extract vhost_user_ram_slots_max() to vhost-user-target.c
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,08/10] hw/virtio: Un-inline virtio_access_is_big_endian()
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0,07/10] hw/virtio: Directly access cached VirtIODevice::access_is_big_endian
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0,06/10] hw/virtio: Cache access_is_big_endian value in VirtIODevice state
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,05/10] hw/virtio: Extract QMP related code virtio-qmp.c
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,04/10] hw/virtio: Extract config read/write accessors to virtio-config.c
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,03/10] hw/virtio: Constify qmp_virtio_feature_map_t[]
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,02/10] hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,01/10] hw/virtio: Add missing "hw/core/cpu.h" include
hw/virtio: Build most objects as target independent units
-
-
-
2022-12-12
Philippe Mathieu-Daudé
Superseded
target/tricore: Fix gdbstub write to address registers
target/tricore: Fix gdbstub write to address registers
-
-
-
2022-12-12
Richard Henderson
Superseded
target/arm:Set lg_page_size to 0 if either S1 or S2 asks for it
target/arm:Set lg_page_size to 0 if either S1 or S2 asks for it
-
-
-
2022-12-12
Peter Maydell
Superseded
[PATCH-for-8.0] hw/acpi: Rename tco.c -> ich9_tco.c
[PATCH-for-8.0] hw/acpi: Rename tco.c -> ich9_tco.c
-
-
-
2022-12-12
Philippe Mathieu-Daudé
Accepted
[PATCH-for-8.0,v2,11/11] hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,10/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,09/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,08/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,07/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,06/11] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,05/11] hw/mips/bootloader: Implement nanoMIPS JALRc opcode generator
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,04/11] hw/mips/bootloader: Implement nanoMIPS LI (LUI+ORI) opcode generator
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,03/11] hw/mips/bootloader: Implement nanoMIPS SW opcode generator
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,02/11] hw/mips/bootloader: Implement nanoMIPS NOP opcode generator
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v2,01/11] hw/mips/bootloader: Handle buffers as opaque arrays
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-11
Philippe Mathieu-Daudé
Superseded
[v2,27/27] target/s390x: Enable TARGET_TB_PCREL
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,26/27] target/s390x: Pass original r2 register to BCR
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,25/27] tests/tcg/s390x: Add per.S
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,24/27] target/s390x: Fix successful-branch PER events
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,23/27] target/s390x: Remove PER check from use_goto_tb
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,22/27] target/s390x: Split per_breaking_event from per_branch_*
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,21/27] target/s390x: Simplify help_branch
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,20/27] target/s390x: Split per_branch
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,19/27] target/s390x: Introduce help_goto_indirect
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,18/27] target/s390x: Disable conditional branch-to-next for PER
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,17/27] target/s390x: Introduce per_enabled
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,16/27] target/s390x: Don't set gbea for user-only
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,15/27] target/s390x: Add disp argument to update_psw_addr
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,14/27] target/s390x: Assert masking of psw.addr in cpu_get_tb_cpu_state
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,13/27] target/s390x: Use ilen instead in branches
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,12/27] target/s390x: Use gen_psw_addr_disp in op_sam
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,11/27] target/s390x: Use gen_psw_addr_disp in save_link_info
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,10/27] target/s390x: Use gen_psw_addr_disp in pc_to_link_info
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,09/27] target/s390x: Remove pc argument to pc_to_link_into
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,08/27] target/s390x: Introduce gen_psw_addr_disp
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,07/27] target/s390x: Change help_goto_direct to work on displacements
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,06/27] tests/tcg/s390x: Add sam.S
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,05/27] tests/tcg/s390x: Add bal.S
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,04/27] target/s390x: Use tcg_constant_* in translate_vx.c.inc
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,03/27] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,02/27] target/s390x: Use tcg_constant_* for DisasCompare
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[v2,01/27] target/s390x: Use tcg_constant_* in local contexts
target/s390x: pc-relative translation blocks
-
-
-
2022-12-11
Richard Henderson
Superseded
[PATCH-for-8.0,7/7] hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-10
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,6/7] hw/mips/bootloader: Implement nanoMIPS SW opcode
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-10
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,5/7] hw/mips/bootloader: Implement nanoMIPS SW opcode
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-10
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,4/7] hw/mips/bootloader: Implement nanoMIPS LUI opcode
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-10
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,3/7] hw/mips/bootloader: Implement nanoMIPS NOP opcode
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-10
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,2/7] hw/mips/bootloader: Pass 32-bit immediate value to LUI opcode generator
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-10
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,1/7] hw/mips/bootloader: Handle buffers as opaque arrays
hw/mips/malta: Generate nanoMIPS bootloader with bootloader generator API
-
-
-
2022-12-10
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,3/3] hw/tpm: Move tpm_ppc.c out of target-specific source set
hw: Move few units out of the target-specific source set
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,2/3] hw/intc: Move omap_lcdc.c out of target-specific source set
hw: Move few units out of the target-specific source set
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,1/3] hw/display: Move omap_lcdc.c out of target-specific source set
hw: Move few units out of the target-specific source set
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
[PATCH-for-8.0] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,7/7] hw/mips/gt64xxx_pci: Move it to hw/pci-host/
hw/mips: Make gt64xxx_pci.c endian-agnostic
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,6/7] hw/mips/meson: Make gt64xxx_pci.c endian-agnostic
hw/mips: Make gt64xxx_pci.c endian-agnostic
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,5/7] hw/mips/malta: Explicit GT64120 endianness upon device creation
hw/mips: Make gt64xxx_pci.c endian-agnostic
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,4/7] hw/mips/gt64xxx_pci: Add a 'cpu-little-endian' qdev property
hw/mips: Make gt64xxx_pci.c endian-agnostic
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,3/7] hw/mips/gt64xxx_pci: Manage endian bits with the RegisterField API
hw/mips: Make gt64xxx_pci.c endian-agnostic
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,2/7] hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB hole
hw/mips: Make gt64xxx_pci.c endian-agnostic
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,1/7] hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c
hw/mips: Make gt64xxx_pci.c endian-agnostic
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c
[PATCH-for-8.0] softmmu: Extract watchpoint API from physmem.c
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[v2] scripts/archive-source: Use GNU tar on Darwin
[v2] scripts/archive-source: Use GNU tar on Darwin
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[RFC,PATCH-for-8.0] target/arm: Keep "internals.h" internal to target/arm/
[RFC,PATCH-for-8.0] target/arm: Keep "internals.h" internal to target/arm/
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0] target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
[PATCH-for-8.0] target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,v3,2/2] physmem: Remove trace events from trace-root.h
physmem: Remove trace events from trace-root.h
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,v3,1/2] physmem: Remove unused "exec/translate-all.h"
physmem: Remove trace events from trace-root.h
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,5/5] accel/tcg: Restrict page_collection structure to system TB maintainance
accel/tcg: Restrict page_collection structure to system TB maintainance
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,4/5] accel/tcg: Factor tb_invalidate_phys_range_fast() out
accel/tcg: Restrict page_collection structure to system TB maintainance
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Accepted
[PATCH-for-8.0,3/5] accel/tcg: Rename tb_invalidate_phys_page_[locked_]fast()
accel/tcg: Restrict page_collection structure to system TB maintainance
-
-
-
2022-12-09
Philippe Mathieu-Daudé
New
[PATCH-for-8.0,2/5] accel/tcg: Remove trace events from trace-root.h
accel/tcg: Restrict page_collection structure to system TB maintainance
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[PATCH-for-8.0,1/5] accel/tcg: Restrict cpu_io_recompile() to system emulation
accel/tcg: Restrict page_collection structure to system TB maintainance
-
-
-
2022-12-09
Philippe Mathieu-Daudé
Superseded
[v3,8/8] accel/tcg: Move remainder of page locking to tb-maint.c
accel/tcg: Rewrite user-only vma tracking
-
-
-
2022-12-09
Richard Henderson
Superseded
«
1
2
...
226
227
228
…
811
812
»