messages from 2025-05-19 17:02:48 to 2025-05-20 11:10:23 UTC [more...]
[PULL 00/35] RISCV, i386, endianness fixes for 2025-05-20
2025-05-20 11:05 UTC (28+ messages)
` [PULL 01/35] i386/tcg: Make CPUID_HT and CPUID_EXT3_CMP_LEG supported
` [PULL 02/35] i386/hvf: Make CPUID_HT supported
` [PULL 03/35] hw/pci-host/gt64120: Fix endianness handling
` [PULL 04/35] hw/pci-host: Remove unused pci_host_data_be_ops
` [PULL 05/35] qapi/misc-target: Rename SGXEPCSection to SgxEpcSection
` [PULL 06/35] qapi/misc-target: Rename SGXInfo to SgxInfo
` [PULL 08/35] qapi/misc-target: Fix the doc to distinguish query-sgx and query-sgx-capabilities
` [PULL 09/35] hw/riscv: acpi: only create RHCT MMU entry for supported types
` [PULL 10/35] target/riscv: assert argument to set_satp_mode_max_supported is valid
` [PULL 11/35] target/riscv: cpu: store max SATP mode as a single integer
` [PULL 12/35] target/riscv: update max_satp_mode based on QOM properties
` [PULL 13/35] target/riscv: remove supported from RISCVSATPMap
` [PULL 15/35] target/riscv: introduce RISCVCPUDef
` [PULL 16/35] target/riscv: store RISCVCPUDef struct directly in the class
` [PULL 17/35] target/riscv: merge riscv_cpu_class_init with the class_base function
` [PULL 21/35] target/riscv: convert abstract CPU classes to RISCVCPUDef
` [PULL 24/35] target/riscv: convert dynamic CPU models "
` [PULL 25/35] target/riscv: convert SiFive E "
` [PULL 26/35] target/riscv: convert ibex "
` [PULL 27/35] target/riscv: convert SiFive U "
` [PULL 28/35] target/riscv: th: make CSR insertion test a bit more intuitive
` [PULL 29/35] target/riscv: generalize custom CSR functionality
` [PULL 30/35] target/riscv: convert THead C906 to RISCVCPUDef
` [PULL 31/35] target/riscv: convert TT Ascalon "
` [PULL 32/35] target/riscv: convert Ventana V1 "
` [PULL 33/35] target/riscv: convert Xiangshan Nanhu "
` [PULL 35/35] qom: reverse order of instance_post_init calls
[PATCH RFC] target: riscv: Fix satp mode initialization based on profile
2025-05-20 11:05 UTC (9+ messages)
[PATCH V2] vhost: Don't set vring call if guest notifier is unused
2025-05-20 11:04 UTC (4+ messages)
[PATCH] hw/arm: Add missing psci_conduit to NPCM8XX SoC boot info
2025-05-20 10:55 UTC (6+ messages)
[PATCH rfcv2 00/20] intel_iommu: Enable stage-1 translation for passthrough device
2025-05-20 10:47 UTC (6+ messages)
[PATCH v3] target/riscv/kvm: add satp mode for host cpu
2025-05-20 10:41 UTC
[PATCH v2 00/24] block: do not drain while holding the graph lock
2025-05-20 10:30 UTC (25+ messages)
` [PATCH v2 01/24] block: remove outdated comments about AioContext locking
` [PATCH v2 02/24] block: move drain outside of read-locked bdrv_reopen_queue_child()
` [PATCH v2 03/24] block/snapshot: move drain outside of read-locked bdrv_snapshot_delete()
` [PATCH v2 04/24] block: move drain outside of read-locked bdrv_inactivate_recurse()
` [PATCH v2 05/24] block: mark bdrv_parent_change_aio_context() GRAPH_RDLOCK
` [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 v2 10/24] block: move drain outside of bdrv_attach_child_common(_abort)()
` [PATCH v2 11/24] block: move drain outside of bdrv_set_backing_hd_drained()
` [PATCH v2 12/24] block: move drain outside of bdrv_root_attach_child()
` [PATCH v2 13/24] block: move drain outside of bdrv_attach_child()
` [PATCH v2 14/24] block: move drain outside of quorum_add_child()
` [PATCH v2 15/24] block: move drain outside of bdrv_root_unref_child()
` [PATCH v2 16/24] block: move drain outside of quorum_del_child()
` [PATCH v2 17/24] blockdev: drain while unlocked in internal_snapshot_action()
` [PATCH v2 18/24] blockdev: drain while unlocked in external_snapshot_action()
` [PATCH v2 19/24] block: mark bdrv_drained_begin() as GRAPH_UNLOCKED
` [PATCH v2 20/24] iotests/graph-changes-while-io: remove image file after test
` [PATCH v2 21/24] iotests/graph-changes-while-io: add test case with removal of lower snapshot
` [PATCH v2 22/24] block/io: remove duplicate GLOBAL_STATE_CODE() in bdrv_do_drained_end()
` [PATCH v2 23/24] block: never use atomics to access bs->quiesce_counter
` [PATCH v2 24/24] block: add bdrv_graph_wrlock_drained() convenience wrapper
[PATCH v5 00/10] Enable shared device assignment
2025-05-20 10:28 UTC (11+ messages)
` [PATCH v5 01/10] memory: Export a helper to get intersection of a MemoryRegionSection with a given range
` [PATCH v5 02/10] memory: Change memory_region_set_ram_discard_manager() to return the result
` [PATCH v5 03/10] memory: Unify the definiton of ReplayRamPopulate() and ReplayRamDiscard()
` [PATCH v5 04/10] ram-block-attribute: Introduce RamBlockAttribute to manage RAMBlock with guest_memfd
` [PATCH v5 05/10] ram-block-attribute: Introduce a helper to notify shared/private state changes
` [PATCH v5 06/10] memory: Attach RamBlockAttribute to guest_memfd-backed RAMBlocks
` [PATCH v5 07/10] RAMBlock: Make guest_memfd require coordinate discard
` [PATCH v5 08/10] memory: Change NotifyRamDiscard() definition to return the result
` [PATCH v5 09/10] KVM: Introduce RamDiscardListener for attribute changes during memory conversions
` [PATCH v5 10/10] ram-block-attribute: Add more error handling during state changes
[PATCH v2 00/25] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
2025-05-20 10:25 UTC (12+ messages)
` [PATCH v2 09/25] s390x/diag: Implement DIAG 508 subcode 1 for signature verification
` [PATCH v2 11/25] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v2 15/25] pc-bios/s390-ccw: Refactor zipl_run()
` [PATCH v2 16/25] pc-bios/s390-ccw: Refactor zipl_load_segment function
` [PATCH v2 17/25] pc-bios/s390-ccw: Add signature verification for secure IPL in audit mode
[PATCH v2 00/20] AMD vIOMMU: DMA remapping support for VFIO devices
2025-05-20 10:18 UTC (3+ messages)
` [PATCH v2 05/20] amd_iommu: Add helper function to extract the DTE
[PATCH 0/6] Add bios-tables-test for LoongArch64 system
2025-05-20 10:07 UTC (4+ messages)
` [PATCH 4/6] tests/acpi: Add empty ACPI data files for LoongArch64
[PATCH v2] qemu-img: fix offset calculation in bench
2025-05-20 10:04 UTC (2+ messages)
[PATCH v7 00/16] Introduce support for IGVM files
2025-05-20 10:01 UTC (2+ messages)
[PATCH 0/2] Initial logging support for Rust
2025-05-20 9:57 UTC (8+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
[PATCH 0/8] Python: Fix 'make check-dev' and modernize to 3.9+
2025-05-20 9:31 UTC (13+ messages)
` [PATCH 1/8] python: convert packages to PEP517/pyproject.toml
` [PATCH 2/8] python: update pylint ignores
` [PATCH 3/8] python: sync changes from external qemu.qmp package
` [PATCH 4/8] python: use 3.9+ builtin type hints
` [PATCH 5/8] python: convert remaining deprecated type hints for 3.9+
` [PATCH 6/8] python: clean up requirements "
` [PATCH 7/8] python: update mkvenv to type-check under different python versions
` [PATCH 8/8] python: remove version restriction for mypy
[PATCH V3 00/42] Live update: vfio and iommufd
2025-05-20 9:16 UTC (28+ messages)
` [PATCH V3 12/42] vfio/container: recover from unmap-all-vaddr failure
` [PATCH V3 15/42] vfio-pci: skip reset during cpr
` [PATCH V3 21/42] vfio/pci: export MSI functions
` [PATCH V3 24/42] migration: close kvm after cpr
` [PATCH V3 25/42] migration: cpr_get_fd_param helper
` [PATCH V3 36/42] vfio/iommufd: preserve descriptors
` [PATCH V3 37/42] vfio/iommufd: reconstruct device
` [PATCH V3 39/42] vfio/iommufd: reconstruct hwpt
[PATCH 0/4] xlnx-zynqmp: add support to boot on RPUs
2025-05-20 8:58 UTC (5+ messages)
` [PATCH 2/4] hw/intc/arm_gic: introduce a first-cpu-index property
[RFC 00/11] do not drain while holding the graph lock
2025-05-20 8:42 UTC (6+ messages)
` [PATCH 10/11] block/graph-lock: add drain flag to bdrv_graph_wr{, un}lock
` [PATCH 10/11] block/graph-lock: add drain flag to bdrv_graph_wr{,un}lock
[PATCH v2] tcg/perf: Placate clang-21's -Wdefault-const-init-field-unsafe
2025-05-20 8:41 UTC
[PATCH v9 00/20] Change ghes to use HEST-based offsets and add support for error inject
2025-05-20 8:34 UTC (22+ messages)
` [PATCH v9 01/20] tests/acpi: virt: add an empty HEST file
` [PATCH v9 02/20] tests/qtest/bios-tables-test: extend to also check HEST table
` [PATCH v9 03/20] tests/acpi: virt: update HEST file with its current data
` [PATCH v9 04/20] Revert "hw/acpi/ghes: Make ghes_record_cper_errors() static"
` [PATCH v9 05/20] acpi/ghes: Cleanup the code which gets ghes ged state
` [PATCH v9 06/20] acpi/ghes: prepare to change the way HEST offsets are calculated
` [PATCH v9 07/20] acpi/ghes: add a firmware file with HEST address
` [PATCH v9 08/20] acpi/ghes: Use HEST table offsets when preparing GHES records
` [PATCH v9 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
` [PATCH v9 10/20] acpi/ghes: add a notifier to notify when error data is ready
` [PATCH v9 11/20] acpi/generic_event_device: Update GHES migration to cover hest addr
` [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available
` [PATCH v9 13/20] acpi/generic_event_device: add an APEI error device
` [PATCH v9 14/20] tests/acpi: virt: allow acpi table changes at DSDT and HEST tables
` [PATCH v9 15/20] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v9 16/20] qapi/acpi-hest: add an interface to do generic CPER error injection
` [PATCH v9 17/20] acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
` [PATCH v9 18/20] tests/acpi: virt: update HEST and DSDT tables
` [PATCH v9 19/20] docs: hest: add new "etc/acpi_table_hest_addr" and update workflow
` [PATCH v9 20/20] scripts/ghes_inject: add a script to generate GHES error inject
[PATCH] tcg/perf: Placate clang-21's -Wdefault-const-init-field-unsafe
2025-05-20 8:32 UTC (2+ messages)
[PATCH v2] virtio-gpu: support context init multiple timeline
2025-05-20 8:26 UTC (6+ messages)
[PATCH v1 0/3] Fix RAM size detection failure on BE hosts
2025-05-20 7:35 UTC (4+ 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 v2 00/20] Add Multi-Core Debug (MCD) API support
2025-05-20 7:35 UTC (15+ messages)
` [PATCH v2 04/20] qapi: Introduce MCD schema
` [PATCH v2 07/20] mcd: Implement target initialization API
` [PATCH v2 11/20] mcd: Implement memory space query
` [PATCH v2 12/20] gdbstub: Expose GDBRegisterState
[PATCH v2] migration: Fix migration failure when aia is configured as 'aplic-imsic'
2025-05-20 2:28 UTC (2+ messages)
[PATCH V5] vfio: return mr from vfio_get_xlat_addr
2025-05-20 7:32 UTC (3+ messages)
[PATCH 00/11] SVM API declaration for emulated devices
2025-05-20 7:19 UTC (12+ messages)
` [PATCH 02/11] pcie: Helper functions to check if PASID is enabled
` [PATCH 01/11] pcie: Add helper to declare PASID capability for a pcie device
` [PATCH 03/11] pcie: Helper function to check if ATS is enabled
` [PATCH 04/11] pcie: Add a helper to declare the PRI capability for a pcie device
` [PATCH 05/11] pcie: Helper functions to check to check if PRI is enabled
` [PATCH 06/11] pci: Cache the bus mastering status in the device
` [PATCH 07/11] pci: Add an API to get IOMMU's min page size and virtual address width
` [PATCH 08/11] memory: Store user data pointer in the IOMMU notifiers
` [PATCH 09/11] pci: Add a pci-level initialization function for "
` [PATCH 10/11] pci: Add a pci-level API for ATS
` [PATCH 11/11] pci: Add a PCI-level API for PRI
[RFC PATCH v9 0/4] Report vfio-ap configuration changes
2025-05-20 6:52 UTC (4+ messages)
` [RFC PATCH v9 4/4] s390: implementing CHSC SEI for AP config change
[PATCH v8 00/20] Change ghes to use HEST-based offsets and add support for error inject
2025-05-20 6:48 UTC (7+ messages)
` [PATCH v8 09/20] acpi/ghes: don't hard-code the number of sources for HEST table
[PATCH 0/2] hw/riscv/virt.c: change default CPU to 'max'
2025-05-20 6:16 UTC (4+ messages)
[PATCH v5 00/26] target/riscv: SATP mode and CPU definition overhaul
2025-05-20 6:17 UTC (3+ messages)
[PATCH 00/27] vfio-user client
2025-05-20 5:59 UTC (4+ messages)
[PULL 00/56] riscv-to-apply queue
2025-05-20 5:47 UTC (3+ messages)
[PATCH v4 0/2] riscv: Add Kunminghu CPU and platform
2025-05-20 3:26 UTC (2+ messages)
[PATCH v2 0/4] target/i386: Emulate ftz and denormal flag bits correctly
2025-05-20 2:16 UTC (5+ messages)
` [PATCH v2 2/4] target/i386: Use correct type for get_float_exception_flags() values
` [PATCH v2 3/4] target/i386: Wire up MXCSR.DE and FPUS.DE correctly
[PATCH v3 0/4] Several sstc extension fixes
2025-05-20 0:56 UTC (2+ messages)
[PATCH v2 00/14] Maintainer updates for May (testing, plugins, virtio-gpu)
2025-05-19 23:24 UTC (5+ messages)
` [PATCH v2 05/14] contrib/plugins: add a scaling factor to the ips arg
[PATCH V2 0/5] fast qom tree get
2025-05-19 21:19 UTC (2+ messages)
Orange Pi Armbian image down
2025-05-19 21:16 UTC
[PATCH v4 0/3] nbd: Increase unix socket buffer size
2025-05-19 20:12 UTC (5+ messages)
` [PATCH v4 1/3] io: Add helper for setting socket send "
[PATCH] trace/simple: seperate hot paths of tracing fucntions
2025-05-19 18:51 UTC
[PATCH v4 0/6] python: add QAPI and qapidoc et al to python tests
2025-05-19 17:48 UTC (3+ messages)
[PATCH 0/3] docs: Bump sphinx to 6.2.1
2025-05-19 17:47 UTC (2+ messages)
[PATCH] vfio/igd: Support non-boot gpus
2025-05-19 17:42 UTC (4+ messages)
[PATCH v5 0/9] scripts/checkpatch: fix SPDX-License-Identifier detection
2025-05-19 17:25 UTC (12+ messages)
` [PATCH v5 1/9] Revert "scripts: mandate that new files have SPDX-License-Identifier"
` [PATCH v5 2/9] scripts/checkpatch.pl: fix various indentation mistakes
` [PATCH v5 3/9] scripts/checkpatch: introduce tracking of file start/end
` [PATCH v5 4/9] scripts/checkpatch: use new hook for ACPI test data check
` [PATCH v5 5/9] scripts/checkpatch: use new hook for file permissions check
` [PATCH v5 6/9] scripts/checkpatch: expand pattern for matching makefiles
` [PATCH v5 7/9] scripts/checkpatch: use new hook for MAINTAINERS update check
` [PATCH v5 8/9] scripts/checkpatch: reimplement mandate for SPDX-License-Identifier
` [PATCH v5 9/9] scripts/checkpatch: reject license boilerplate on new files
[PATCH] tests/functional: Add a test for the Stellaris arm machines
2025-05-19 17:02 UTC
[PULL 0/6] Python patches
2025-05-19 17:00 UTC (2+ messages)
` [PULL 2/6] docs/qapidoc: linting fixes
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).