QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-18 17:51:35 to 2024-04-19 09:18:57 UTC [more...]

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-19  9:18 UTC  (14+ messages)
` [PATCH v8 01/11] linux-headers: Update to Linux v6.9-rc3
` [PATCH v8 02/11] virtio-gpu: Use pkgconfig version to decide which virgl features are available
` [PATCH v8 03/11] virtio-gpu: Support context-init feature with virglrenderer
` [PATCH v8 04/11] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
` [PATCH v8 05/11] virtio-gpu: Add virgl resource management
` [PATCH v8 06/11] virtio-gpu: Support blob scanout using dmabuf fd
` [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing
` [PATCH v8 08/11] virtio-gpu: Handle resource blob commands
` [PATCH v8 09/11] virtio-gpu: Resource UUID
` [PATCH v8 10/11] virtio-gpu: Register capsets dynamically
` [PATCH v8 11/11] virtio-gpu: Support Venus context

[PATCH 0/8] target/ppc: Move fixed-point insns to decodetree
 2024-04-19  9:17 UTC  (7+ messages)
` [PATCH 1/8] target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions "
` [PATCH 2/8] target/ppc: Make divw[u] handler method decodetree compatible

[RFC PATCH] target/s390x: Remove KVM stubs in cpu_models.h
 2024-04-19  9:15 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/6] s390x/cpu_models: Misc cleanup on returned error code and local @err variables
 2024-04-19  9:08 UTC  (19+ messages)
` [PATCH 1/6] target/s390x/cpu_model: Make check_compatibility() return boolean
` [PATCH 2/6] target/s390x/cpu_model: Drop local @err in s390_realize_cpu_model()
` [PATCH 3/6] target/s390x/cpu_models: Make kvm_s390_get_host_cpu_model() return boolean
` [PATCH 4/6] target/s390x/cpu_models: Drop local @err in get_max_cpu_model()
` [PATCH 5/6] target/s390x/cpu_models: Make kvm_s390_apply_cpu_model() return boolean
` [PATCH 6/6] target/s390x/cpu_models_sysemu: Drop local @err in apply_cpu_model()

[PATCH 0/7] qcow2: make subclusters discardable
 2024-04-19  9:06 UTC  (5+ messages)
` [PATCH 4/7] "

[PATCH v2 0/4] Sparc CPU naming and help text improvements
 2024-04-19  8:59 UTC  (6+ messages)
` [PATCH v2 1/4] target/sparc/cpu: Rename the CPU models with a "+" in their names
` [PATCH v2 2/4] target/sparc/cpu: Avoid spaces by default in the CPU names
` [PATCH v2 3/4] docs/system/target-sparc: Improve the Sparc documentation
` [PATCH v2 4/4] docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+"

[PATCH] tests/unit: Remove debug statements in test-nested-aio-poll.c
 2024-04-19  8:58 UTC 

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

[PATCH v3 00/16] Add AST2700 support
 2024-04-19  7:58 UTC  (7+ messages)
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
` [PATCH v3 12/16] aspeed/soc: Add AST2700 support

[PATCH v7 0/5] ui/console: Private QemuDmaBuf struct
 2024-04-19  6:53 UTC  (8+ messages)
` [PATCH v7 1/5] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PATCH v7 2/5] ui/console: Introduce qemu_dmabuf_get_..() helpers
` [PATCH v7 3/5] ui/console: Introduce qemu_dmabuf_set_..() helpers
` [PATCH v7 4/5] ui/console: Introduce qemu_dmabuf_new() and free() helpers
` [PATCH v7 5/5] ui/dmabuf: New dmabuf.c and dmabuf.h for QemuDmaBuf struct and helpers

[PATCH v2 0/5] Check host IOMMU compatilibity with vIOMMU
 2024-04-19  6:20 UTC  (11+ messages)
` [PATCH v2 3/5] intel_iommu: Add a framework to do compatibility check with host IOMMU cap/ecap

[PATCH 0/5] Sparc CPU naming and help text improvements
 2024-04-19  5:38 UTC  (14+ messages)
` [PATCH 1/5] target/sparc/cpu: Rename the CPU models with a "+" in their names
` [PATCH 2/5] target/sparc/cpu: Avoid spaces by default in the CPU names
` [PATCH 4/5] docs/system/target-sparc: Improve the Sparc documentation
` [PATCH 5/5] docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+"

Deprecation/removal of nios2 target support
 2024-04-19  3:50 UTC  (4+ messages)

[PATCH 00/27] Add qapi-domain Sphinx extension
 2024-04-19  4:38 UTC  (28+ messages)
` [PATCH 01/27] docs/sphinx: create QAPI domain extension stub
` [PATCH 02/27] docs/qapi-domain: add qapi:module directive
` [PATCH 03/27] docs/qapi-module: add QAPI domain object registry
` [PATCH 04/27] docs/qapi-domain: add QAPI index
` [PATCH 05/27] docs/qapi-domain: add resolve_any_xref()
` [PATCH 06/27] docs/qapi-domain: add QAPI xref roles
` [PATCH 07/27] docs/qapi-domain: add qapi:command directive
` [PATCH 08/27] docs/qapi-domain: add :since: directive option
` [PATCH 09/27] docs/qapi-domain: add "Arguments:" field lists
` [PATCH 10/27] docs/qapi-domain: add "Features:" "
` [PATCH 11/27] docs/qapi-domain: add "Errors:" "
` [PATCH 12/27] docs/qapi-domain: add "Returns:" "
` [PATCH 13/27] docs/qapi-domain: add qapi:enum directive
` [PATCH 14/27] docs/qapi-domain: add qapi:alternate directive
` [PATCH 15/27] docs/qapi-domain: add qapi:event directive
` [PATCH 16/27] docs/qapi-domain: add qapi:struct directive
` [PATCH 17/27] docs/qapi-domain: add qapi:union and qapi:branch directives
` [PATCH 18/27] docs/qapi-domain: add :deprecated: directive option
` [PATCH 19/27] docs/qapi-domain: add :unstable: "
` [PATCH 20/27] docs/qapi-domain: add :ifcond: "
` [PATCH 21/27] docs/qapi-domain: RFC patch - add malformed field list entries
` [PATCH 22/27] docs/qapi-domain: add warnings for malformed field lists
` [PATCH 23/27] docs/qapi-domain: RFC patch - delete "
` [PATCH 24/27] docs/qapi-domain: add type cross-refs to "
` [PATCH 25/27] docs/qapi-domain: implement error context reporting fix
` [PATCH 26/27] docs/qapi-domain: RFC patch - Add one last sample command
` [PATCH 27/27] docs/qapi-domain: add CSS styling

[PATCH 00/24] include/exec: Rework (part 2)
 2024-04-19  4:25 UTC  (28+ messages)
` [PATCH 01/24] exec: Declare MMUAccessType type in 'mmu-access-type.h' header
` [PATCH 02/24] exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
` [PATCH 03/24] hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
` [PATCH 04/24] exec: Restrict TCG specific declarations of 'cputlb.h'
` [PATCH 05/24] exec: Restrict 'cpu_ldst.h' to TCG accelerator
` [PATCH 06/24] exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments
` [PATCH 07/24] exec: Un-inline tlb_vaddr_to_host() and declare it in 'exec/cputlb.h'
` [PATCH 08/24] physmem: Move TCG CPU IOTLB methods around
` [PATCH 09/24] physmem: Restrict TCG CPU IOTLB code to TCG accel
` [PATCH 10/24] exec: Reduce tlb_set_dirty() declaration scope
` [PATCH 11/24] exec: Move tlb_reset_dirty*() declarations to 'exec/cputlb.h'
` [PATCH 12/24] exec: Move CPUTLBEntry helpers to cputlb.c
` [PATCH 13/24] target/sparc: Replace abi_ulong by uint32_t for TARGET_ABI32
` [PATCH 14/24] exec: Rename 'exec/user/guest-base.h' as 'user/guest-base.h'
` [PATCH 15/24] exec: Restrict inclusion of 'user/guest-base.h'
` [PATCH 16/24] exec: Move GUEST_ADDR_MAX definition to 'cpu_ldst.h'
` [PATCH 17/24] exec: Include missing 'qemu/log-for-trace.h' header in 'exec/log.h'
` [PATCH 18/24] plugins: Include missing 'qemu/bitmap.h' header
` [PATCH 19/24] gdbstub: Avoid including 'cpu.h' in 'gdbstub/helpers.h'
` [PATCH 20/24] hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
` [PATCH 21/24] plugins: Un-inline qemu_plugin_disable_mem_helpers()
` [PATCH 22/24] exec: Remove 'exec/tswap.h' from 'exec/cpu-all.h'
` [PATCH 23/24] exec: Remove 'disas/disas.h' from 'exec/log.h'
` [PATCH 24/24] exec: Remove unnecessary inclusions of 'hw/core/cpu.h'

[RFC QEMU PATCH v6 0/1] Support device passthrough when dom0 is PVH on Xen
 2024-04-19  4:13 UTC  (2+ messages)
` [RFC QEMU PATCH v6 1/1] xen/pci: get gsi from irq for passthrough devices

[PATCH] tcg: Fix the overflow in indexing tcg_ctx->temps
 2024-04-19  3:48 UTC  (2+ messages)
` 回复:[PATCH] "

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-18 23:11 UTC  (13+ messages)
` [PATCH v7 01/12] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v7 02/12] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v7 03/12] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v7 04/12] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v7 05/12] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size instead of mr as argument
` [PATCH v7 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v7 07/12] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v7 08/12] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v7 10/12] hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions
` [PATCH v7 11/12] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
` [PATCH v7 12/12] hw/mem/cxl_type3: Allow to release extent superset in QMP interface

[PATCH 0/2] Fix pointer arithmetic in indirect read for libvhost-user and libvduse
 2024-04-18 23:12 UTC  (4+ messages)
` [PATCH 1/2] libvhost-user: Fix pointer arithmetic in indirect read

[PATCH] hw/sparc64: set iommu_platform=on for virtio devices attached to the sun4u machine
 2024-04-18 20:57 UTC 

[PATCH] hw/core/clock: always iterate through childs in clock_propagate_period
 2024-04-18 20:39 UTC  (3+ messages)

[Stable-7.2.11 v2 00/59] Patch Round-up for stable 7.2.11, freeze on 2024-04-20
 2024-04-18 20:02 UTC  (19+ messages)
` [Stable-7.2.11 42/59] tcg/optimize: Do not attempt to constant fold neg_vec
` [Stable-7.2.11 43/59] linux-user: Fix waitid return of siginfo_t and rusage
` [Stable-7.2.11 44/59] hw/virtio: Introduce virtio_bh_new_guarded() helper
` [Stable-7.2.11 45/59] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
` [Stable-7.2.11 46/59] hw/char/virtio-serial-bus: "
` [Stable-7.2.11 47/59] hw/virtio/virtio-crypto: "
` [Stable-7.2.11 48/59] qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo
` [Stable-7.2.11 49/59] hw/block/nand: Factor nand_load_iolen() method out
` [Stable-7.2.11 50/59] hw/block/nand: Have blk_load() take unsigned offset and return boolean
` [Stable-7.2.11 51/59] hw/block/nand: Fix out-of-bound access in NAND block buffer
` [Stable-7.2.11 52/59] hw/misc/applesmc: Fix memory leak in reset() handler
` [Stable-7.2.11 53/59] backends/cryptodev: Do not abort for invalid session ID
` [Stable-7.2.11 54/59] hw/net/lan9118: Fix overflow in MIL TX FIFO
` [Stable-7.2.11 55/59] hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
` [Stable-7.2.11 56/59] hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
` [Stable-7.2.11 57/59] target/sh4: add missing CHECK_NOT_DELAY_SLOT
` [Stable-7.2.11 58/59] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs
` [Stable-7.2.11 59/59] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS

[RFC] linux-newbie thread on dev setup using Qemu
 2024-04-18 20:05 UTC 

[PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
 2024-04-18 20:02 UTC  (8+ messages)

[RFC PATCH v2 00/13] SMMUv3 nested translation support
 2024-04-18 18:11 UTC  (2+ messages)

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-18 17:58 UTC  (8+ messages)
` [PATCH v6 10/12] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions

[PATCH 0/7] plugins: Use unwind info for special gdb registers
 2024-04-18 17:56 UTC  (15+ messages)
` [PATCH 1/7] tcg: Introduce INDEX_op_plugin_pc
` [PATCH 2/7] accel/tcg: Set CPUState.plugin_ra before all plugin callbacks
` [PATCH 3/7] accel/tcg: Return the TranslationBlock from cpu_unwind_state_data
` [PATCH 4/7] plugins: Introduce TCGCPUOps callbacks for mid-tb register reads
` [PATCH 5/7] target/i386: Split out gdb-internal.h
` [PATCH 6/7] target/i386: Introduce cpu_compute_eflags_ccop
` [PATCH 7/7] target/i386: Implement TCGCPUOps for plugin register reads

[Stable-8.2.3 v2 000/116] Patch Round-up for stable 8.2.3, freeze on 2024-04-20
 2024-04-18 17:49 UTC  (23+ messages)
` [Stable-8.2.3 088/116] tcg/optimize: Do not attempt to constant fold neg_vec
` [Stable-8.2.3 095/116] target/m68k: Map FPU exceptions to FPSR register
` [Stable-8.2.3 097/116] hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
` [Stable-8.2.3 098/116] hw/char/virtio-serial-bus: "
` [Stable-8.2.3 099/116] hw/virtio/virtio-crypto: "
` [Stable-8.2.3 100/116] qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo
` [Stable-8.2.3 101/116] hw/block/nand: Factor nand_load_iolen() method out
` [Stable-8.2.3 102/116] hw/block/nand: Have blk_load() take unsigned offset and return boolean
` [Stable-8.2.3 103/116] hw/block/nand: Fix out-of-bound access in NAND block buffer
` [Stable-8.2.3 104/116] hw/misc/applesmc: Fix memory leak in reset() handler
` [Stable-8.2.3 105/116] backends/cryptodev: Do not abort for invalid session ID
` [Stable-8.2.3 106/116] hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition
` [Stable-8.2.3 107/116] hw/net/lan9118: Fix overflow in MIL TX FIFO
` [Stable-8.2.3 108/116] hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set
` [Stable-8.2.3 109/116] hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()
` [Stable-8.2.3 110/116] hw/audio/virtio-snd: Remove unused assignment
` [Stable-8.2.3 111/116] linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2, 4}
` [Stable-8.2.3 112/116] virtio-pci: fix use of a released vector
` [Stable-8.2.3 113/116] hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately
` [Stable-8.2.3 114/116] hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus
` [Stable-8.2.3 115/116] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs
` [Stable-8.2.3 116/116] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS


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