qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-20 23:36:14 to 2024-05-22 01:43:56 UTC [more...]

[PATCH v2 00/12] target/ppc: Various TCG emulation patches
 2024-05-22  1:43 UTC  (30+ messages)
` [PATCH v2 01/12] target/ppc: Make checkstop actually stop the system
` [PATCH v2 02/12] target/ppc: improve checkstop logging
` [PATCH v2 03/12] target/ppc: Implement attn instruction on BookS 64-bit processors
` [PATCH v2 04/12] target/ppc: BookE DECAR SPR is 32-bit
` [PATCH v2 05/12] target/ppc: Wire up BookE ATB registers for e500 family
` [PATCH v2 06/12] target/ppc: Add PPR32 SPR
` [PATCH v2 07/12] target/ppc: add helper to write per-LPAR SPRs
` [PATCH v2 08/12] target/ppc: Add SMT support to simple SPRs
` [PATCH v2 09/12] target/ppc: Add SMT support to PTCR SPR
` [PATCH v2 10/12] target/ppc: Implement LDBAR, TTR SPRs
` [PATCH v2 11/12] target/ppc: Implement SPRC/SPRD SPRs
` [PATCH v2 12/12] target/ppc: add SMT support to msgsnd broadcast

[PATCH v3 0/6] hw/loongarch: Refine numa memory map
 2024-05-22  1:36 UTC  (3+ messages)
` [PATCH v3 1/6] hw/loongarch: Refine acpi srat table for numa memory

[PATCH V9 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-22  1:28 UTC  (5+ messages)
` [PATCH V9 6/8] physmem: Add helper function to destroy CPU AddressSpace

[PATCH V10 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-22  1:25 UTC  (9+ messages)
` [PATCH V10 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V10 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V10 7/8] gdbstub: Add helper function to unregister GDB register space
` [PATCH V10 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit

[PATCH v12 00/13] Support blob memory and venus on qemu
 2024-05-22  0:03 UTC  (7+ messages)
` [PATCH v12 10/13] virtio-gpu: Move fence_poll timer to VirtIOGPUGL

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-05-21 23:38 UTC  (9+ messages)
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v3 0/4] target/hexagon: Minor idef-parser cleanup
 2024-05-21 22:36 UTC  (9+ messages)
` [PATCH v3 1/4] target/hexagon: idef-parser remove unused defines
` [PATCH v3 2/4] target/hexagon: idef-parser remove undefined functions
` [PATCH v3 3/4] target/hexagon: idef-parser fix leak of init_list
` [PATCH v3 4/4] target/hexagon: idef-parser simplify predicate init

[PATCH] hw/core/machine: move compatibility flags for VirtIO-net USO to machine 8.1
 2024-05-21 22:23 UTC  (7+ messages)

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

[PATCH] accel/tcg: Init tb size and icount before plugin_gen_tb_end
 2024-05-21 21:06 UTC 

[PATCH] Hyperv: Correct kvm_hv_handle_exit return value
 2024-05-21 20:01 UTC 

[PATCH 00/57] target/arm: Convert a64 advsimd to decodetree (part 1)
 2024-05-21 19:58 UTC  (11+ messages)
` [PATCH 01/57] target/arm: Split out gengvec.c
` [PATCH 02/57] target/arm: Split out gengvec64.c
` [PATCH 32/57] target/arm: Inline scalar SUQADD and USQADD
` [PATCH 57/57] target/arm: Convert SQDMULH, SQRDMULH to decodetree

[PATCH] target/i386: Add x-amd-ccx-size property
 2024-05-21 16:23 UTC 

[PATCH 0/4] testing/next: purging remaining centos 8 bits
 2024-05-21 14:57 UTC  (7+ messages)
` [PATCH 1/4] ci: remove centos-steam-8 customer runner
` [PATCH 2/4] docs/devel: update references to centos to later version
` [PATCH 3/4] tests/vm: update centos.aarch64 image to 9
` [PATCH 4/4] tests/vm: remove plain centos image

[PATCH] docs/system/target-arm: Re-alphabetize board list
 2024-05-21 14:33 UTC  (2+ messages)

[PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
 2024-05-21 14:27 UTC  (2+ messages)

[PATCH v3 1/5] ppc/pnv: Add SPI controller model
 2024-05-21 14:21 UTC  (6+ messages)
  ` [PATCH v3 2/5] ppc/pnv: Extend SPI model

[PATCH ats_vtd 00/22] ATS support for VT-d
 2024-05-21 13:11 UTC  (23+ messages)
` [PATCH ats_vtd 01/22] intel_iommu: fix FRCD construction macro
` [PATCH ats_vtd 03/22] intel_iommu: return page walk level even when the translation fails
` [PATCH ats_vtd 02/22] intel_iommu: make types match
` [PATCH ats_vtd 04/22] intel_iommu: do not consider wait_desc as an invalid descriptor
` [PATCH ats_vtd 06/22] pcie: add helper to declare PASID capability for a pcie device
` [PATCH ats_vtd 05/22] memory: add permissions in IOMMUAccessFlags
` [PATCH ats_vtd 07/22] pcie: helper functions to check if PASID and ATS are enabled
` [PATCH ats_vtd 09/22] pci: cache the bus mastering status in the device
` [PATCH ats_vtd 08/22] intel_iommu: declare supported PASID size
` [PATCH ats_vtd 10/22] pci: add IOMMU operations to get address spaces and memory regions with PASID
` [PATCH ats_vtd 11/22] memory: store user data pointer in the IOMMU notifiers
` [PATCH ats_vtd 12/22] pci: add a pci-level initialization function for iommu notifiers
` [PATCH ats_vtd 13/22] intel_iommu: implement the get_address_space_pasid iommu operation
` [PATCH ats_vtd 14/22] intel_iommu: implement the get_memory_region_pasid "
` [PATCH ats_vtd 15/22] memory: Allow to store the PASID in IOMMUTLBEntry
` [PATCH ats_vtd 16/22] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry
` [PATCH ats_vtd 17/22] atc: generic ATC that can be used by PCIe devices that support SVM
` [PATCH ats_vtd 19/22] memory: add an API for ATS support
` [PATCH ats_vtd 18/22] atc: add unit tests
` [PATCH ats_vtd 20/22] pci: add a pci-level API for ATS
` [PATCH ats_vtd 21/22] intel_iommu: set the address mask even when a translation fails
` [PATCH ats_vtd 22/22] intel_iommu: add support for ATS

[PATCH 00/16] VFIO: misc cleanups part2
 2024-05-21 12:54 UTC  (33+ messages)
` [PATCH 01/16] vfio/display: Fix error path in call site of ramfb_setup()
` [PATCH 02/16] vfio/display: Make vfio_display_*() return bool
` [PATCH 03/16] vfio/helpers: Use g_autofree in hw/vfio/helpers.c
` [PATCH 04/16] vfio/helpers: Make vfio_set_irq_signaling() return bool
` [PATCH 05/16] vfio/helpers: Make vfio_device_get_name() "
` [PATCH 06/16] vfio/platform: Make vfio_populate_device() and vfio_base_device_init() "
` [PATCH 07/16] vfio/ccw: Make vfio_ccw_get_region() return a bool
` [PATCH 08/16] vfio/pci: Make vfio_intx_enable_kvm() "
` [PATCH 09/16] vfio/pci: Make vfio_pci_relocate_msix() and vfio_msix_early_setup() "
` [PATCH 10/16] vfio/pci: Make vfio_populate_device() "
` [PATCH 11/16] vfio/pci: Make vfio_intx_enable() return bool
` [PATCH 12/16] vfio/pci: Make vfio_populate_vga() "
` [PATCH 13/16] vfio/pci: Make capability related functions "
` [PATCH 14/16] vfio/pci: Use g_autofree for vfio_region_info pointer
` [PATCH 15/16] vfio/pci-quirks: Make vfio_pci_igd_opregion_init() return bool
` [PATCH 16/16] vfio/pci-quirks: Make vfio_add_*_cap() "

[PATCH v3 0/3] Add extioi virt extension support
 2024-05-21 12:32 UTC  (4+ messages)
` [PATCH v3 1/3] hw/intc/loongarch_extioi: Add extioi virt extension definition
` [PATCH v3 2/3] hw/loongarch/virt: Enable extioi virt extension
` [PATCH v3 3/3] hw/loongarch/virt: Use MemTxAttrs interface for misc ops

[PULL 00/38] Migration 20231017 patches
 2024-05-21 12:46 UTC  (4+ messages)
` [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script

[PATCH 00/17] RISU misc updates
 2024-05-21 12:46 UTC  (12+ messages)
` [PATCH 03/17] Standardize reginfo_dump_mismatch printing
` [PATCH 06/17] ppc64: Clean register values in reginfo_init
` [PATCH 08/17] ppc64: Simplify reginfo_is_eq
` [PATCH 09/17] ppc64: Clean up reginfo_dump
` [PATCH 12/17] aarch64: Trivial SME test

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-05-21 12:28 UTC  (9+ messages)
` [PATCH v2 03/15] hw/riscv: add RISC-V IOMMU base emulation

[PATCH v4 0/5] mirror: allow specifying working bitmap
 2024-05-21 12:20 UTC  (6+ messages)
` [PATCH v4 1/5] qapi/block-core: avoid the re-use of MirrorSyncMode for backup
` [PATCH v4 2/5] block/mirror: replace is_none_mode with sync_mode in MirrorBlockJob struct
` [PATCH v4 3/5] mirror: allow specifying working bitmap
` [PATCH v4 4/5] iotests: add test for bitmap mirror
` [PATCH v4 5/5] blockdev: mirror: check for target's cluster size when using bitmap

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-21 11:46 UTC  (15+ messages)
` [PATCH V1 18/26] migration: cpr-exec-args parameter
` [PATCH V1 20/26] migration: cpr-exec mode
` [PATCH V1 24/26] seccomp: cpr-exec blocker
` [PATCH V1 26/26] migration: only-migratable-modes

More doc updates needed for new migrate argument @channels
 2024-05-21 11:25 UTC  (4+ messages)

[PATCH 0/2] hw/ufs: Add support MCQ
 2024-05-21 11:05 UTC  (3+ messages)
    ` [PATCH 1/2] hw/ufs: Update MCQ-related fields to block/ufs.h
    ` [PATCH 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0

[PATCH 0/2] hw/ufs: Add support MCQ
 2024-05-21 11:05 UTC 

[PATCH 00/32] hw/sd: eMMC support
 2024-05-21 10:59 UTC  (3+ messages)

[PATCH v2 0/3] RISC-V virt MHP support
 2024-05-21 10:56 UTC  (4+ messages)
` [PATCH v2 1/3] hw/riscv/virt: Add memory hotplugging and virtio-md-pci support
` [PATCH v2 2/3] hw/riscv/virt-acpi-build: Expose device memory in ACPI SRAT
` [PATCH v2 3/3] hw/riscv/virt: Add ACPI GED and PC-DIMM MHP support

[PATCH v2 00/11] qcow2: make subclusters discardable
 2024-05-21 10:50 UTC  (23+ messages)
` [PATCH v2 01/11] qcow2: make function update_refcount_discard() global
` [PATCH v2 02/11] qcow2: simplify L2 entries accounting for discard-no-unref
` [PATCH v2 03/11] qcow2: put discard requests in the common queue when discard-no-unref enabled
` [PATCH v2 04/11] block/file-posix: add trace event for fallocate() calls
` [PATCH v2 05/11] iotests/common.rc: add disk_usage function
` [PATCH v2 06/11] iotests/290: add test case to check 'discard-no-unref' option behavior
` [PATCH v2 07/11] qcow2: add get_sc_range_info() helper for working with subcluster ranges
` [PATCH v2 08/11] qcow2: zeroize the entire cluster when there're no non-zero subclusters
` [PATCH v2 09/11] qcow2: make subclusters discardable
` [PATCH v2 10/11] qcow2: zero_l2_subclusters: fall through to discard operation when requested
` [PATCH v2 11/11] iotests/271: add test cases for subcluster-based discard/unmap

[PATCH] tests/qtest/fuzz: fix memleak in qos_fuzz.c
 2024-05-21 10:31 UTC 

[PATCH] intel_iommu: Use the latest fault reasons defined by spec
 2024-05-21 10:25 UTC  (6+ messages)

[RFC PATCH v3 00/18] SMMUv3 nested translation support
 2024-05-21  9:47 UTC  (6+ messages)
` [RFC PATCH v3 17/18] hw/arm/smmuv3: Add property for OAS
` [RFC PATCH v3 18/18] hw/arm/virt: Set SMMU OAS based on CPU PARANGE

[PATCH] hw/riscv/virt: Add hotplugging and virtio-md-pci support
 2024-05-21  8:15 UTC  (8+ messages)

[PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-05-21  8:08 UTC  (3+ messages)

[PATCH 0/2] target/loongarch: Add loongson binary translation feature
 2024-05-21  8:05 UTC  (3+ messages)
` [PATCH 1/2] target/loongarch: Add loongarch vector property unconditionally
` [PATCH 2/2] target/loongarch: Add loongson binary translation feature

[PATCH v3 00/16] Add AST2700 support
 2024-05-21  7:44 UTC  (5+ messages)
` [PATCH v3 11/16] aspeed/intc: "

[PATCH v3 0/6] X86: Alias isa-bios area and clean up
 2024-05-21  7:42 UTC  (5+ messages)
` [PATCH v3 6/6] hw/i386/pc_sysfw: Alias rather than copy isa-bios region

[PATCH 0/3] improve -overcommit cpu-pm=on|off
 2024-05-21  7:09 UTC  (7+ messages)
` [PATCH 1/3] vl: Allow multiple -overcommit commands

[RESEND PATCH v2 0/5] target/riscv: Support RISC-V privilege 1.13 spec
 2024-05-21  6:49 UTC  (3+ messages)
` [RESEND PATCH v2 3/5] target/riscv: Add 'P1P13' bit in SMSTATEEN0

[PATCH v3 0/5] hw/ppc: SPI model
 2024-05-21  6:38 UTC  (8+ messages)
` [PATCH v3 1/5] ppc/pnv: Add SPI controller model
` [PATCH v3 5/5] tests/qtest: Add pnv-spi-seeprom qtest

[PATCH] hw/loongarch/virt: Fix FDT memory node address width
 2024-05-21  6:36 UTC  (3+ messages)

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-05-21  5:35 UTC  (5+ messages)
` [PATCH v3 2/2] cxl/core: "

[PATCH ats_vtd v2 00/25] ATS support for VT-d
 2024-05-21  5:09 UTC  (6+ messages)
` [PATCH ats_vtd v2 20/25] intel_iommu: fill the PASID field when creating an instance of IOMMUTLBEntry

[RFC v2 0/2] Add RISC-V Server Platform Reference Board
 2024-05-21  1:10 UTC  (4+ messages)
` [RFC v2 2/2] hw/riscv: Add server platform reference machine
    ` [RISC-V][tech-server-soc] "


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