qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-04 14:34:07 to 2024-09-05 13:46:23 UTC [more...]

[PATCH v2 00/17] Multifd 🔀 device state transfer support with VFIO consumer
 2024-09-05 13:45 UTC  (5+ messages)
` [PATCH v2 01/17] vfio/migration: Add save_{iterate, complete_precopy}_started trace events
  ` [PATCH v2 01/17] vfio/migration: Add save_{iterate,complete_precopy}_started "
` [PATCH v2 06/17] migration: Add save_live_complete_precopy_{begin, end} handlers
  ` [PATCH v2 06/17] migration: Add save_live_complete_precopy_{begin,end} handlers

[PATCH] util/util/cpuinfo-riscv.c: fix riscv64 build on musl libc
 2024-09-05 13:45 UTC  (2+ messages)

[PULL 00/25] target-arm queue
 2024-09-05 13:01 UTC  (26+ messages)
` [PULL 01/25] target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF16
` [PULL 02/25] target/arm: Pass env pointer through to sme_bfmopa helper
` [PULL 03/25] target/arm: Pass env pointer through to gvec_bfdot helper
` [PULL 04/25] target/arm: Pass env pointer through to gvec_bfdot_idx helper
` [PULL 05/25] target/arm: Pass env pointer through to gvec_bfmmla helper
` [PULL 06/25] target/arm: Prepare bfdotadd() callers for FEAT_EBF support
` [PULL 07/25] target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()
` [PULL 08/25] target/arm: Enable FEAT_EBF16 in the "max" CPU
` [PULL 09/25] accel/tcg: Remove dead code from rr_cpu_thread_fn()
` [PULL 10/25] hw: add compat machines for 9.2
` [PULL 11/25] hw/arm/smmuv3: Update comment documenting "stage" property
` [PULL 12/25] hw/arm/virt: Default to two-stage SMMU from virt-9.2
` [PULL 13/25] hw/arm/sbsa-ref: Use two-stage SMMU
` [PULL 14/25] hw/misc/xlnx-versal-cfu: destroy fifo in finalize
` [PULL 15/25] hw/misc/xlnx-versal-trng: Free s->prng in finalize, not unrealize
` [PULL 16/25] hw/nvram/xlnx-bbram: Call register_finalize_block
` [PULL 17/25] hw/nvram/xlnx-zynqmp-efuse: "
` [PULL 18/25] hw/misc/xlnx-versal-trng: "
` [PULL 19/25] hm/nvram/xlnx-versal-efuse-ctrl: "
` [PULL 20/25] hw/arm/sbsa-ref: Don't leak string in sbsa_fdt_add_gic_node()
` [PULL 21/25] target/arm: Correct names of VFP VFNMA and VFNMS insns
` [PULL 22/25] hw/arm/xilinx_zynq: Enable Security Extensions
` [PULL 23/25] hw/arm/boot: Report error msg if loading elf/dtb failed
` [PULL 24/25] hw/arm/boot: Explain why load_elf_hdr() error is ignored
` [PULL 25/25] platform-bus: fix refcount leak

[PATCH v2 0/3] Serial device cleanup
 2024-09-05 13:02 UTC  (8+ messages)
` [PATCH v2 1/3] hw: Remove unused inclusion of hw/char/serial.h
` [PATCH v2 2/3] hw/char/serial.h: Extract serial-isa.h
` [PATCH v2 3/3] hw/char: Extract serial-mm

nested-smmuv3 topic, Sep 2024
 2024-09-05 12:55 UTC  (2+ messages)

[PATCH 0/5] LoongArch/tcg: Add hardware page table walker support
 2024-09-05 12:29 UTC  (7+ messages)
` [PATCH 1/5] target/loongarch: Add a new cpu_type la664
` [PATCH 5/5] target/loongarch/tcg: Add hardware page table walker support

[PATCH for-9.2 00/53] arm: Drop deprecated boards
 2024-09-05 12:06 UTC  (17+ messages)
` [PATCH for-9.2 10/53] hw/arm: Remove 'mainstone' machine
` [PATCH for-9.2 11/53] hw/misc: Remove MAINSTONE_FPGA device
` [PATCH for-9.2 12/53] hw/arm: Remove 'z2' machine
` [PATCH for-9.2 20/53] hw/pcmcia: Remove pxa2xx pcmcia device
` [PATCH for-9.2 21/53] hw/arm: Remove pxa2xx_gpio
` [PATCH for-9.2 25/53] hw/arm: Remove 'n800' and 'n810' machines

[PULL 00/34] Migration patches for 2024-09-04
 2024-09-05 12:01 UTC  (2+ messages)

[RFC PATCH] deprecation: don't enable TCG plugins by default on 32 bit hosts
 2024-09-05 11:45 UTC  (3+ messages)

[PATCH v11 00/11] vfio/migration: Implement VFIO migration protocol v2
 2024-09-05 11:41 UTC  (6+ messages)
` [PATCH v11 08/11] "

[PATCH v2 0/8] target:386/ Emulate Intel RDT features needed to mount ResCtrl in Linux
 2024-09-05 11:22 UTC  (9+ messages)
` [PATCH v2 1/8] i386: Add Intel RDT device and State to config
` [PATCH v2 2/8] i386: Add init and realize functionality for RDT device
` [PATCH v2 3/8] i386: Add RDT functionality
` [PATCH v2 4/8] i386: Add RDT device interface through MSRs
` [PATCH v2 5/8] i386: Add CPUID enumeration for RDT
` [PATCH v2 6/8] i386: Add RDT feature flags
` [PATCH v2 7/8] i386/cpu: Adjust CPUID level for RDT features
` [PATCH v2 8/8] i386/cpu: Adjust level for RDT on full_cpuid_auto_level

[PATCH] qapi: Document QCryptodevBackendServiceType
 2024-09-05 10:56 UTC  (5+ messages)

[PATCH] tests/qtest/meson.build: Add more CONFIG switches checks for the x86 tests
 2024-09-05 10:52 UTC  (3+ messages)

[PATCH v10 00/10] Support persistent reservation operations
 2024-09-05 10:51 UTC  (3+ messages)
` [PATCH v10 09/10] hw/nvme: add reservation protocal command

[PATCH v2 00/15] target/cris: Remove the deprecated CRIS target
 2024-09-05 10:43 UTC  (36+ messages)
` [PATCH v2 01/15] tests/tcg: Remove CRIS libc test files
` [PATCH v2 02/15] tests/tcg: Remove CRIS bare "
` [PATCH v2 03/15] buildsys: Remove CRIS cross container
` [PATCH v2 04/15] linux-user: Remove support for CRIS target
` [PATCH v2 05/15] hw/cris: Remove the axis-dev88 machine
` [PATCH v2 06/15] hw/cris: Remove image loader helper
` [PATCH v2 07/15] hw/intc: Remove TYPE_ETRAX_FS_PIC device
` [PATCH v2 08/15] hw/char: Remove TYPE_ETRAX_FS_SERIAL device
` [PATCH v2 09/15] hw/net: Remove TYPE_ETRAX_FS_ETH device
` [PATCH v2 10/15] hw/dma: Remove ETRAX_FS DMA device
` [PATCH v2 11/15] hw/timer: Remove TYPE_ETRAX_FS_TIMER device
` [PATCH v2 12/15] system: Remove support for CRIS target
` [PATCH v2 13/15] target/cris: Remove the deprecated "
` [PATCH v2 14/15] disas: Remove CRIS disassembler
` [PATCH v2 15/15] seccomp: Remove check for CRIS host

[PULL 0/2] Hppa v9.1 fixes patches
 2024-09-05 10:26 UTC  (2+ messages)

[PATCH V2 00/11] Live update: cpr-exec
 2024-09-05  9:49 UTC  (16+ messages)

[PATCH v1] chardev: introduce 'reconnect-ms' and deprecate 'reconnect'
 2024-09-05  8:57 UTC 

[PATCH] virtio-9p: remove virtfs-proxy-helper
 2024-09-05  8:22 UTC 

[PATCH] hw/arm: remove deprecated dtb-kaslr-seed property
 2024-09-05  8:06 UTC 

[PATCH] chardev: introduce 'reconnect-ms' and deprecate 'reconnect'
 2024-09-05  8:02 UTC  (2+ messages)

[PATCH RESEND v9 0/9] Add Rust build support, ARM PL011 device impl
 2024-09-05  7:50 UTC  (5+ messages)
` [PATCH RESEND v9 7/9] rust: add crate to expose bindings and interfaces

[PATCH v3 00/14] Add support for vector
 2024-09-05  7:12 UTC  (21+ messages)
` [PATCH v3 02/14] util: Add RISC-V vector extension probe in cpuinfo
` [PATCH v3 03/14] tcg/riscv: Add basic support for vector
` [PATCH v3 04/14] tcg/riscv: Add riscv vset{i}vli support
` [PATCH v3 05/14] tcg/riscv: Implement vector load/store
` [PATCH v3 06/14] tcg/riscv: Implement vector mov/dup{m/i}
` [PATCH v3 07/14] tcg/riscv: Add support for basic vector opcodes
` [PATCH v3 08/14] tcg/riscv: Implement vector cmp ops
` [PATCH v3 09/14] tcg/riscv: Implement vector neg ops
` [PATCH v3 10/14] tcg/riscv: Implement vector sat/mul ops
` [PATCH v3 11/14] tcg/riscv: Implement vector min/max ops
` [PATCH v3 12/14] tcg/riscv: Implement vector shs/v ops
` [PATCH v3 13/14] tcg/riscv: Implement vector roti/v/x shi ops
` [PATCH v3 14/14] tcg/riscv: Enable native vector support for TCG host

[PATCH v9 0/5] Implement QATzip compression method
 2024-09-05  6:11 UTC  (4+ messages)
` [PATCH v9 3/5] migration: Add migration parameters for QATzip

qemu direct kernel boot on LoongArch
 2024-09-05  6:11 UTC  (6+ messages)

[PATCH v2 00/19] qapi: Reduce use of 'prefix'
 2024-09-05  5:59 UTC  (4+ messages)
` [PATCH v2 01/19] qapi: Smarter camel_to_upper() to reduce need for 'prefix'

[PATCH 0/5] Introduce svukte ISA extension
 2024-09-05  4:14 UTC  (4+ messages)
` [PATCH 4/5] target/riscv: Check memory access to meet svuket rule

[PATCH v2 00/14] tcg/riscv: Add support for vector
 2024-09-05  1:40 UTC  (6+ messages)
` [PATCH v2 13/14] tcg/riscv: Implement vector roti/v/x shi ops

[PATCH v2] crypto: run qcrypto_pbkdf2_count_iters in a new thread
 2024-09-04 23:52 UTC 

[PATCH v2 0/7] hw/net/can/xlnx-versal-canfd: Miscellaneous fixes
 2024-09-04 23:33 UTC  (3+ messages)
` [PATCH v2 6/7] hw/net/can/xlnx-versal-canfd: Simplify DLC conversions

[ANNOUNCE] QEMU 9.1.0 is now available
 2024-09-04 23:01 UTC 

[PATCH v2 0/4] KVM: Dynamic sized memslots array
 2024-09-04 22:35 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: Dynamic sized kvm "
` [PATCH v2 2/4] KVM: Define KVM_MEMSLOTS_NUM_MAX_DEFAULT
` [PATCH v2 3/4] KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_used
` [PATCH v2 4/4] KVM: Rename KVMState->nr_slots to nr_slots_max

[RFC V1 0/6] Live update: cpr-transfer
 2024-09-04 22:09 UTC  (12+ messages)

[PATCH 0/4] KVM: Dynamic sized memslots array
 2024-09-04 21:58 UTC  (19+ messages)
` [PATCH 1/4] KVM: Rename KVMState->nr_slots to nr_slots_max
` [PATCH 2/4] KVM: Define KVM_MEMSLOTS_NUM_MAX_DEFAULT
` [PATCH 3/4] KVM: Dynamic sized kvm memslots array
` [PATCH 4/4] KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_used

[PATCH v5 0/8] AWS Nitro Enclave emulation support
 2024-09-04 20:45 UTC  (11+ messages)
` [PATCH v5 5/8] device/virtio-nsm: Support for Nitro Secure Module device

[PATCH v3] contrib/plugins: Add a plugin to generate basic block vectors
 2024-09-04 20:02 UTC  (2+ messages)

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-09-04 17:37 UTC  (11+ messages)
` [PATCH RFC V3 01/29] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
  ` [PATCH RFC V3 01/29] arm/virt,target/arm: Add new ARMCPU {socket,cluster,core,thread}-id property

[PATCH 0/2] QEMU DCD emulation support fix
 2024-09-04 16:50 UTC  (5+ messages)
` [PATCH 2/2] hw/cxl/cxl_event: Fix interrupt triggering for dynamic capacity events grouped via More flag

[PATCH v7 0/6] plugins: access values during a memory read/write
 2024-09-04 16:28 UTC  (4+ messages)
` [PATCH v7 6/6] tests/tcg/multiarch: add test for plugin memory access

[PULL v1 00/12] Xen queue
 2024-09-04 16:15 UTC  (13+ messages)
` [PULL v1 01/12] MAINTAINERS: Add docs/system/arm/xenpvh.rst
` [PULL v1 02/12] hw/arm: xenpvh: Update file header to use SPDX
` [PULL v1 03/12] hw/arm: xenpvh: Tweak machine description
` [PULL v1 04/12] hw/arm: xenpvh: Add support for SMP guests
` [PULL v1 05/12] hw/arm: xenpvh: Remove double-negation in warning
` [PULL v1 06/12] hw/arm: xenpvh: Move stubbed functions to xen-stubs.c
` [PULL v1 07/12] hw/arm: xenpvh: Break out a common PVH machine
` [PULL v1 08/12] hw/arm: xenpvh: Rename xen_arm.c -> xen-pvh.c
` [PULL v1 09/12] hw/arm: xenpvh: Reverse virtio-mmio creation order
` [PULL v1 10/12] hw/xen: pvh-common: Add support for creating PCIe/GPEX
` [PULL v1 11/12] hw/i386/xen: Add a Xen PVH x86 machine
` [PULL v1 12/12] docs/system/i386: xenpvh: Add a basic description

[PATCH] kvm/i386: replace identity_base variable with a constant
 2024-09-04 16:01 UTC  (2+ messages)

[PATCH v4 0/9] target/i386: Misc cleanup on KVM PV defs, outdated comments and error handling
 2024-09-04 14:40 UTC  (3+ messages)


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).