qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-18 09:52:00 to 2024-04-18 23:31:56 UTC [more...]

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-04-18 23:10 UTC  (7+ 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 03/12] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [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 0/2] Fix pointer arithmetic in indirect read for libvhost-user and libvduse
 2024-04-18 23:12 UTC  (7+ messages)
` [PATCH 1/2] libvhost-user: Fix pointer arithmetic in indirect read

[PATCH v7 0/5] ui/console: Private QemuDmaBuf struct
 2024-04-18 22:05 UTC  (6+ 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] hw/sparc64: set iommu_platform=on for virtio devices attached to the sun4u machine
 2024-04-18 20:57 UTC 

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

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

[PATCH 0/5] Sparc CPU naming and help text improvements
 2024-04-18 20:30 UTC  (12+ 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 "+"

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

[PATCH 00/24] include/exec: Rework (part 2)
 2024-04-18 19:35 UTC  (27+ 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'

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-18 19:00 UTC  (12+ 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

Deprecation/removal of nios2 target support
 2024-04-18 18:41 UTC  (8+ messages)

[RFC PATCH v2 00/13] SMMUv3 nested translation support
 2024-04-18 18:11 UTC  (10+ messages)
` [RFC PATCH v2 04/13] hw/arm/smmuv3: Translate CD and TT using stage-2 table
` [RFC PATCH v2 05/13] hw/arm/smmu-common: Support nested translation
` [RFC PATCH v2 06/13] hw/arm/smmu: Support nesting in smmuv3_range_inval()
` [RFC PATCH v2 07/13] hw/arm/smmu: Support nesting in the rest of commands

[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  (30+ messages)
` [Stable-8.2.3 088/116] tcg/optimize: Do not attempt to constant fold neg_vec
` [Stable-8.2.3 089/116] linux-user: Fix waitid return of siginfo_t and rusage
` [Stable-8.2.3 090/116] target/sh4: mac.w: memory accesses are 16-bit words
` [Stable-8.2.3 091/116] target/sh4: Merge mach and macl into a union
` [Stable-8.2.3 092/116] target/sh4: Fix mac.l with saturation enabled
` [Stable-8.2.3 093/116] target/sh4: Fix mac.w "
` [Stable-8.2.3 094/116] target/sh4: add missing CHECK_NOT_DELAY_SLOT
` [Stable-8.2.3 095/116] target/m68k: Map FPU exceptions to FPSR register
` [Stable-8.2.3 096/116] hw/virtio: Introduce virtio_bh_new_guarded() helper
` [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

[PATCH v3 0/6] target/arm: Do memory alignment check for device memory
 2024-04-18 17:40 UTC  (6+ messages)
` [PATCH v3 5/6] target/arm: Do memory type alignment check when translation disabled

[PATCH v5 0/3] Add support for the RAPL MSRs series
 2024-04-18 16:57 UTC  (6+ messages)
` [PATCH v5 3/3] Add support for RAPL MSRs in KVM/Qemu

[PATCH] migration: do not exit on incoming failure
 2024-04-18 16:57 UTC  (9+ messages)

[PATCH 0/5] target/arm: Update emulation.rst, add some easy features
 2024-04-18 16:15 UTC  (8+ messages)
` [PATCH 1/5] docs/system/arm/emulation.rst: Add missing implemented features
` [PATCH 2/5] target/arm: Enable FEAT_CSV2_3 for -cpu max
` [PATCH 3/5] target/arm: Enable FEAT_ETS2 "
` [PATCH 4/5] target/arm: Implement ID_AA64MMFR3_EL1
` [PATCH 5/5] target/arm: Enable FEAT_Spec_FPACC for -cpu max

[PATCH v3 00/16] Add AST2700 support
 2024-04-18 16:14 UTC  (5+ messages)
` [PATCH v3 08/16] aspeed/smc: support 64 bits dma dram address
` [PATCH v3 09/16] aspeed/smc: Add AST2700 support

[PATCH 0/2] include: Rename some expanded headers using '.h.inc' suffix
 2024-04-18 16:09 UTC  (3+ messages)
` [PATCH 1/2] hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
` [PATCH 2/2] accel/tcg: Rename load-extract/store-insert headers using .h.inc suffix

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-04-18 15:43 UTC  (2+ messages)

[PATCH] vhost-user-test: no set non-blocking for cal fd less than 0
 2024-04-18 15:40 UTC  (3+ messages)

[PATCH v7 00/10] Support blob memory and venus on qemu
 2024-04-18 15:20 UTC  (8+ messages)
` [PATCH v7 07/10] virtio-gpu: Handle resource blob commands

[PATCH] tcg: Fix the overflow in indexing tcg_ctx->temps
 2024-04-18 14:58 UTC  (2+ messages)

[RFC PATCH 0/3] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-04-18 13:39 UTC  (4+ messages)
` [RFC PATCH 1/3] target/riscv: change RISCV_EXCP_SEMIHOST exception number
` [RFC PATCH 2/3] target/riscv: add Ssdbltrp extension support
` [RFC PATCH 3/3] target/riscv: add Smdbltrp "

[PATCH 0/3] hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean
 2024-04-18 13:38 UTC  (6+ messages)
` [PATCH 3/3] "

[PATCH-for-9.1 v2 0/3] target/nios2: Remove the deprecated Nios II target
 2024-04-18 12:04 UTC  (4+ messages)
` [PATCH-for-9.1 v2 2/3] "

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-04-18 11:37 UTC  (2+ messages)

[PATCH 00/21] exec/next for 9.1
 2024-04-18 10:59 UTC  (7+ messages)
` [PATCH 09/21] semihosting/uaccess: Avoid including 'cpu.h'
` [PATCH 13/21] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'

[PATCH] accel/tcg/icount-common: Consolidate the use of warn_report_once()
 2024-04-18 10:07 UTC  (2+ messages)

[PATCH v3 00/13] Drop old distros, bump glib and switch to glib URI parsing code
 2024-04-18 10:10 UTC  (14+ messages)
` [PATCH v3 01/13] tests: Remove Ubuntu 20.04 container
` [PATCH v3 02/13] tests/lcitool/libvirt-ci: Update to the latest master branch
` [PATCH v3 03/13] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update
` [PATCH v3 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8
` [PATCH v3 05/13] .travis.yml: Update the jobs to Ubuntu 22.04
` [PATCH v3 06/13] ci: move external build environment setups to CentOS Stream 9
` [PATCH v3 07/13] Bump minimum glib version to v2.66
` [PATCH v3 08/13] Remove glib compatibility code that is not required anymore
` [PATCH v3 09/13] block/gluster: Use URI parsing code from glib
` [PATCH v3 10/13] block/nbd: "
` [PATCH v3 11/13] block/nfs: "
` [PATCH v3 12/13] block/ssh: "
` [PATCH v3 13/13] util/uri: Remove the old URI parsing code


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