Show patches with: Archived = No       |   79070 patches
« 1 2 3 4790 791 »
Patch Series S/W/F Date Submitter Delegate State
[v2,28/54] accel/tcg: Introduce tlb_lookup accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,27/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_internal accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,26/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,25/54] accel/tcg: Return CPUTLBEntryFull not pointer in probe_access_full_mmu accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,24/54] accel/tcg: Preserve tlb flags in tlb_set_compare accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,23/54] accel/tcg: Check original prot bits for read in atomic_mmu_lookup accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,22/54] accel/tcg: Call cpu_ld*_code_mmu from cpu_ld*_code accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,21/54] accel/tcg: Delay plugin adjustment in probe_access_internal accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,20/54] include/exec/tlb-common: Move CPUTLBEntryFull from hw/core/cpu.h accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,19/54] accel/tcg: Remove tlb_n_used_entries_inc accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,18/54] accel/tcg: Remove the victim tlb accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,17/54] accel/tcg: Replace victim_tlb_hit with tlbtree_hit accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,16/54] accel/tcg: Pass full addr to victim_tlb_hit accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,15/54] accel/tcg: Use tlb_hit_page in victim_tlb_hit accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,14/54] accel/tcg: Process IntervalTree entries in tlb_set_dirty accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,13/54] accel/tcg: Process IntervalTree entries in tlb_reset_dirty accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,12/54] accel/tcg: Remove IntervalTree entries in tlb_flush_range_locked accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,11/54] accel/tcg: Remove IntervalTree entry in tlb_flush_page_locked accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,10/54] accel/tcg: Populate IntervalTree in tlb_set_page_full accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,09/54] accel/tcg: Add IntervalTreeRoot to CPUTLBDesc accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,08/54] accel/tcg: Flush entire tlb when a masked range wraps accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,07/54] accel/tcg: Assert bits in range in tlb_flush_range_by_mmuidx* accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,06/54] accel/tcg: Assert non-zero length in tlb_flush_range_by_mmuidx* accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,05/54] accel/tcg: Fix flags usage in mmu_lookup1, atomic_mmu_lookup accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,04/54] accel/tcg: Split out tlbfast_flush_range_locked accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,03/54] accel/tcg: Split out tlbfast_{index,entry} accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,02/54] accel/tcg: Split out tlbfast_flush_locked accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,01/54] util/interval-tree: Introduce interval_tree_free_nodes accel/tcg: Convert victim tlb to IntervalTree --- 2024-11-14 Richard Henderson New
[v2,2/2] net: mark struct ip_header as QEMU_PACKED net: Make ip_header struct QEMU_PACKED --- 2024-11-14 Peter Maydell Superseded
[v2,1/2] hw/net/virtio-net.c: Don't assume IP length field is aligned net: Make ip_header struct QEMU_PACKED --- 2024-11-14 Peter Maydell New
[24/24] exec: Move 'ram_addr.h' header under sysemu/ namespace exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[23/24] exec/memory: Move qemu_map_ram_ptr() declaration to 'exec/ram_addr.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[22/24] exec/cpu-common: Move ram_addr_t related methods to 'exec/ram_addr.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[21/24] exec: Extract CPU physical memory API to 'sysemu/physmem-target.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[20/24] exec: Declare tlb_vaddr_to_host() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[19/24] exec: Declare tlb_hit*() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[18/24] exec: Declare tlb_flush*() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[17/24] exec: Declare tlb_set_page() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[16/24] exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[15/24] exec: Declare tlb_set_page_full() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[14/24] exec: Declare tlb_init/destroy() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[13/24] exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h' exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[12/24] accel/tcg: Have tlb_vaddr_to_host() use vaddr type exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[11/24] exec: Introduce 'user/guest-host.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[10/24] target/arm/cpu: Restrict cpu_untagged_addr() to user emulation exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[09/24] target/arm/mte: Restrict 'exec/ram_addr.h' to system emulation exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[08/24] linux-user/aarch64/mte: Include missing 'user/abitypes.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[07/24] system/watchpoint: Include missing 'exec/cpu-all.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[06/24] target/rx/cpu: Include missing 'exec/translation-block.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[05/24] target/i386/helper: Include missing 'exec/translation-block.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[04/24] accel/tcg: Include missing 'exec/translation-block.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[03/24] exec/translation-block: Include missing 'exec/vaddr.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[02/24] exec/cpu-defs: Remove unnecessary headers exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[01/24] exec/cpu-all: Include missing 'exec/cpu-defs.h' header exec: Build up 'cputlb.h' and 'ram_addr.h' headers --- 2024-11-14 Philippe Mathieu-Daudé New
[for-9.2] linux-user/arm: Select vdso for be8 and be32 modes [for-9.2] linux-user/arm: Select vdso for be8 and be32 modes --- 2024-11-13 Richard Henderson Superseded
[v4,3/3] plugins: eradicate qemu-plugins.symbols static file plugins: generate list of symbols automatically --- 2024-11-12 Pierrick Bouvier New
[v4,2/3] plugins: detect qemu plugin API symbols from header plugins: generate list of symbols automatically --- 2024-11-12 Pierrick Bouvier New
[v4,1/3] plugins: add missing export for qemu_plugin_num_vcpus plugins: generate list of symbols automatically --- 2024-11-12 Pierrick Bouvier New
[6/6] linux-user/ppc: Reduce vdso alignment to 4k linux-user: Fix elf load and vdso alignment --- 2024-11-12 Richard Henderson Superseded
[5/6] linux-user/loongarch64: Reduce vdso alignment to 4k linux-user: Fix elf load and vdso alignment --- 2024-11-12 Richard Henderson Superseded
[4/6] linux-user/arm: Reduce vdso alignment to 4k linux-user: Fix elf load and vdso alignment --- 2024-11-12 Richard Henderson Superseded
[3/6] linux-user/aarch64: Reduce vdso alignment to 4k linux-user: Fix elf load and vdso alignment --- 2024-11-12 Richard Henderson Superseded
[2/6] linux-user: Drop image_info.alignment linux-user: Fix elf load and vdso alignment --- 2024-11-12 Richard Henderson Superseded
[1/6] linux-user: Honor elf alignment when placing images linux-user: Fix elf load and vdso alignment --- 2024-11-12 Richard Henderson Superseded
[20/20] hw/net/xilinx_ethlite: Rename 'mmio' MR as 'container' hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[19/20] hw/net/xilinx_ethlite: Map the RAM buffer as RAM memory region hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[18/20] hw/net/xilinx_ethlite: Map TX_CTRL as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[17/20] hw/net/xilinx_ethlite: Map TX_GIE as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[16/20] hw/net/xilinx_ethlite: Map TX_LEN as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[15/20] hw/net/xilinx_ethlite: Map RX_CTRL as MMIO hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé New
[14/20] hw/net/xilinx_ethlite: Access TX_CTRL register for each port hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[13/20] hw/net/xilinx_ethlite: Access TX_LEN register for each port hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[12/20] hw/net/xilinx_ethlite: Access TX_GIE register for each port hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[11/20] hw/net/xilinx_ethlite: Access RX_CTRL register for each port hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé New
[10/20] hw/net/xilinx_ethlite: Introduce rxbuf_ptr() helper hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé New
[09/20] hw/net/xilinx_ethlite: Introduce txbuf_ptr() helper hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[08/20] hw/net/xilinx_ethlite: Add addr_to_port_index() helper hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé New
[07/20] hw/net/xilinx_ethlite: Rename rxbuf -> port_index hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé New
[06/20] hw/net/xilinx_ethlite: Map MDIO registers (as unimplemented) hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[05/20] hw/net/xilinx_ethlite: Correct maximum RX buffer size hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé New
[04/20] hw/net/xilinx_ethlite: Update QOM style hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[03/20] hw/net/xilinx_ethlite: Remove unuseful debug logs hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[02/20] hw/net/xilinx_ethlite: Convert some debug logs to trace events hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[01/20] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit hw/net/xilinx_ethlite: Map RAM buffers as RAM and remove tswap() calls --- 2024-11-12 Philippe Mathieu-Daudé Superseded
[v2,6/6] target/mips: Convert nanoMIPS LSA opcode to decodetree target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-12 Philippe Mathieu-Daudé New
[v2,5/6] target/mips: Convert microMIPS LSA opcode to decodetree target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-12 Philippe Mathieu-Daudé New
[v2,4/6] target/mips: Decode LSA shift amount using decodetree function target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-12 Philippe Mathieu-Daudé New
[v2,3/6] target/mips: Have gen_[d]lsa() callers add 1 to shift amount argument target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-12 Philippe Mathieu-Daudé New
[v2,2/6] target/mips: Introduce decode tree bindings for nanoMIPS ISA target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-12 Philippe Mathieu-Daudé New
[v2,1/6] target/mips: Introduce decode tree bindings for microMIPS ISA target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-12 Philippe Mathieu-Daudé New
[for-9.2] target/arm: Drop user-only special case in sve_stN_r [for-9.2] target/arm: Drop user-only special case in sve_stN_r --- 2024-11-12 Richard Henderson Superseded
[v2,2/2] hw/display: check frame buffer can hold blob virtio-gpu: coverity fixes --- 2024-11-11 Alex Bennée Superseded
[v2,1/2] hw/display: factor out the scanout blob to fb conversion virtio-gpu: coverity fixes --- 2024-11-11 Alex Bennée Superseded
[2/2] target/mips: Convert nanoMIPS LSA opcode to decodetree target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-11 Philippe Mathieu-Daudé New
[1/2] target/mips: Introduce decode tree bindings for nanoMIPS ISA target/mips: Convert nanoMIPS LSA opcode to decodetree --- 2024-11-11 Philippe Mathieu-Daudé Superseded
[3/3] target/mips: Convert Octeon LX instructions to decodetree target/mips: Convert Octeon LX instructions to decodetree --- 2024-11-11 Philippe Mathieu-Daudé New
[2/3] target/mips: Extract generic gen_lx() helper target/mips: Convert Octeon LX instructions to decodetree --- 2024-11-11 Philippe Mathieu-Daudé New
[1/3] target/mips: Extract gen_base_index_addr() helper target/mips: Convert Octeon LX instructions to decodetree --- 2024-11-11 Philippe Mathieu-Daudé New
[v2,2/2] block: Fix leak in send_qmp_error_event block: Fix leak in send_qmp_error_event --- 2024-11-11 Philippe Mathieu-Daudé New
[v2,1/2] block: Improve blk_get_attached_dev_id() docstring block: Fix leak in send_qmp_error_event --- 2024-11-11 Philippe Mathieu-Daudé New
« 1 2 3 4790 791 »