qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-13 10:13:31 to 2025-03-14 06:20:15 UTC [more...]

[PULL 00/72] ppc-for-10.0-1 queue
 2025-03-14  6:19 UTC  (7+ messages)

[PATCH for-10.1 v9 0/9] virtio-net: add support for SR-IOV emulation
 2025-03-14  6:14 UTC  (10+ messages)
` [PATCH for-10.1 v9 1/9] hw/pci: Do not add ROM BAR for SR-IOV VF
` [PATCH for-10.1 v9 2/9] hw/pci: Fix SR-IOV VF number calculation
` [PATCH for-10.1 v9 3/9] pcie_sriov: Ensure PF and VF are mutually exclusive
` [PATCH for-10.1 v9 4/9] pcie_sriov: Check PCI Express for SR-IOV PF
` [PATCH for-10.1 v9 5/9] pcie_sriov: Allow user to create SR-IOV device
` [PATCH for-10.1 v9 6/9] virtio-pci: Implement SR-IOV PF
` [PATCH for-10.1 v9 7/9] virtio-net: Implement SR-IOV VF
` [PATCH for-10.1 v9 8/9] docs: Document composable SR-IOV device
` [PATCH for-10.1 v9 9/9] pcie_sriov: Make a PCI device with user-created VF ARI-capable

[PATCH 0/3] target/loongarch: Solve some issues reported from coccinelle
 2025-03-14  5:38 UTC  (12+ messages)
` [PATCH 1/3] target/loongarch: Return directly when detect KVM disabled features
` [PATCH 2/3] hw/loongarch/virt: Remove unnecessary NULL pointer checking
` [PATCH 3/3] target/loongarch: Remove unnecessary temporary variable assignment

[PATCH 0/2] RISC-V: ACPI: Add support for RIMT
 2025-03-14  5:15 UTC  (3+ messages)
` [PATCH 1/2] hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structure
` [PATCH 2/2] hw/riscv/virt-acpi-build: Add support for RIMT

[PULL 0/8] Fixes for functional tests
 2025-03-14  4:46 UTC  (2+ messages)

[PULL v2 00/23] Block layer patches
 2025-03-14  4:46 UTC  (2+ messages)

[PATCH] host/include/loongarch64: Fix inline assembly compatibility with Clang
 2025-03-14  3:31 UTC 

[PATCH 00/37] accel/tcg, codebase: Build once patches
 2025-03-14  1:40 UTC  (101+ messages)
` [PATCH 01/37] accel/tcg: Build user-exec-stub.c once
` [PATCH 02/37] accel/tcg: Build plugin-gen.c once
` [PATCH 03/37] include/exec: Use vaddr for *_mmu guest memory access routines
` [PATCH 04/37] include/exec: Split out cpu-ldst-common.h
` [PATCH 05/37] include/exec: Inline *_mmuidx_ra memory operations
` [PATCH 06/37] include/exec: Inline *_data_ra "
` [PATCH 07/37] include/exec: Inline *_data "
` [PATCH 08/37] include/exec: Inline *_code "
` [PATCH 09/37] accel/tcg: Perform aligned atomic reads in translator_ld
` [PATCH 10/37] accel/tcg: Use cpu_ld*_code_mmu in translator.c
` [PATCH 11/37] accel/tcg: Implement translator_ld*_end
` [PATCH 12/37] accel/tcg: Remove mmap_lock/unlock from watchpoint.c
` [PATCH 13/37] include/exec: Split out mmap-lock.h
` [PATCH 14/37] include/system: Move exec/memory.h to system/memory.h
` [PATCH 15/37] include/system: Move exec/address-spaces.h to system/address-spaces.h
` [PATCH 16/37] include/system: Move exec/ioport.h to system/ioport.h
` [PATCH 17/37] meson: Introduce top-level libuser_ss and libsystem_ss
` [PATCH 18/37] gdbstub: Move syscalls.c out of common_ss
` [PATCH 19/37] accel/tcg: Use libuser_ss and libsystem_ss
` [PATCH 20/37] target/mips: Protect semihosting call with CONFIG_SEMIHOSTING
` [PATCH 21/37] target/xtensa: "
` [PATCH 22/37] semihosting: Move user-only implementation out-of-line
` [PATCH 23/37] include/system: Move exec/ram_addr.h to system/ram_addr.h
` [PATCH 24/37] include/system: Move exec/ramblock.h to system/ramblock.h
` [PATCH 25/37] common-user: Split out watchpoint-stub.c
` [PATCH 26/37] hw/core: Move unconditional files to libsystem_ss, libuser_ss
` [PATCH 27/37] system: Move watchpoint.c to libsystem_ss
` [PATCH 28/37] plugins: Move api.c, core.c to libuser_ss, libsystem_ss
` [PATCH 29/37] include/exec: Split out cpu-mmu-index.h
` [PATCH 30/37] include/exec: Drop ifndef CONFIG_USER_ONLY from cpu-common.h
` [PATCH 31/37] include/hw/core: Drop ifndef CONFIG_USER_ONLY from cpu.h
` [PATCH 32/37] include/hw/intc: Remove ifndef CONFIG_USER_ONLY from armv7m_nvic.h
` [PATCH 33/37] include/hw/s390x: Remove ifndef CONFIG_USER_ONLY in css.h
` [PATCH 34/37] include/system: Remove ifndef CONFIG_USER_ONLY
` [PATCH 35/37] include/qemu: Remove ifndef CONFIG_USER_ONLY from accel.h
` [PATCH 36/37] target/riscv: Remove ifndef CONFIG_USER_ONLY from cpu_cfg.h
` [PATCH 37/37] meson: Only allow CONFIG_USER_ONLY from certain source sets

Broken NetBSD Orange Pi image URL in QEMU tests
 2025-03-13 21:22 UTC  (4+ messages)

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-13 20:08 UTC  (13+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH v2 0/5] target/riscv: Smepmp fixes to match specification
 2025-03-13 19:30 UTC  (6+ messages)
` [PATCH v2 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
` [PATCH v2 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
` [PATCH v2 3/5] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
` [PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
` [PATCH v2 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked

[PATCH v2 0/8] Implement Firmware Assisted Dump for PSeries
 2025-03-13 19:23 UTC  (9+ messages)
` [PATCH v2 1/8] hw/ppc: Implement skeleton code for fadump in PSeries
` [PATCH v2 2/8] hw/ppc: Implement fadump register command
` [PATCH v2 3/8] hw/ppc: Trigger Fadump boot if fadump is registered
` [PATCH v2 4/8] hw/ppc: Preserve memory regions registered for fadump
` [PATCH v2 5/8] hw/ppc: Implement saving CPU state in Fadump
` [PATCH v2 6/8] hw/ppc: Pass dump-sizes property for fadump in device tree
` [PATCH v2 7/8] hw/ppc: Enable fadump for PSeries
` [PATCH v2 8/8] tests/functional: Add test for fadump in PSeries

[PATCH 00/38] hexagon system emu, part 1/3
 2025-03-13 19:06 UTC  (7+ messages)
` [PATCH 28/38] target/hexagon: Initialize htid, modectl regs

[PATCH 0/7] Implement MPIPL for PowerNV
 2025-03-13 19:00 UTC  (22+ messages)
` [PATCH 1/7] hw/ppc: Log S0/S1 Interrupt triggers by OPAL
` [PATCH 2/7] hw/ppc: Implement S0 SBE interrupt as cpu_pause then host reset
` [PATCH 3/7] hw/ppc: Handle stash command in PowerNV SBE
` [PATCH 4/7] hw/ppc: Add MDST/MDDT/MDRT table structures and offsets
` [PATCH 5/7] hw/ppc: Preserve Memory Regions as per MDST/MDDT tables
` [PATCH 6/7] hw/ppc: [WIP] Add Processor Dump Area offsets in Pnv SBE
` [PATCH 7/7] hw/ppc: Implement MPIPL in PowerNV

[PATCH 00/11] docs/qapi: enable new guest-agent and storage-daemon docs
 2025-03-13 18:59 UTC  (17+ messages)
` [PATCH 04/11] docs/qapi-domain: add :namespace: override option
` [PATCH 07/11] docs/qapi_domain: add namespace support to cross-references
` [PATCH 11/11] docs: enable transmogrifier for QSD and QGA

Building QEMU as a Shared Library
 2025-03-13 18:41 UTC  (12+ messages)

[PATCH] target/arm: Define raw write for PMU CLR registers
 2025-03-13 18:34 UTC  (4+ messages)

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-13 17:49 UTC  (15+ messages)

[PATCH V1 0/4] skip memory init during CPR
 2025-03-13 17:24 UTC  (2+ messages)

[PATCH v4 00/17] make system memory API available for common code
 2025-03-13 16:47 UTC  (20+ messages)
` [PATCH v4 01/17] exec/tswap: target code can use TARGET_BIG_ENDIAN instead of target_words_bigendian()
` [PATCH v4 02/17] exec/tswap: implement {ld, st}.*_p as functions instead of macros
` [PATCH v4 03/17] exec/memory_ldst: extract memory_ldst declarations from cpu-all.h
` [PATCH v4 04/17] exec/memory_ldst_phys: extract memory_ldst_phys "
` [PATCH v4 05/17] exec/memory.h: make devend_memop "target defines" agnostic
` [PATCH v4 06/17] codebase: prepare to remove cpu.h from exec/exec-all.h
` [PATCH v4 07/17] exec/exec-all: remove dependency on cpu.h
` [PATCH v4 08/17] exec/memory-internal: "
` [PATCH v4 09/17] exec/ram_addr: "
` [PATCH v4 10/17] system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
` [PATCH v4 11/17] exec/ram_addr: call xen_hvm_modified_memory only if xen is enabled
` [PATCH v4 12/17] hw/xen: add stubs for various functions
` [PATCH v4 13/17] system/physmem: compilation unit is now common to all targets
` [PATCH v4 14/17] include/exec/memory: extract devend_big_endian from devend_memop
` [PATCH v4 15/17] include/exec/memory: move devend functions to memory-internal.h
` [PATCH v4 16/17] system/memory: make compilation unit common
` [PATCH v4 17/17] system/ioport: "

From ce9a42483c23c32cee233f648101a160b6604b45 Mon Sep 17 00:00:00 2001
 2025-03-13 16:19 UTC  (3+ messages)
` [PATCH 10/10] target/arm: Forbid return to AArch32 when CPU is AArch64-only

[PATCH 0/5] target/riscv: Smepmp fixes to match specification
 2025-03-13 16:08 UTC  (12+ messages)
` [PATCH 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
` [PATCH 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
` [PATCH 3/5] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
` [PATCH 4/5] target/riscv: pmp: exit csr writes early if value was not changed
` [PATCH 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked

CXL 2.0 memory pooling emulation
 2025-03-13 16:03 UTC  (5+ messages)
` CXL memory pooling emulation inqury

[PATCH v2 0/6] Improve Microchip Polarfire SoC customization
 2025-03-13 15:38 UTC  (3+ messages)
` [PATCH v2 4/6] hw/riscv: Allow direct start of kernel for MPFS

[PATCH 0/1 v4] target/riscv: use tcg ops generation to emulate whole reg rvv loads/stores
 2025-03-13 15:23 UTC  (2+ messages)
` [PATCH 1/1 "

[RFC PATCH v2 00/20] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-03-13 15:22 UTC  (17+ messages)
` [RFC PATCH v2 04/20] hw/arm/virt: Add support for smmuv3-accel
` [RFC PATCH v2 05/20] hw/arm/smmuv3-accel: Associate a pxb-pcie bus

[PATCH v2] vdpa: Allow vDPA to work on big-endian machine
 2025-03-13 15:13 UTC  (3+ messages)

[PATCH v2] vfio/igd: Update IGD passthrough documentation
 2025-03-13 15:03 UTC 

[PATCH 0/6] amd_iommu: Fixes to align with AMDVi specification
 2025-03-13 14:23 UTC  (4+ messages)
` [PATCH 3/6] amd_iommu: Update bitmasks representing DTE reserved fields

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-13 14:06 UTC  (3+ messages)

[PATCH 0/4] Integrate IOMMUs with PCI hosts that have ATUs
 2025-03-13 12:44 UTC  (3+ messages)
` [PATCH 4/4] hw/riscv/riscv-iommu: Connect the IOMMU "

[PATCH 0/1 v2] [RISC-V/RVV] use a single function to probe memory
 2025-03-13 12:39 UTC  (2+ messages)
` [PATCH 1/1 v2] [RISC-V/RVV] Expand the probe_pages helper function to handle probe flags

[PATCH] block: Fix bdrv_activate() not to fail without medium
 2025-03-13 11:53 UTC  (5+ messages)

[PATCH] hw/uefi: flush variable store to disk in post load
 2025-03-13 11:32 UTC  (2+ messages)

[PATCH] vfio/igd: Update IGD passthrough docoumentation
 2025-03-13 11:04 UTC  (2+ messages)

[PATCH v2] ppc/spapr: fix default cpu for pre-9.0 machines
 2025-03-13 10:42 UTC  (3+ messages)

[PATCH v4] scripts/qcow2-to-stdout.py: Add script to write qcow2 images to stdout
 2025-03-13 10:24 UTC  (2+ messages)

[PATCH 0/2] Add AMD CPU for RAPL MSR support
 2025-03-13 10:19 UTC  (3+ messages)
` [PATCH 1/2] target/i386/kvm: add AMD support for RAPL MSR
` [PATCH 2/2] target/i386/kvm: Change error_report() to tracepoint in vmsr_read_thread_stat()

[PATCH 0/2] i.MX 8M Plus EVK Fixes
 2025-03-13 10:12 UTC  (4+ messages)
` [PATCH 1/2] hw/arm/fsl-imx8mp: Make SoC not user-creatable, derive from TYPE_SYS_BUS_DEVICE


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).