qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-16 19:59:00 to 2024-04-18 16:10:36 UTC [more...]

[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

[PATCH] migration: do not exit on incoming failure
 2024-04-18 15:47 UTC  (7+ messages)

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 0/5] target/arm: Update emulation.rst, add some easy features
 2024-04-18 15:20 UTC  (6+ 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 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 v2 00/13] SMMUv3 nested translation support
 2024-04-18 14:48 UTC  (11+ messages)
` [RFC PATCH v2 03/13] hw/arm/smmu: Consolidate ASID and VMID types
` [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 0/2] Fix pointer arithmetic in indirect read for libvhost-user and libvduse
 2024-04-18 13:57 UTC  (6+ messages)
` [PATCH 1/2] libvhost-user: Fix pointer arithmetic in indirect read

[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  (8+ messages)
` [PATCH 1/3] hw/cxl/cxl-cdat: Make ct3_load_cdat() "
` [PATCH 2/3] hw/cxl/cxl-cdat: Make ct3_build_cdat() "
` [PATCH 3/3] hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() "

Deprecation/removal of nios2 target support
 2024-04-18 12:49 UTC  (3+ messages)

[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  (35+ messages)
` [PATCH 01/21] gdbstub: Simplify #ifdef'ry in helpers.h
` [PATCH 02/21] hw/core: Remove check on NEED_CPU_H in tcg-cpu-ops.h
` [PATCH 03/21] exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
` [PATCH 04/21] exec: Include 'cpu.h' before validating CPUArchState placement
` [PATCH 05/21] exec: Expose 'target_page.h' API to user emulation
` [PATCH 06/21] target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'
` [PATCH 07/21] accel: Include missing 'exec/cpu_ldst.h' header
` [PATCH 08/21] gdbstub: Include missing 'hw/core/cpu.h' header
` [PATCH 09/21] semihosting/uaccess: Avoid including 'cpu.h'
` [PATCH 10/21] semihosting/guestfd: Remove unused 'semihosting/uaccess.h' header
` [PATCH 11/21] exec/cpu-all: Reduce 'qemu/rcu.h' header inclusion
` [PATCH 12/21] target/ppc/excp_helper: Avoid 'abi_ptr' in system emulation
` [PATCH 13/21] accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'
` [PATCH 14/21] target/i386: Include missing 'exec/exec-all.h' header
` [PATCH 15/21] accel/tcg: Include missing 'hw/core/cpu.h' header
` [PATCH 16/21] exec/cpu-all: Remove unused 'qemu/thread.h' header
` [PATCH 17/21] exec/cpu-all: Remove unused tswapls() definitions
` [PATCH 18/21] exec: Declare target_words_bigendian() in 'exec/tswap.h'
` [PATCH 19/21] exec: Move [b]tswapl() declarations to 'exec/user/tswap-target.h'
` [PATCH 20/21] exec/user: Do not include 'cpu.h' in 'abitypes.h'
` [PATCH 21/21] exec: Declare abi_ptr type in its own 'abi_ptr.h' header

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

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

[PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
 2024-04-18 10:39 UTC  (6+ 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

[RFC PATCH 0/4] target/riscv/kvm: QEMU support for KVM Guest Debug on RISC-V
 2024-04-18  9:46 UTC  (4+ messages)
` [RFC PATCH 1/4] target/riscv/kvm: add software breakpoints support

[PATCH] virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
 2024-04-18  9:46 UTC  (6+ messages)

Hermetic virtio-vsock in QEMU
 2024-04-18  9:34 UTC  (4+ messages)

[PATCH] pythondeps.toml: warn about updates needed to docs/requirements.txt
 2024-04-18  9:16 UTC 

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-04-18  9:01 UTC  (5+ messages)
` [PATCH v3 1/2] cxl/core: correct length of DPA field masks
` [PATCH v3 2/2] cxl/core: add poison creation event handler

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

[PATCH v2 0/4] hw/i2c: Convert to spec v7 (inclusive) terminology
 2024-04-18  8:32 UTC  (5+ messages)
` [PATCH v2 2/4] hw/i2c: Fix checkpatch line over 80 chars warnings

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

[PATCH v2 00/13] Drop old distros, bump glib and switch to glib URI parsing code
 2024-04-18  6:19 UTC  (7+ messages)
` [PATCH v2 04/13] tests: Update our CI to use CentOS Stream 9 instead of 8
` [PATCH v2 09/13] block/gluster: Use URI parsing code from glib

[PATCH] Add zh_TW Traditional Chinese translation
 2024-04-18  2:22 UTC  (6+ messages)

[PATCH v2] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-17 22:54 UTC  (3+ messages)

[PATCH v3] riscv: thead: Add th.sxstatus CSR emulation
 2024-04-17 22:54 UTC 

Add 'info pg' command to monitor
 2024-04-17 21:26 UTC  (9+ messages)

[PATCH for-9.1] util/log: add cleanup function
 2024-04-17 18:33 UTC 

[PATCH v6 0/3] ui/console: Private QemuDmaBuf struct
 2024-04-17 18:16 UTC  (11+ messages)
` [PATCH v6 1/3] ui/console: Introduce dpy_gl_qemu_dmabuf_get_..() helpers
` [PATCH v6 2/3] ui/console: Introduce dpy_gl_qemu_dmabuf_set_..() helpers
` [PATCH v6 3/3] ui/console: Introduce dpy_gl_qemu_dmabuf_new() and free() helpers

[PATCH v6 0/2] Implement SSH commands in QEMU GA for Windows
 2024-04-17 17:12 UTC  (4+ messages)

[PATCH v2] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed
 2024-04-17 16:41 UTC  (7+ messages)

[PATCH 0/7] plugins: Use unwind info for special gdb registers
 2024-04-17 15:39 UTC  (4+ messages)

[PATCH] hw/i386/acpi-build: Return a pre-computed _PRT table
 2024-04-17 13:53 UTC 

[PATCH 0/2] ppc/pnv: ADU model for POWER9/10
 2024-04-17 12:25 UTC  (5+ messages)
` [PATCH 1/2] ppc/pnv: Begin a more complete ADU LPC "
` [PATCH 2/2] ppc/pnv: Implement ADU access to LPC space

[PATCH for-9.0 v3 0/2] qtest/virtio-9p-test.c: fix slow tests
 2024-04-17 12:20 UTC  (6+ messages)
` [PATCH for-9.0 v3 2/2] qtest/virtio-9p-test.c: remove g_test_slow() gate

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-17 11:59 UTC  (15+ messages)
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v6 10/12] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions

[QEMU][PATCH v3 0/7] Xen: support grant mappings
 2024-04-17 10:34 UTC  (8+ messages)
` [QEMU][PATCH v3 5/7] memory: add MemoryRegion map and unmap callbacks

[PATCH RFC] prevent overflow in xlnx_dpdma_desc_get_source_address()
 2024-04-17 10:05 UTC  (3+ messages)

[PATCH 0/3] target/i386/cpu: Misc cleanup for warning message
 2024-04-17  8:34 UTC  (2+ messages)

[PATCH v11 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-17  8:53 UTC  (8+ messages)
` [PATCH v11 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
        ` [External] "

Questions about calculation of executed icount
 2024-04-17  6:19 UTC 

[RFC QEMU PATCH v9 0/1] S3 support
 2024-04-17  5:58 UTC  (6+ messages)
` [RFC QEMU PATCH v9 2/2] virtio-pci: implement No_Soft_Reset bit

Intention to work on GSoC project
 2024-04-17  4:23 UTC  (4+ messages)

[PATCH v2 00/10] Add a host IOMMU device abstraction
 2024-04-17  4:22 UTC  (6+ messages)
` [PATCH v2 02/10] vfio: Introduce HIODLegacyVFIO device

[PATCH v9 00/20] virtio-net RSS/hash report fixes and improvements
 2024-04-17  4:18 UTC  (8+ messages)
` [PATCH v9 13/20] virtio-net: Return an error when vhost cannot enable RSS

[PATCH] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed
 2024-04-17  2:54 UTC  (2+ messages)

[PATCH v8] virtio-pci: fix use of a released vector
 2024-04-17  2:42 UTC  (4+ messages)

[PATCH for-9.1 v3 0/2] target/riscv: set tval in breakpoints
 2024-04-17  2:40 UTC  (4+ messages)
` [PATCH for-9.1 v3 1/2] target/riscv/debug: set tval=pc in breakpoint exceptions
` [PATCH for-9.1 v3 2/2] trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint

[PATCH for-9.0] ppc440_pcix: Do not expose a bridge device on PCI bus
 2024-04-17  2:09 UTC  (6+ messages)

[ANNOUNCE] QEMU 9.0.0-rc4 is now available
 2024-04-16 22:03 UTC 

[PATCH for-9.1 v2 0/2] target/riscv: set (m|s)tval on
 2024-04-16 19:58 UTC  (3+ messages)
` [PATCH for-9.1 v2 2/2] trans_privileged.c.inc: set (m|s)tval on ebreak breakpoint


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