messages from 2025-06-02 19:59:02 to 2025-06-03 11:51:42 UTC [more...]
[PATCH 00/16] hw/pci-host/raven clean ups
2025-06-03 11:50 UTC (15+ messages)
` [PATCH 01/16] hw/pci-host/raven: Remove is-legacy-prep property
` [PATCH 02/16] hw/pci-host/raven: Revert "raven: Move BIOS loading from board code to PCI host"
` [PATCH 03/16] hw/pci-host/raven: Simplify PCI facing part
` [PATCH 04/16] hw/pci-host/raven: Simplify host bridge type declaration
` [PATCH 05/16] hw/pci-host/raven: Use DEFINE_TYPES macro
` [PATCH 10/16] hw/pci-host/raven: Use correct parameter in direct access ops
` [PATCH 11/16] hw/pci-host/raven: Do not use parent object for mmcfg region
[PATCH] i386/kvm: Prefault memory on page state change
2025-06-03 11:47 UTC (3+ messages)
[PULL 00/58] Misc single binary patches for 2025-04-25
2025-06-03 11:38 UTC (9+ messages)
` [PULL 36/58] pc-bios: Move device tree files in their own subdir
[PULL 00/23] Misc VNC, I/O, Crypto & checkpatch fixes
2025-06-03 11:30 UTC (4+ messages)
` [PULL 02/23] ui/vnc: take account of client byte order in pixman format
[PATCH 0/2] i386/tdx: Fix build on 32-bit host
2025-06-03 11:26 UTC (4+ messages)
` [PATCH 1/2] "
[PATCH] tests/functional: Use the 'none' machine for the VNC test
2025-06-03 11:21 UTC (3+ messages)
[PATCH v3 0/2] semihosting/uaccess: Compile once
2025-06-03 11:17 UTC (2+ messages)
[PATCH v4] target/loongarch: fix vldi/xvldi raise wrong error
2025-06-03 11:15 UTC (4+ messages)
[PATCH v1] vhost: Fix used memslot tracking when destroying a vhost device
2025-06-03 11:13 UTC
[PATCH v3 0/2] ui/vnc: Do not copy z_stream
2025-06-03 11:12 UTC (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] ui/vnc: Introduce the VncWorker type
[PATCH v4 00/17] Maintainer updates for May (testing, plugins, virtio-gpu) - pre-PR
2025-06-03 11:02 UTC (18+ messages)
` [PATCH v4 01/17] tests/docker: expose $HOME/.cache/qemu as docker volume
` [PATCH v4 02/17] gitlab: disable debug info on CI builds
` [PATCH v4 03/17] tests/tcg: make aarch64 boot.S handle different starting modes
` [PATCH v4 04/17] tests/qtest: Avoid unaligned access in IGB test
` [PATCH v4 05/17] contrib/plugins: add a scaling factor to the ips arg
` [PATCH v4 06/17] contrib/plugins: allow setting of instructions per quantum
` [PATCH v4 07/17] MAINTAINERS: add myself to virtio-gpu for Odd Fixes
` [PATCH v4 08/17] MAINTAINERS: add Akihiko and Dmitry as reviewers
` [PATCH v4 09/17] hw/display: re-arrange memory region tracking
` [PATCH v4 10/17] virtio-gpu: refactor async blob unmapping
` [PATCH v4 11/17] ui/gtk-gl-area: Remove extra draw call in refresh
` [PATCH v4 12/17] virtio-gpu: support context init multiple timeline
` [PATCH v4 13/17] include/exec: fix assert in size_memop
` [PATCH v4 14/17] include/gdbstub: fix include guard in commands.h
` [PATCH v4 15/17] gdbstub: assert earlier in handle_read_all_regs
` [PATCH v4 16/17] gdbstub: Implement qGDBServerVersion packet
` [PATCH v4 17/17] gdbstub: update aarch64-core.xml
[PATCH V4 00/43] Live update: vfio and iommufd
2025-06-03 11:01 UTC (11+ messages)
` [PATCH V4 02/43] vfio: return mr from vfio_get_xlat_addr
` [PATCH V4 03/43] vfio/container: pass MemoryRegion to DMA operations
` [PATCH V4 04/43] vfio/pci: vfio_pci_put_device on failure
` [PATCH V4 07/43] vfio: vfio_find_ram_discard_listener
` [PATCH V4 08/43] vfio: move vfio-cpr.h
[PATCH v2 00/14] rust: bindings for Error
2025-06-03 10:32 UTC (12+ messages)
` [PATCH 03/14] util/error: expose Error definition to Rust code
` [PATCH 06/14] rust: qemu-api: add bindings to Error
` [PATCH 10/14] hpet: adjust VMState for consistency with Rust version
` [PATCH 14/14] docs: update Rust module status
[PATCH] tests/functional: Add a test for the realview-eb-mpcore machine
2025-06-03 10:15 UTC
[PATCH v6 0/5] Enable shared device assignment
2025-06-03 9:45 UTC (11+ messages)
` [PATCH v6 4/5] ram-block-attributes: Introduce RamBlockAttributes to manage RAMBlock with guest_memfd
[PATCH] hw/arm/virt: Check bypass iommu is not set for iommu-map DT property
2025-06-03 9:50 UTC (3+ messages)
[PATCH 0/3] TDX: Fix and enhancement
2025-06-03 9:27 UTC (10+ messages)
` [PATCH 1/3] i386/cpu: Rename enable_cpuid_0x1f to force_cpuid_0x1f
` [PATCH 2/3] i386/tdx: Fix the typo of the comment of struct TdxGuest
` [PATCH 3/3] i386/tdx: Clarify the error message of mrconfigid/mrowner/mrownerconfig
[PATCH 1/1] vhost: do not reset used_memslots when destroying vhost dev
2025-06-03 9:15 UTC (9+ messages)
[PATCH 00/21] migration: Unify capabilities and parameters
2025-06-03 9:03 UTC (24+ messages)
` [PATCH 01/21] migration: Normalize tls arguments
` [PATCH 02/21] migration: Remove MigrateSetParameters
` [PATCH 03/21] qapi/migration: Don't document MigrationParameter
` [PATCH 04/21] migration: Run a post update routine after setting parameters
` [PATCH 05/21] migration: Add a flag to track block-bitmap-mapping input
` [PATCH 06/21] migration: Remove checks for s->parameters has_* fields
` [PATCH 07/21] migration: Set block_bitmap_mapping unconditionally in query-migrate-parameters
` [PATCH 08/21] migration: Do away with usage of QERR_INVALID_PARAMETER_VALUE
` [PATCH 09/21] migration: Extract code to mark all parameters as present
` [PATCH 10/21] migration: Use QAPI_CLONE_MEMBERS in query_migrate_parameters
` [PATCH 11/21] migration: Use QAPI_CLONE_MEMBERS in migrate_params_test_apply
` [PATCH 12/21] migration: Use QAPI_CLONE_MEMBERS in migrate_params_apply
` [PATCH 13/21] migration: Use visitors in migrate_params_test_apply
` [PATCH 14/21] migration: Cleanup hmp_info_migrate_parameters
` [PATCH 15/21] migration: Add capabilities into MigrationParameters
` [PATCH 16/21] qapi/migration: Mark that query/set-migrate-parameters support capabilities
` [PATCH 17/21] migration: Remove s->capabilities
` [PATCH 18/21] qapi/migration: Deprecate capabilities commands
` [PATCH 19/21] migration: Allow migrate commands to provide the migration config
` [PATCH 20/21] libqtest: Add a function to check whether a QMP command supports a feature
` [PATCH 21/21] tests/qtest/migration: Add a test for config passing
[PATCH v3] target/loongarch: fix vldi/xvldi raise wrong error
2025-06-03 8:39 UTC (2+ messages)
[PATCH v2] target/loongarch: fix vldi/xvldi raise wrong error
2025-06-03 8:34 UTC (3+ messages)
[PATCH 0/2] ui/gtk: Add keep-aspect-ratio and scale option
2025-06-03 8:21 UTC (2+ messages)
TCG Address Sanitizer Optimization
2025-06-03 8:20 UTC (5+ messages)
[PATCH v2 00/27] tcg/optimize: Track and use known 1's
2025-06-03 8:09 UTC (28+ messages)
` [PATCH v2 01/27] tcg/optimize: Introduce arg_const_val
` [PATCH v2 02/27] tcg/optimize: Add one's mask to TempOptInfo
` [PATCH v2 03/27] tcg/optimize: Introduce fold_masks_zosa
` [PATCH v2 04/27] tcg/optimize: Build and use o_bits in fold_and
` [PATCH v2 05/27] tcg/optimize: Build and use o_bits in fold_andc
` [PATCH v2 06/27] tcg/optimize: Build and use z_bits and o_bits in fold_eqv
` [PATCH v2 07/27] tcg/optimize: Build and use z_bits and o_bits in fold_nand
` [PATCH v2 08/27] tcg/optimize: Build and use z_bits and o_bits in fold_nor
` [PATCH v2 09/27] tcg/optimize: Build and use z_bits and o_bits in fold_not
` [PATCH v2 10/27] tcg/optimize: Build and use one and affected bits in fold_or
` [PATCH v2 11/27] tcg/optimize: Build and use zero, one and affected bits in fold_orc
` [PATCH v2 12/27] tcg/optimize: Build and use o_bits in fold_xor
` [PATCH v2 13/27] tcg/optimize: Build and use o_bits in fold_bswap
` [PATCH v2 14/27] tcg/optimize: Build and use o_bits in fold_deposit
` [PATCH v2 15/27] tcg/optimize: Build and use o_bits in fold_extract
` [PATCH v2 16/27] tcg/optimize: Build and use z_bits and o_bits in fold_extract2
` [PATCH v2 17/27] tcg/optimize: Build and use o_bits in fold_exts
` [PATCH v2 18/27] tcg/optimize: Build and use o_bits in fold_extu
` [PATCH v2 19/27] tcg/optimize: Build and use o_bits in fold_movcond
` [PATCH v2 20/27] tcg/optimize: Build and use o_bits in fold_sextract
` [PATCH v2 21/27] tcg/optimize: Build and use o_bits in fold_shift
` [PATCH v2 22/27] tcg/optimize: Use fold_and in do_constant_folding_cond[12]
` [PATCH v2 23/27] tcg/optimize: Fold and to extract during optimize
` [PATCH v2 24/27] tcg/optimize: Simplify fold_and constant checks
` [PATCH v2 25/27] tcg/optimize: Simplify fold_andc "
` [PATCH v2 26/27] tcg/optimize: Simplify fold_orc "
` [PATCH v2 27/27] tcg/optimize: Simplify fold_eqv "
[PATCH] hw/riscv/riscv-iommu: Fix PPN field of Translation-reponse register
2025-06-03 8:02 UTC (4+ messages)
[PATCH v2] target/loongarch: add check for fcond
2025-06-03 7:40 UTC (2+ messages)
[PATCH] meson: use config_base_arch for target libraries
2025-06-03 7:12 UTC (4+ messages)
[PULL 00/13] QAPI patches patches for 2025-06-03
2025-06-03 6:36 UTC (14+ messages)
` [PULL 01/13] qapi: Tidy up run-together sentences in doc comments
` [PULL 02/13] qapi: Tidy up whitespace "
` [PULL 03/13] qapi: Move (since X.Y) to end of description
` [PULL 04/13] qapi: Avoid breaking lines within (since X.Y)
` [PULL 05/13] qapi: Drop a problematic (Since: 2.11) from query-hotpluggable-cpus
` [PULL 06/13] qapi: Correct spelling of QEMU in doc comments
` [PULL 07/13] qapi: Fix capitalization "
` [PULL 08/13] qapi: Use proper markup instead of CAPS for emphasis "
` [PULL 09/13] qapi: Spell JSON null correctly in blockdev-reopen documentation
` [PULL 10/13] qapi: Refer to job-FOO instead of deprecated block-job-FOO in docs
` [PULL 11/13] qapi: Mention both job-cancel and block-job-cancel in doc comments
` [PULL 12/13] qapi: Tidy up references to job state CONCLUDED
` [PULL 13/13] qapi: Improve documentation around job state @concluded
[PATCH 00/13] qapi: Doc fixes and improvements
2025-06-03 6:39 UTC (2+ messages)
[PATCH RFC v5 0/5] virtio-net: Offload hashing without eBPF
2025-06-03 6:35 UTC (2+ messages)
[RFC 00/11] aio: add the aio_add_sqe() io_uring API
2025-06-03 6:05 UTC (8+ messages)
` [RFC 08/11] aio-posix: gracefully handle io_uring_queue_init() failure
[PATCH v2 0/2] target/riscv: Support scontext-based trigger matching
2025-06-03 3:58 UTC (4+ messages)
` [PATCH v2 2/2] target/riscv: Support matching scontext in Sdtrig's textra CSRs
[PATCH] hw/loongarch/virt: inform guest of kvm
2025-06-03 3:58 UTC (3+ messages)
[PATCH v2 0/4] VFIO and IOMMU prerequisite stuff for IOMMU nesting support
2025-06-03 3:50 UTC (10+ messages)
` [PATCH v2 2/4] vfio/iommufd: Add properties and handlers to TYPE_HOST_IOMMU_DEVICE_IOMMUFD
` [PATCH v2 3/4] vfio/iommufd: Implement [at|de]tach_hwpt handlers
` [PATCH v2 4/4] vfio/iommufd: Save vendor specific device info
[PATCH v2] virtio-net: Add queues for RSS during migration
2025-06-03 3:00 UTC (2+ messages)
[PATCH] net: fix buffer overflow in af_xdp_umem_create()
2025-06-03 2:57 UTC (2+ messages)
[PATCH 0/5] Enable QEMU TCI to run 64bit guests on browsers
2025-06-03 2:41 UTC (2+ messages)
[PULL 00/31] virtio,pci,pc: features, fixes, tests
2025-06-03 1:09 UTC (9+ messages)
[PULL 00/77] i386, build system changes for 2025-05-30
2025-06-02 23:40 UTC (8+ messages)
` [PULL 02/77] hw/arm: remove explicit dependencies listed
[PATCH 0/2] Add support for NVMe Namespace and Boundary Atomic Parameters
2025-06-02 23:04 UTC (3+ messages)
` [PATCH 1/2] hw/nvme: enable ns atomic writes
` [PATCH 2/2] hw/nvme: add atomic boundary support
[PULL 0/1] Tracing patches
2025-06-02 22:29 UTC (2+ messages)
` [PULL 1/1] trace/simple: seperate hot paths of tracing fucntions
[PATCH 0/3] trace: seperate cold path of trace
2025-06-02 22:24 UTC (5+ messages)
` [PATCH 1/3] trace/syslog: seperate cold paths of tracing functions
` [PATCH 2/3] trace/ftrace: "
[PATCH] trace/simple: seperate hot paths of tracing fucntions
2025-06-02 22:25 UTC (2+ messages)
[PATCH v7 0/9] Add additional plugin API functions to read and write memory and registers
2025-06-02 21:44 UTC (7+ messages)
` [PATCH v7 1/9] gdbstub: Expose gdb_write_register function to consumers of gdbstub
` [PATCH v7 3/9] plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
` [PATCH v7 8/9] plugins: Remove use of qemu_plugin_read_register where it is not permitted
` [PATCH v7 9/9] plugins: Update plugin version and add notes
[PATCH v3 0/2] amd_iommu: Fixes
2025-06-02 20:54 UTC (2+ messages)
[PATCH 00/13] migration/postcopy: Blocktime tracking overhaul
2025-06-02 20:42 UTC (3+ messages)
` [PATCH 04/13] migration/postcopy: Make all blocktime vars 64bits
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).