messages from 2025-05-21 12:21:58 to 2025-05-22 06:51:45 UTC [more...]
[PATCH rfcv3 00/21] intel_iommu: Enable stage-1 translation for passthrough device
2025-05-22 6:50 UTC (6+ messages)
` [PATCH rfcv3 05/21] vfio/iommufd: Save vendor specific device info
` [PATCH rfcv3 15/21] intel_iommu: Bind/unbind guest page table to host
[PATCH v3 00/20] Maintainer updates for May (testing, plugins, virtio-gpu) - pre-PR
2025-05-22 6:45 UTC (34+ messages)
` [PATCH v3 01/20] tests/docker: expose $HOME/.cache/qemu as docker volume
` [PATCH v3 02/20] gitlab: disable debug info on CI builds
` [PATCH v3 03/20] tests/tcg: make aarch64 boot.S handle different starting modes
` [PATCH v3 04/20] tests/qtest: fix igb test failure under --enable-ubsan
` [PATCH v3 05/20] tests/Makefile: include test-plugins in per-arch build deps
` [PATCH v3 06/20] tests/functional: Add PCI hotplug test for aarch64
` [PATCH v3 07/20] contrib/plugins: add a scaling factor to the ips arg
` [PATCH v3 08/20] contrib/plugins: allow setting of instructions per quantum
` [PATCH v3 09/20] MAINTAINERS: add myself to virtio-gpu for Odd Fixes
` [PATCH v3 10/20] MAINTAINERS: add Akihiko and Dmitry as reviewers
` [PATCH v3 11/20] hw/display: re-arrange memory region tracking
` [PATCH v3 12/20] virtio-gpu: fix hang under TCG when unmapping blob
` [PATCH v3 13/20] virtio-gpu: refactor async blob unmapping
` [PATCH v3 14/20] ui/gtk-gl-area: Remove extra draw call in refresh
` [PATCH v3 15/20] virtio-gpu: support context init multiple timeline
` [PATCH v3 16/20] include/exec: fix assert in size_memop
` [PATCH v3 17/20] include/gdbstub: fix include guard in commands.h
` [PATCH v3 18/20] gdbstub: assert earlier in handle_read_all_regs
` [PATCH v3 19/20] gdbstub: Implement qGDBServerVersion packet
` [PATCH v3 20/20] gdbstub: update aarch64-core.xml
[PATCH] vfio/igd: Fix incorrect error propagation in vfio_pci_igd_opregion_detect()
2025-05-22 6:44 UTC (4+ messages)
[PATCH V3 00/42] Live update: vfio and iommufd
2025-05-22 6:37 UTC (21+ messages)
` [PATCH V3 10/42] vfio/container: restore DMA vaddr
` [PATCH V3 29/42] backends/iommufd: change process ioctl
` [PATCH V3 32/42] vfio/iommufd: export iommufd_cdev_get_info_iova_range
` [PATCH V3 37/42] vfio/iommufd: reconstruct device
` [PATCH V3 38/42] vfio/iommufd: reconstruct hw_caps
` [PATCH V3 39/42] vfio/iommufd: reconstruct hwpt
[PATCH v7 0/2] tests/functional: add memlock tests
2025-05-22 5:19 UTC (4+ messages)
` [PATCH v7 1/2] tests/functional: add skipLockedMemoryTest decorator
` [PATCH v7 2/2] tests/functional: add memlock tests
[PATCH v2 00/12] qapi: remove all TARGET_* conditionals from the schema
2025-05-22 5:12 UTC (12+ messages)
` [PATCH v2 02/12] qapi: expand docs for SEV commands
` [PATCH v2 08/12] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
` [PATCH v2 09/12] qapi: make most CPU commands unconditionally available
[PATCH v2 0/7] single-binary: build target common libraries with dependencies
2025-05-22 4:53 UTC (10+ messages)
` [PATCH v2 1/7] meson: build target libraries with common dependencies
` [PATCH v2 2/7] hw/arm: remove explicit dependencies listed
` [PATCH v2 3/7] target/arm: "
` [PATCH v2 4/7] meson: apply target config for picking files from lib{system, user}
` [PATCH v2 5/7] meson: merge lib{system, user}_ss with {system, user}_ss
` [PATCH v2 6/7] meson: remove lib{system, user}_ss aliases
` [PATCH v2 7/7] meson: merge hw_common_arch in target_common_system_arch
[PATCH] virtio-net: Add queues for RSS during migration
2025-05-22 4:39 UTC (9+ messages)
[PATCH] check loongarch64 vldi immediates Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2971 Signed-off-by: Lorenz Hetterich <lorenz.hetterich@cispa.de>
2025-05-22 4:05 UTC (2+ messages)
[PATCH v3 0/5] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference
2025-05-22 3:47 UTC (8+ messages)
` [PATCH v3 1/5] hw/arm/aspeed_ast2700-fc: Fix null pointer dereference in ca35 init
` [PATCH v3 2/5] hw/arm/aspeed_ast27x0: Fix unimplemented region overlap with vbootrom
` [PATCH v3 2/5] hw/arm/aspeed_ast27x0: Remove unused iomem region overlapping VBootROM
` [PATCH v3 3/5] hw/arm/aspeed_ast27x0-fc: Map ca35 memory into system memory
` [PATCH v3 4/5] hw/arm/fby35: Map BMC "
` [PATCH v3 5/5] docs: Remove ast2700fc from Aspeed family boards
[PATCH V2] vhost: Don't set vring call if guest notifier is unused
2025-05-22 3:39 UTC (5+ messages)
[PATCH v3 0/8] Add additional plugin API functions to read and write memory and registers
2025-05-22 3:34 UTC (10+ messages)
` [PATCH v3 1/8] Expose gdb_write_register function to consumers of gdbstub
` [PATCH v3 2/8] Add register write API
` [PATCH v3 4/8] Add memory virtual address "
` [PATCH v3 5/8] Add memory hardware address read/write API
[PATCH v2 0/3] Fix RAM size detection failure on BE hosts
2025-05-22 2:33 UTC (4+ messages)
` [PATCH v2 1/3] hw/intc/aspeed: Set impl.min_access_size to 4
` [PATCH v2 2/3] hw/intc/aspeed Fix coding style
` [PATCH v2 3/3] hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts
[PATCH v4 0/1] fix the way riscv_plic_hart_config_string() gets the CPUState
2025-05-22 2:28 UTC (2+ messages)
` [PATCH v4 1/1] hw/riscv: fix PLIC hart topology configuration string when not getting CPUState correctly
[PATCH v3 0/1] fix the way riscv_plic_hart_config_string() gets the CPUState
2025-05-22 1:29 UTC (4+ messages)
` [PATCH v3 1/1] hw/riscv: fix PLIC hart topology configuration string when not getting CPUState correctly
[PATCH v1 0/3] Fix RAM size detection failure on BE hosts
2025-05-22 1:28 UTC (8+ messages)
` [PATCH v1 1/3] hw/intc/aspeed: Set impl.min_access_size to 4
` [PATCH v1 2/3] hw/intc/aspeed Fix coding style
` [PATCH v1 3/3] hw/arm/aspeed_ast27x0: Fix RAM size detection failure on BE hosts
[PATCH v11 0/8] Support RISC-V IOPMP
2025-05-22 1:24 UTC (7+ messages)
` [PATCH v11 5/8] hw/misc/riscv_iopmp_txn_info: Add struct for transaction infomation
` [PATCH v11 6/8] hw/misc/riscv_iopmp: Add RISC-V IOPMP device
` [PATCH v11 8/8] hw/riscv/virt: Add IOPMP support
[PATCH v2 0/2] migration: Some fix and enhancements to HMP "info migrate"
2025-05-22 1:07 UTC (7+ messages)
` [PATCH v2 2/2] migration/hmp: Add "info migrate -a", reorg the dump
[PATCH v2 0/2] Extend and configure PMP region count
2025-05-22 0:26 UTC (5+ messages)
` [PATCH v2 1/2] target/riscv: Extend PMP region up to 64
` [PATCH v2 2/2] target/riscv: Make PMP region count configurable
[PATCH RFC V5 00/30] Support of Virtual CPU Hotplug for ARMv8 Arch
2025-05-21 23:54 UTC (4+ messages)
[PATCH v3 00/14] qapi: remove all TARGET_* conditionals from the schema
2025-05-21 22:37 UTC (15+ messages)
` [PATCH v3 01/14] qapi: expose rtc-reset-reinjection command unconditionally
` [PATCH v3 02/14] qapi: expand docs for SEV commands
` [PATCH v3 03/14] qapi: make SEV commands unconditionally available
` [PATCH v3 04/14] qapi: expose query-gic-capability command unconditionally
` [PATCH v3 05/14] qapi: make SGX commands unconditionally available
` [PATCH v3 06/14] qapi: make Xen event "
` [PATCH v3 07/14] qapi: remove the misc-target.json file
` [PATCH v3 08/14] qapi: Make CpuModelExpansionInfo::deprecated-props optional and generic
` [PATCH v3 09/14] qapi: make s390x specific CPU commands unconditionally available
` [PATCH v3 10/14] qapi: remove qapi_specific_outputs from meson.build
` [PATCH v3 11/14] qapi: make all generated files common
` [PATCH v3 12/14] qapi: use imperative style in documentation
` [PATCH v3 13/14] qapi/misc-i386: s/field will be set/field is set/
` [PATCH v3 14/14] qapi/misc-i386: move errors to their own documentation section
[PATCH 0/6] single-binary: build target common libraries with dependencies
2025-05-21 22:38 UTC (2+ messages)
[PATCH v13 0/5] arm/virt: CXL support via pxb_cxl
2025-05-21 22:07 UTC (12+ messages)
` [PATCH v13 1/5] hw/cxl-host: Add an index field to CXLFixedMemoryWindow
` [PATCH v13 2/5] hw/cxl: Make the CXL fixed memory windows devices
` [PATCH v13 5/5] qtest/cxl: Add aarch64 virt test for CXL
[PATCH] vfio/container: pass MemoryRegion to DMA operations
2025-05-21 21:58 UTC (2+ messages)
Rust in QEMU update, April 2025
2025-05-21 21:00 UTC (6+ messages)
[PATCH 00/22] ACPI PCI Hotplug support on ARM
2025-05-21 20:19 UTC (9+ messages)
` [PATCH 08/22] hw/pci-host/gpex-acpi: Use build_pci_host_bridge_osc_method
` [PATCH 14/22] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
[PATCH] file-posix: Probe paths and retry SG_IO on potential path errors
2025-05-21 18:23 UTC (8+ messages)
QEMU 10.1 release schedule
2025-05-21 19:37 UTC (2+ messages)
[PATCH v5 00/25] tcg-plugins: add hooks for discontinuities
2025-05-21 19:03 UTC (6+ messages)
` [PATCH v5 23/25] tests: add plugin asserting correctness of discon event's to_pc
[PATCH] target/arm: Ignore SCTLR_EL2.EnSCXT when !ELIsInHost()
2025-05-21 19:02 UTC
[PATCH] trace/simple: seperate hot paths of tracing fucntions
2025-05-21 18:16 UTC (4+ messages)
[PATCH v5 0/9] scripts/checkpatch: fix SPDX-License-Identifier detection
2025-05-21 17:18 UTC (3+ messages)
` [PATCH v5 10/9] scripts/checkpatch.pl: mandate SPDX tag for Rust src files
[PATCH] tests/functional/test_sparc64_tuxrun: Explicitly set the 'sun4u' machine
2025-05-21 17:02 UTC (2+ messages)
[PATCH v2] docs/interop: convert text files to restructuredText
2025-05-21 16:52 UTC (4+ messages)
` [PATCH v2 1/1] "
[PATCH v2 00/24] block: do not drain while holding the graph lock
2025-05-21 16:36 UTC (9+ messages)
` [PATCH v2 06/24] block: mark change_aio_ctx() callback and instances as GRAPH_RDLOCK(_PTR)
` [PATCH v2 07/24] block: mark bdrv_child_change_aio_context() GRAPH_RDLOCK
` [PATCH v2 08/24] block: move drain outside of bdrv_change_aio_context() and mark GRAPH_RDLOCK
` [PATCH v2 09/24] block: move drain outside of bdrv_try_change_aio_context()
[PATCH 0/3] target/riscv: profile handling fixes
2025-05-21 16:34 UTC (11+ messages)
` [PATCH 1/3] target/riscv/tcg: restrict satp_mode changes in cpu_set_profile
` [PATCH 2/3] target/riscv/tcg: decouple profile enablement from user prop
` [PATCH 3/3] target/riscv: add profile->present flag
[PATCH] ui/vnc: Update display update interval when VM state changes to RUNNING
2025-05-21 16:04 UTC (3+ messages)
RFC: lowrisc_eth network model
2025-05-21 16:01 UTC (4+ messages)
` [RFC 1/3] hw/net: add lowrisc ethernet support
` [RFC 2/3] hw/net: add bit-bang mdio decoding helper (mdio_bb)
` [RFC 3/3] hw/net: lowrisc: initial mdio_bb work
Adding CVA6 machine to RISC-V
2025-05-21 15:54 UTC (3+ messages)
` [PATCH 1/2] hw/riscv: add CVA6 machine
` [PATCH 2/2] target/riscv: add cva6 cpu type
[PATCH v2 00/17] maintainer updates for feb25 (qtest, gdbstub, plugins) pre-PR
2025-05-21 15:41 UTC (7+ messages)
` [PATCH v2 11/17] gdbstub: Try unlinking the unix socket before binding
[PULL 00/14] NBD patches for 2025-05-14
2025-05-21 15:32 UTC (4+ messages)
` [PULL 13/14] tests: Add iotest mirror-sparse for recent patches
[PATCH] vfio/iommufd: Add comment emphasizing no movement of hiod->realize() call
2025-05-21 15:26 UTC (3+ messages)
[PATCH] tests/functional: Set 'pc' machine type instead of relying on the default
2025-05-21 15:26 UTC (2+ messages)
[PATCH v2] vfio/igd: Respect x-igd-opregion=off in IGD quirk handling
2025-05-21 15:19 UTC (4+ messages)
[RFC PATCH 0/6] rust: make usage of bitmasks and bitfields nicer
2025-05-21 15:05 UTC (11+ messages)
` [RFC PATCH 1/6] rust: add "bits", a custom bitflags implementation
` [RFC PATCH 5/6] rust: pl011: switch from bilge to bitfield-struct
[PATCH 0/4] An overdue deprecation, a doc fix, a bit of cleanup
2025-05-21 14:59 UTC (8+ messages)
` [PATCH 1/4] docs/about: Belatedly document tightening of QMP device_add checking
` [PATCH 2/4] qapi/migration: Deprecate migrate argument @detach
[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
2025-05-21 14:49 UTC (4+ messages)
` [PATCH v2 05/20] amd_iommu: Add helper function to extract the DTE
[PATCH] tests/functional/test_mem_addr_space: Use set_machine() to select the machine
2025-05-21 14:37 UTC
[PULL 00/35] RISCV, i386, endianness fixes for 2025-05-20
2025-05-21 14:06 UTC (2+ messages)
[PATCH v5 0/6] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
2025-05-21 13:52 UTC (7+ messages)
` [PATCH v5 1/6] io: Fix partial struct copy in qio_dns_resolver_lookup_sync_inet()
` [PATCH v5 2/6] util/qemu-sockets: Refactor setting client sockopts into a separate function
` [PATCH v5 3/6] util/qemu-sockets: Refactor success and failure paths in inet_listen_saddr()
` [PATCH v5 4/6] util/qemu-sockets: Add support for keep-alive flag to passive sockets
` [PATCH v5 5/6] util/qemu-sockets: Refactor inet_parse() to use QemuOpts
` [PATCH v5 6/6] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
[PATCH v2 00/29] vfio-user client
2025-05-21 13:13 UTC (5+ messages)
` [PATCH v2 10/29] vfio/container: pass MemoryRegion to DMA operations
[PULL 0/2] Firmware/seabios 20231128 patches
2025-05-21 12:49 UTC (2+ messages)
[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-05-21 12:37 UTC (5+ messages)
` [PATCH v2 21/25] hw/s390x/ipl: Set IPIB flags for secure IPL
` [PATCH v2 25/25] docs/system/s390x: Add secure IPL documentation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).