qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-25 18:57:20 to 2024-06-26 16:28:10 UTC [more...]

[PATCH v2] Consider discard option when writing zeros
 2024-06-26 16:27 UTC  (9+ messages)

[PATCH v1 00/13] Multifd 🔀 device state transfer support with VFIO consumer
 2024-06-26 16:23 UTC  (8+ messages)

[RFC PATCH] target/i386: restrict SEV to 64 bit host builds
 2024-06-26 16:17 UTC  (4+ messages)

[PATCH] tests/docker: Specify --userns keep-id for Podman
 2024-06-26 16:16 UTC  (2+ messages)

[PATCH 0/6] tests/tcg/aarch64: Fix inline assemblies for clang
 2024-06-26 16:15 UTC  (11+ messages)
` [PATCH 1/6] tests/tcg/arm: Fix fcvt result messages
` [PATCH 2/6] tests/tcg/aarch64: Fix test architecture specification
` [PATCH 3/6] tests/tcg/aarch64: Explicitly specify register width
` [PATCH 4/6] tests/tcg/aarch64: Fix irg operand type
` [PATCH 5/6] tests/tcg/aarch64: Do not use x constraint
` [PATCH 6/6] tests/tcg/arm: Manually bit-cast half-precision numbers

[RFC PATCH] cxl: avoid duplicating report from MCE & device
 2024-06-26 15:56 UTC  (7+ messages)

linux-user cannot allocate stack memory on riscv64 host due to non-zero guest_base
 2024-06-26 15:54 UTC  (5+ messages)

[PATCH] net: update netdev stream/dgram man page
 2024-06-26 15:51 UTC 

[PATCH v7] target/riscv/kvm/kvm-cpu.c: kvm_riscv_handle_sbi() fail with vendor-specific SBI
 2024-06-26 15:18 UTC  (3+ messages)
` [PATCH v8] "

[PATCH v2 0/3] block-jobs: add final flush
 2024-06-26 14:50 UTC  (4+ messages)
` [PATCH v2 1/3] block/commit: implement "
` [PATCH v2 2/3] block/stream: "
` [PATCH v2 3/3] block/backup: "

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-06-26 14:45 UTC  (9+ messages)
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object

[PATCH 00/13] qapi: convert "Note" and "Example" sections to rST
 2024-06-26 14:39 UTC  (5+ messages)
` [PATCH 13/13] qapi: convert "

[PATCH v6 0/3] Add support for the RAPL MSRs series
 2024-06-26 14:34 UTC  (2+ messages)

[PATCH 0/3] vl.c: select_machine(): improve error message
 2024-06-26 13:43 UTC  (4+ messages)
` [PATCH 1/3] vl.c: select_machine(): use ERRP_GUARD instead of error propagation
` [PATCH 2/3] vl.c: select_machine(): use g_autoptr
` [PATCH 3/3] vl.c: select_machine(): add selected machine type to error message

[PATCH v5 0/6] hw/ppc: SPI model
 2024-06-26 12:10 UTC  (9+ messages)
` [PATCH v5 1/6] ppc/pnv: Remove ppc target dependency from pnv_xscom.h
` [PATCH v5 2/6] hw/ssi: Add SPI model
` [PATCH v5 3/6] hw/ssi: Extend "
` [PATCH v5 4/6] hw/block: Add Microchip's 25CSM04 to m25p80
` [PATCH v5 5/6] hw/ppc: SPI controller wiring to P10 chip
` [PATCH v5 6/6] tests/qtest: Add pnv-spi-seeprom qtest

[PATCH 00/14] Fix check-qtest-ppc64 sanitizer errors
 2024-06-26 13:32 UTC  (22+ messages)
` [PATCH 01/14] hw/core: Free CPUState allocations
` [PATCH 02/14] hw/ide: Free macio-ide IRQs
` [PATCH 03/14] hw/isa/vt82c686: Free irqs
` [PATCH 04/14] spapr: Free stdout path
` [PATCH 05/14] ppc/vof: Fix unaligned FDT property access
` [PATCH 06/14] hw/virtio: Free vqs before vhost_dev_cleanup()
` [PATCH 07/14] migration: Free removed SaveStateEntry
` [PATCH 08/14] memory: Do not create circular reference with subregion
` [PATCH 09/14] tests/qtest: Use qtest_add_data_func_full()
` [PATCH 10/14] tests/qtest: Free unused QMP response
` [PATCH 11/14] tests/qtest: Free old machine variable name
` [PATCH 12/14] tests/qtest: Delete previous boot file
` [PATCH 13/14] tests/qtest: Free paths
` [PATCH 14/14] tests/qtest: Free GThread

[RFC PATCH 0/1] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-06-26 13:31 UTC  (7+ messages)
` [RFC PATCH 1/1] vhost-user: add shmem mmap request

[PATCH v6 0/3] RISC-V: Modularize common match conditions for trigger
 2024-06-26 13:22 UTC  (4+ messages)
` [PATCH v6 1/3] target/riscv: Add functions for common matching conditions of trigger
` [PATCH v6 2/3] target/riscv: Apply modularized matching conditions for watchpoint
` [PATCH v6 3/3] target/riscv: Apply modularized matching conditions for icount trigger

[PATCH] util: fix building on OpenBSD/powerpc
 2024-06-26 13:21 UTC  (5+ messages)

[PATCH 0/7] VIRTIO-IOMMU/HostIOMMUDevice: Fixes and page size mask rework
 2024-06-26 12:44 UTC  (12+ messages)
` [PATCH 1/7] virtio-iommu: Fix error handling in virtio_iommu_set_host_iova_ranges()
` [PATCH 2/7] vfio-container-base: Introduce vfio_container_get_iova_ranges() helper
` [PATCH 3/7] HostIOMMUDevice : remove Error handle from get_iova_ranges callback
` [PATCH 4/7] HostIOMMUDevice: Introduce get_page_size_mask() callback
` [PATCH 5/7] virtio-iommu : Retrieve page size mask on virtio_iommu_set_iommu_device()
` [PATCH 6/7] memory: remove IOMMU MR iommu_set_page_size_mask() callback
` [PATCH 7/7] virtio-iommu: Revert transient enablement of IOMMU MR in bypass mode

[PATCH RFC 0/2] migration: introduce strict SLA
 2024-06-26 12:20 UTC  (16+ messages)
` [PATCH RFC 1/2] migration: abort when switchover limit exceeded
` [PATCH RFC 2/2] migration: abort on destination if "

[PATCH v3 0/4] hw/mips/loongson3_virt: Implement IPI support
 2024-06-26 12:10 UTC  (7+ messages)
` [PATCH v3 1/4] hw/intc: Remove loongarch_ipi.c

[PATCH v9 0/7] blockdev-replace
 2024-06-26 11:53 UTC  (8+ messages)
` [PATCH v9 1/7] block-backend: blk_root(): drop const specifier on return type
` [PATCH v9 2/7] block/export: add blk_by_export_id()
` [PATCH v9 3/7] block: make bdrv_find_child() function public
` [PATCH v9 4/7] qapi: add blockdev-replace command
` [PATCH v9 5/7] block: bdrv_get_xdbg_block_graph(): report export ids
` [PATCH v9 6/7] iotests.py: introduce VM.assert_edges_list() method
` [PATCH v9 7/7] iotests: add filter-insertion

[PATCH v6 00/10] Support persistent reservation operations
 2024-06-26 11:39 UTC  (2+ messages)
  ` PING: "

[PATCH v4] virtio: add VIRTQUEUE_ERROR QAPI event
 2024-06-26 11:24 UTC  (2+ messages)

[PATCH v2] block-backend: per-device throttling of BLOCK_IO_ERROR reports
 2024-06-26 11:24 UTC  (2+ messages)

[PATCH v2 0/7] introduce job-change qmp command
 2024-06-26 11:01 UTC  (8+ messages)
` [PATCH v2 1/7] qapi: rename BlockJobChangeOptions to JobChangeOptions
` [PATCH v2 2/7] blockjob: block_job_change_locked(): check job type
` [PATCH v2 3/7] qapi: block-job-change: make copy-mode parameter optional
` [PATCH v2 4/7] blockjob: move change action implementation to job from block-job
` [PATCH v2 5/7] qapi: add job-change
` [PATCH v2 6/7] qapi/block-core: derpecate block-job-change
` [PATCH v2 7/7] iotests/mirror-change-copy-mode: switch to job-change command

[PATCH] tcg/riscv: Fix building on OpenBSD/riscv64
 2024-06-26 10:11 UTC  (2+ messages)

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-06-26  9:53 UTC  (2+ messages)

[PATCH] docs/system/devices/usb: Replace the non-existing "qemu" binary
 2024-06-26  9:44 UTC 

[PATCH] disas/riscv: Add decode for Zawrs extension
 2024-06-26  9:41 UTC 

[RFC PATCH v3 0/5] Implement ARM PL011 in Rust
 2024-06-26  9:34 UTC  (16+ messages)
` [RFC PATCH v3 1/5] build-sys: Add rust feature option
` [RFC PATCH v3 2/5] rust: add bindgen step as a meson dependency
` [RFC PATCH v3 5/5] DO NOT MERGE: replace TYPE_PL011 with x-pl011-rust in arm virt machine

[PATCH v5 0/4] RISC-V: Modularize common match conditions for trigger
 2024-06-26  9:32 UTC  (5+ messages)
` [PATCH v5 1/4] target/riscv: Add functions for common matching conditions of trigger

[PATCH v4 00/14] riscv: QEMU RISC-V IOMMU Support
 2024-06-26  8:10 UTC  (12+ messages)
` [PATCH v4 01/14] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH v4 02/14] hw/riscv: add riscv-iommu-bits.h
` [PATCH v4 06/14] hw/riscv/virt.c: support for RISC-V IOMMU PCIDevice hotplug
` [PATCH v4 07/14] test/qtest: add riscv-iommu-pci tests
` [PATCH v4 14/14] docs/specs: add riscv-iommu

[RFC PATCH v3 0/2] Support RISC-V CSR read/write in Qtest environment
 2024-06-26  7:57 UTC  (5+ messages)
` [RFC PATCH v3 1/2] target/riscv: Add RISC-V CSR qtest support
` [RFC PATCH v3 2/2] tests/qtest: QTest example for RISC-V CSR register

[PATCH v3] virtio-pci: Fix the use of an uninitialized irqfd
 2024-06-26  7:44 UTC  (2+ messages)

[PATCH] tests/avocado: add hotplug_blk test
 2024-06-26  7:24 UTC  (2+ messages)

[PATCH v2 0/6] target/riscv: Add support for Control Transfer Records Ext
 2024-06-26  6:18 UTC  (8+ messages)
` [PATCH v2 2/6] target/riscv: Add Control Transfer Records CSR definitions
` [PATCH v2 4/6] target/riscv: Add support to record CTR entries

[PATCH] hw/i386/intel_iommu: Block CFI when necessary
 2024-06-26  6:16 UTC  (2+ messages)

[PATCH v7 0/2] Support RISC-V IOPMP
 2024-06-26  5:53 UTC  (6+ messages)
` [PATCH v7 2/2] hw/riscv/virt: Add IOPMP support

[PATCH] util/cpuinfo-aarch64: Add OpenBSD support
 2024-06-26  4:36 UTC  (4+ messages)

[PATCH v2] docs/cxl: fix some typos
 2024-06-26  4:34 UTC 

[PATCH V12 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-06-26  4:13 UTC  (5+ messages)

[PATCH] vfio: container: Fix missing allocation of VFIOSpaprContainer
 2024-06-26  3:56 UTC  (7+ messages)

[RFC] vhost: Introduce packed vq and add buffer elements
 2024-06-26  3:38 UTC  (4+ messages)

[PATCH RFCv1 00/10] hw/arm/virt: Add multiple nested SMMUs
 2024-06-26  0:28 UTC  (11+ messages)
` [PATCH RFCv1 01/10] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
` [PATCH RFCv1 02/10] hw/arm/virt: Add iommufd link to virt-machine
` [PATCH RFCv1 03/10] hw/arm/virt: Get the number of host-level SMMUv3 instances
` [PATCH RFCv1 04/10] hw/arm/virt: Add an SMMU_IO_LEN macro
` [PATCH RFCv1 05/10] hw/arm/virt: Add VIRT_NESTED_SMMU
` [PATCH RFCv1 06/10] hw/arm/virt: Assign vfio-pci devices to nested SMMUs
` [PATCH RFCv1 07/10] hw/arm/virt: Bypass iommu for default PCI bus
` [PATCH RFCv1 08/10] hw/arm/virt-acpi-build: Handle reserved bus number of pxb buses
` [PATCH RFCv1 09/10] hw/arm/virt-acpi-build: Build IORT with multiple SMMU nodes
` [PATCH RFCv1 10/10] hw/arm/virt-acpi-build: Enable ATS for nested SMMUv3

[PATCH] ui/gtk: Negative Page number is not valid
 2024-06-26  0:08 UTC 

[PATCH 0/4] Add support for Zhaoxin Yongfeng CPU model and other improvements
 2024-06-26  2:47 UTC  (3+ messages)

[PATCH v3 0/6] Introduce extension implied rules
 2024-06-26  0:45 UTC  (6+ messages)
` [PATCH v3 1/6] target/riscv: Introduce extension implied rules definition
` [PATCH v3 2/6] target/riscv: Introduce extension implied rule helpers

[PATCH v2] target/riscv: Add support for machine specific pmu's events
 2024-06-25 18:18 UTC  (2+ messages)

[PATCH v2 00/13] target/arm: AdvSIMD conversion, part 2
 2024-06-25 18:35 UTC  (12+ messages)
` [PATCH v2 02/13] target/arm: Fix SQDMULH (by element) with Q=0
` [PATCH v2 03/13] target/arm: Fix FJCVTZS vs flush-to-zero
` [PATCH v2 04/13] target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree
` [PATCH v2 05/13] target/arm: Convert SDOT, UDOT "
` [PATCH v2 06/13] target/arm: Convert SUDOT, USDOT "
` [PATCH v2 08/13] target/arm: Convert BFMLALB, BFMLALT "
` [PATCH v2 09/13] target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA "
` [PATCH v2 10/13] target/arm: Add data argument to do_fp3_vector
` [PATCH v2 11/13] target/arm: Convert FCADD to decodetree
` [PATCH v2 12/13] target/arm: Convert FCMLA "
` [PATCH v2 13/13] target/arm: Delete dead code from disas_simd_indexed

[PATCH 0/2] Implement dirty ring for pre-copy migration
 2024-06-25 21:51 UTC  (5+ messages)
` [PATCH 1/2] migration: Implement dirty ring

[PATCH] include: move typeof_strip_qual to compiler.h, use it in QAPI_LIST_LENGTH()
 2024-06-25 19:12 UTC  (3+ messages)

[PATCH 0/3] Mouse cursor improvements on macOS and VNC
 2024-06-25 18:57 UTC  (6+ messages)
` [PATCH 3/3] ui/cocoa: Adds support for mouse cursors


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