QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-07 12:19:01 to 2024-05-08 06:34:32 UTC [more...]

[PATCH v9 0/5] Support message-based DMA in vfio-user server
 2024-05-08  6:33 UTC  (8+ messages)
` [PATCH v9 1/5] softmmu: Per-AddressSpace bounce buffering
` [PATCH v9 2/5] softmmu: Support concurrent bounce buffers

[PATCH v4 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-08  6:30 UTC  (9+ messages)
` [PATCH v4 04/19] vfio/iommufd: Introduce TYPE_HOST_IOMMU_DEVICE_IOMMUFD_VFIO device
` [PATCH v4 08/19] backends/iommufd: Introduce helper function iommufd_backend_get_device_info()
` [PATCH v4 19/19] intel_iommu: Check compatibility with host IOMMU capabilities

[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-08  6:24 UTC  (6+ messages)
` [PATCH v3 15/19] hw/pci: Introduce pci_device_[set|unset]_iommu_device()

Hermetic virtio-vsock in QEMU
 2024-05-08  6:20 UTC  (6+ messages)

[PATCH v10 00/10] Support blob memory and venus on qemu
 2024-05-08  6:17 UTC  (8+ messages)
` [PATCH v10 01/10] virtio-gpu: Unrealize GL device
` [PATCH v10 02/10] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v10 03/10] virtio-gpu: Support context-init feature with virglrenderer

How unsubscribe
 2024-05-08  5:17 UTC 

[PATCH] scripts/simpletrace: Mark output with unstable timestamp as WARN
 2024-05-08  4:32 UTC 

[PATCH] hw/virtio: Fix obtain the buffer id from the last descriptor
 2024-05-08  4:00 UTC  (2+ messages)

Intention to work on GSoC project
 2024-05-08  3:23 UTC  (4+ messages)

[PATCH v4 0/5] Add migration test for loongarch64
 2024-05-08  3:11 UTC  (6+ messages)
` [PATCH v4 1/5] hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
` [PATCH v4 2/5] hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
` [PATCH v4 3/5] hw/loongarch: Add compat machine for 9.0
` [PATCH v4 4/5] hw/loongarch: Set minimium memory size as 256M
` [PATCH v4 5/5] tests: Add migration test for loongarch64

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-08  2:57 UTC  (5+ messages)
` [PATCH v2 10/15] hw/riscv/riscv-iommu: add ATS support
` [PATCH v2 15/15] hw/misc: EDU: add ATS/PRI capability

[PATCH] hw/loongarch/virt: Fix memory leak
 2024-05-08  2:49 UTC  (3+ messages)

[PATCH v2] target/loongarch/kvm: Fix VM recovery from disk failures
 2024-05-08  2:47 UTC 

[PATCH v2] hw/loongarch/virt: Fix memory leak
 2024-05-08  2:30 UTC 

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-05-08  2:29 UTC  (20+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

[PATCH v3] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
 2024-05-08  0:53 UTC 

[PATCH v2] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
 2024-05-08  0:52 UTC  (6+ messages)

[PATCH v3 00/33] Misc PPC exception and BookE MMU clean ups
 2024-05-08  0:15 UTC  (34+ messages)
` [PATCH v3 01/33] target/ppc: Fix gen_sc to use correct nip
` [PATCH v3 02/33] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH v3 03/33] target/ppc: Simplify syscall exception handlers
` [PATCH v3 04/33] target/ppc: Remove unused helper
` [PATCH v3 05/33] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v3 06/33] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v3 07/33] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v3 08/33] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v3 09/33] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v3 10/33] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v3 11/33] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v3 12/33] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v3 13/33] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v3 14/33] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v3 15/33] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v3 16/33] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
` [PATCH v3 17/33] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
` [PATCH v3 18/33] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v3 19/33] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v3 20/33] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v3 21/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH v3 22/33] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v3 23/33] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v3 24/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v3 25/33] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
` [PATCH v3 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v3 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v3 28/33] target/ppc/mmu_common.c: Move BookE MMU functions together
` [PATCH v3 29/33] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v3 30/33] target/ppc: Split off common embedded TLB init
` [PATCH v3 31/33] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v3 32/33] target/ppc/mmu-radix64.c: "
` [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit

[PATCH] ui/gtk: Explicitly set the default size of new window when untabifying
 2024-05-08  0:02 UTC  (4+ messages)

[PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
 2024-05-07 23:40 UTC  (18+ messages)
` [PATCH v2 20/28] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH v2 24/28] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
` [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
` [PATCH v2 27/28] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v2 28/28] target/ppc: Split off common 4xx TLB init

[PATCH v6] Hexagon: add PC alignment check and exception
 2024-05-07 23:40 UTC  (2+ messages)

[PATCH v4 0/2] query-cpu-model-expansion: report deprecated features
 2024-05-07 22:35 UTC  (3+ messages)

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-07 21:33 UTC  (11+ messages)
` [PATCH V1 01/26] oslib: qemu_clear_cloexec
` [PATCH V1 05/26] migration: precreate vmstate
` [PATCH V1 07/26] migration: VMStateId
` [PATCH V1 08/26] migration: vmstate_info_void_ptr

[PATCH 0/4] Fix "virtio-gpu: fix scanout migration post-load"
 2024-05-07 21:24 UTC  (9+ messages)
` [PATCH 1/4] migration: add "exists" info to load-state-field trace
` [PATCH 3/4] virtio-gpu: use a VMState variant for the scanout field
` [PATCH 4/4] virtio-gpu: add x-vmstate-version

[PATCH 0/4] target/hexagon: Minor idef-parser cleanup
 2024-05-07 21:05 UTC  (5+ messages)
` [PATCH 3/4] target/hexagon: idef-parser fix leak of init_list

[PATCH v2 0/4] hw/nvme: FDP and SR-IOV enhancements
 2024-05-07 20:48 UTC  (4+ messages)
` [PATCH v2 3/4] hw/nvme: Support SR-IOV VFs more than 127

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-07 20:20 UTC  (4+ messages)

[PATCH v10 0/7] Support message-based DMA in vfio-user server
 2024-05-07 20:04 UTC  (11+ messages)
` [PATCH v10 1/7] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
` [PATCH v10 2/7] system/physmem: Propagate AddressSpace to MapClient helpers
` [PATCH v10 3/7] system/physmem: Per-AddressSpace bounce buffering
` [PATCH v10 4/7] softmmu: Support concurrent bounce buffers
` [PATCH v10 5/7] Update subprojects/libvfio-user
` [PATCH v10 6/7] vfio-user: Message-based DMA support
` [PATCH v10 7/7] vfio-user: Fix config space access byte order

[PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
 2024-05-07 19:26 UTC  (2+ messages)

[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-07 18:55 UTC  (5+ messages)
` [PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock
` [PATCH 2/4] hw/gpio: Handle clock migration in STM32L4x5 gpios
` [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency
` [PATCH 4/4] tests/qtest: Check STM32L4x5 clock connections

[PATCH v13 0/6] ui/console: Private QemuDmaBuf struct
 2024-05-07 18:37 UTC  (7+ messages)
` [PATCH v13 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PATCH v13 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v13 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
` [PATCH v13 4/6] ui/console: Use qemu_dmabuf_set_..() "
` [PATCH v13 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v13 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[PULL 00/26] target/i386 changes for 2024-05-07
 2024-05-07 18:27 UTC  (2+ messages)

[PATCH] qemu-io: add cvtnum() error handling for zone commands
 2024-05-07 18:14 UTC  (2+ messages)

[PATCH] gitlab: Update msys2-64bit runner tags
 2024-05-07 17:53 UTC 

[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-07 17:30 UTC  (4+ messages)
` [PATCH 1/4] hw/misc: Create STM32L4x5 SYSCFG clock

[PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
 2024-05-07 17:23 UTC  (12+ messages)

[PATCH v4 00/17] xen: Support grant mappings
 2024-05-07 17:18 UTC  (8+ messages)
` [PATCH v4 15/17] xen: mapcache: Remove assumption of RAMBlock with 0 offset

[PATCH v6 0/9] TCG plugins new inline operations
 2024-05-07 16:52 UTC  (3+ messages)

[PATCH v2 00/33] accel/tcg: Improve disassembly for target and plugin
 2024-05-07 16:49 UTC  (4+ messages)
` [PATCH v2 04/33] accel/tcg: Reorg translator_ld*

[PATCH 0/3] system/physmem: Propagate AddressSpace to MapClient helpers
 2024-05-07 16:37 UTC  (9+ messages)
` [PATCH 1/3] system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
` [PATCH 2/3] system/physmem: Propagate AddressSpace to MapClient helpers
` [PATCH 3/3] system/physmem: Per-AddressSpace bounce buffering

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-07 16:28 UTC  (11+ messages)

[PATCH 0/3] qapi/vfio: Add VFIO device migration state change QAPI event
 2024-05-07 16:21 UTC  (12+ messages)
` [PATCH 2/3] vfio/migration: Emit "

[PULL 0/9] tcg + misc patch queue
 2024-05-07 16:26 UTC  (11+ messages)
` [PULL 1/9] tcg: Add write_aofs to GVecGen3i
` [PULL 2/9] tcg/i386: Simplify immediate 8-bit logical vector shifts
` [PULL 3/9] tcg/i386: Optimize setcond of TST{EQ,NE} with 0xffffffff
` [PULL 4/9] tcg/optimize: Optimize setcond with zmask
` [PULL 5/9] accel/tcg: Introduce CF_BP_PAGE
` [PULL 6/9] target/sh4: Update DisasContextBase.insn_start
` [PULL 7/9] gitlab: Drop --disable-libssh from ubuntu-22.04-s390x.yml
` [PULL 8/9] gitlab: Drop --static from s390x linux-user build
` [PULL 9/9] gitlab: Streamline ubuntu-22.04-s390x

[PATCH] loongarch64: move memory map to boot.c
 2024-05-07 16:22 UTC  (2+ messages)

[PATCH] misc: Use QEMU header path relative to include/ directory
 2024-05-07 16:16 UTC  (3+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-07 16:16 UTC  (7+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH] sh4: select correct components for no-board build
 2024-05-07 15:59 UTC  (2+ messages)

[RFC PATCH 0/1] pci: allocate a PCI ID for RISC-V IOMMU
 2024-05-07 15:53 UTC  (6+ messages)
` [RFC PATCH 1/1] pci-ids.rst: add Red Hat pci-id for generic IOMMU device

[PATCH] target/loongarch/kvm: Fix VM recovery from disk failures
 2024-05-07 15:52 UTC  (8+ messages)

[PULL v2 00/16] Block patches
 2024-05-07 15:09 UTC  (4+ messages)
` [PULL v2 03/16] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls

[PATCH v2] ui/gtk: Draw guest frame at refresh cycle
 2024-05-07 15:04 UTC  (2+ messages)

[PATCH] target/sh4: Update DisasContextBase.insn_start
 2024-05-07 14:42 UTC  (2+ messages)

[PATCH v2 03/10] backends/confidential-guest-support: Add functions to support IGVM
 2024-05-07 14:34 UTC  (15+ messages)
` [PATCH v2 04/10] backends/igvm: Implement parsing and processing of IGVM files
` [PATCH v2 06/10] i386/pc_sysfw: Ensure sysfw flash configuration does not conflict with IGVM
` [PATCH v2 08/10] i386/sev: Implement ConfidentialGuestSupport functions for SEV

[PATCH v3 00/16] Add AST2700 support
 2024-05-07 14:19 UTC  (7+ messages)
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
` [PATCH v3 11/16] aspeed/intc: Add AST2700 support
` [PATCH v3 12/16] aspeed/soc: "

[PATCH] hw/nvme: fix mo field in io mgnt send
 2024-05-07 14:05 UTC  (2+ messages)

[PATCH v3] input-linux: Add option to not grab a device upon guest startup
 2024-05-07 13:50 UTC  (2+ messages)

[PATCH v12 0/6] ui/console: Private QemuDmaBuf struct
 2024-05-07 13:37 UTC  (9+ messages)
` [PATCH v12 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v12 4/6] ui/console: Use qemu_dmabuf_set_..() helpers instead
` [PATCH v12 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v12 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[PATCH 00/14] target/s390x: Fix and improve PER
 2024-05-07 13:29 UTC  (3+ messages)
` [PATCH 11/14] target/s390x: Fix helper_per_ifetch flags

[PATCH 0/2] Zynq 7000 SoC improvements
 2024-05-07 13:03 UTC  (3+ messages)
` [PATCH 1/2] hw/arm/xilinx_zynq: Add cache controller
` [PATCH 2/2] hw/arm/xilinx_zynq: Support up to two CPU cores

[PATCH] hw/intc/arm_gic: Fix set/clear pending of PPI/SPI
 2024-05-07 13:00 UTC  (5+ messages)
` [PATCH 1/2] hw/intc/arm_gic: Fix set pending of PPIs
` [PATCH 2/2] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn

[PATCH v8 0/5] Support message-based DMA in vfio-user server
 2024-05-07 12:59 UTC  (8+ messages)

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-07 12:51 UTC  (6+ messages)
` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V8 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code

[PATCH v2] ppc: Deprecate 'ref405ep' machine and 405 CPUs
 2024-05-07 12:33 UTC 

[PATCH] ppc: Deprecate 'ref405ep' machine and 405 CPUs
 2024-05-07 12:31 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).