messages from 2025-02-05 12:12:03 to 2025-02-06 09:20:28 UTC [more...]
[PATCH v3 00/17] hw/arm: Add NPCM8XX Support
2025-02-06 9:19 UTC (21+ messages)
` [PATCH v3 01/17] roms: Update vbootrom to 1287b6e
` [PATCH v3 02/17] pc-bios: Add NPCM8XX vBootrom
` [PATCH v3 03/17] hw/ssi: Make flash size a property in NPCM7XX FIU
` [PATCH v3 04/17] hw/misc: Rename npcm7xx_gcr to npcm_gcr
` [PATCH v3 05/17] hw/misc: Move NPCM7XX GCR to NPCM GCR
` [PATCH v3 06/17] hw/misc: Add nr_regs and cold_reset_values "
` [PATCH v3 07/17] hw/misc: Add support for NPCM8XX GCR
` [PATCH v3 08/17] hw/misc: Store DRAM size in NPCM8XX GCR Module
` [PATCH v3 09/17] hw/misc: Support 8-bytes memop in NPCM GCR module
` [PATCH v3 10/17] hw/misc: Rename npcm7xx_clk to npcm_clk
` [PATCH v3 11/17] hw/misc: Move NPCM7XX CLK to NPCM CLK
` [PATCH v3 12/17] hw/misc: Add nr_regs and cold_reset_values "
` [PATCH v3 13/17] hw/misc: Support NPCM8XX CLK Module Registers
` [PATCH v3 14/17] hw/net: Add NPCM8XX PCS Module
` [PATCH v3 15/17] hw/arm: Add NPCM8XX SoC
` [PATCH v3 16/17] hw/arm: Add NPCM845 Evaluation board
` [PATCH v3 17/17] docs/system/arm: Add Description for NPCM8XX SoC
[RFC PATCH 00/10] rust: remaining part of qdev bindings
2025-02-06 9:15 UTC (19+ messages)
` [PATCH 02/10] rust: qom: add reference counting functionality
` [PATCH 03/10] rust: qom: add object creation functionality
` [PATCH 05/10] rust: qdev: add clock creation
` [PATCH 07/10] rust: qdev: make ObjectImpl a supertrait of DeviceImpl
` [PATCH 08/10] rust: qdev: switch from legacy reset to Resettable
` [PATCH 10/10] rust: bindings for MemoryRegionOps
[PATCH 0/5] tests/functional: a few misc cleanups and fixes
2025-02-06 9:01 UTC (14+ messages)
` [PATCH 1/5] tests/functional: skip test if QEMU_TEST_QEMU_BINARY is not set
` [PATCH 2/5] tests/functional: remove unused 'bin_prefix' variable
` [PATCH 3/5] tests/functional: set 'qemu_bin' as an object level field
` [PATCH 4/5] tests/functional: remove all class level fields
` [PATCH 5/5] tests/functional: skip mem addr test on 32-bit hosts
[PATCH] target/loongarch: fix vcpu reset command word issue
2025-02-06 9:02 UTC (4+ messages)
[PATCH v7 RESEND 0/5] i386: Support SMP Cache Topology
2025-02-06 9:21 UTC (4+ messages)
[PATCH v2] hw/i386/amd_iommu: Allow migration
2025-02-06 9:01 UTC (2+ messages)
[RFC PATCH 0/5] hw/arm/virt: Add support for user-creatable nested SMMUv3
2025-02-06 8:54 UTC (22+ messages)
[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
2025-02-06 8:22 UTC (9+ messages)
` [PATCH v2 8/9] vfio: Check compatibility of CPU and IOMMU address space width
[PATCH v1 00/18] Support AST2700 A1
2025-02-06 7:24 UTC (13+ messages)
` [PATCH v1 12/18] hw/arm/aspeed_ast27x0: Support two levels of INTC controllers for "
[PATCH 0/2] nbd: Allow debugging tuning of handshake limit
2025-02-06 7:20 UTC (8+ messages)
` [PATCH 1/2] qemu-nbd: Allow users to adjust "
` [PATCH 2/2] nbd/server: Allow users to adjust handshake limit in QMP
[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
2025-02-06 7:12 UTC (18+ messages)
[PATCH v4 0/4] virtio: Convert feature properties to OnOffAuto
2025-02-06 6:01 UTC (4+ messages)
` [PATCH v4 2/4] qdev-properties: Accept bool for OnOffAuto
[PATCH v5 0/8] Support virtio-gpu DRM native context
2025-02-06 5:41 UTC (9+ messages)
` [PATCH v5 8/8] docs/system: Expand the virtio-gpu documentation
[PATCH v6 0/7] target/riscv: Add support for Control Transfer Records Ext
2025-02-06 5:38 UTC (2+ messages)
[PATCH 00/42] docs: add sphinx-domain rST generator to qapidoc
2025-02-05 23:12 UTC (43+ messages)
` [PATCH 01/42] docs/qapidoc: support header-less freeform sections
` [PATCH 02/42] qapi/parser: adjust info location for doc body section
` [PATCH 03/42] docs/qapidoc: remove example section support
` [PATCH 04/42] qapi: expand tags to all doc sections
` [PATCH 05/42] qapi/schema: add __repr__ to QAPIDoc.Section
` [PATCH 06/42] docs/qapidoc: add transmogrifier stub
` [PATCH 07/42] docs/qapidoc: add transmogrifier class stub
` [PATCH 08/42] docs/qapidoc: add visit_module() method
` [PATCH 09/42] qapi/source: allow multi-line QAPISourceInfo advancing
` [PATCH 10/42] docs/qapidoc: add visit_freeform() method
` [PATCH 11/42] docs/qapidoc: add preamble() method
` [PATCH 12/42] docs/qapidoc: add visit_paragraph() method
` [PATCH 13/42] docs/qapidoc: add visit_errors() method
` [PATCH 14/42] docs/qapidoc: add format_type() method
` [PATCH 15/42] docs/qapidoc: add add_field() and generate_field() helper methods
` [PATCH 16/42] docs/qapidoc: add visit_feature() method
` [PATCH 17/42] docs/qapidoc: prepare to record entity being transmogrified
` [PATCH 18/42] docs/qapidoc: add visit_returns() method
` [PATCH 19/42] docs/qapidoc: add visit_member() method
` [PATCH 20/42] docs/qapidoc: add visit_sections() method
` [PATCH 21/42] docs/qapidoc: add visit_entity()
` [PATCH 22/42] docs/qapidoc: implement transmogrify() method
` [PATCH 23/42] docs: disambiguate cross-references
` [PATCH 24/42] docs/qapidoc: add transmogrifier test document
` [PATCH 25/42] docs/qapidoc: generate entries for undocumented members
` [PATCH 26/42] qapi/parser: add undocumented stub members to all_sections
` [PATCH 27/42] qapi: differentiate "intro" and "detail" sections
` [PATCH 28/42] qapi/parser: prohibit untagged sections between tagged sections
` [PATCH 29/42] qapi: Add "Details:" disambiguation marker
` [PATCH 30/42] docs/qapidoc: add minimalistic inliner
` [PATCH 31/42] docs/qapidoc: autogenerate undocumented return docs
` [PATCH 32/42] docs/qapidoc: Add generated returns documentation to inliner
` [PATCH 33/42] docs/qmp: add target to Out-of-band execution section
` [PATCH 34/42] docs/qapidoc: document the "out-of-band" pseudofeature
` [PATCH 35/42] docs/qapidoc: generate out-of-band pseudofeature sections
` [PATCH 36/42] qapi/parser: add "meta" kind to QAPIDoc.Kind
` [PATCH 37/42] qapi/schema: add __iter__ method to QAPISchemaVariants
` [PATCH 38/42] docs/qapi: add branch support to inliner
` [PATCH 39/42] qapi/schema: add doc_visible property to QAPISchemaDefinition
` [PATCH 40/42] docs/qapidoc: cull (most) un-named entities from docs
` [PATCH 41/42] qapi: resolve filenames in info structures
` [PATCH 42/42] docs/qapidoc: add intermediate output debugger
[PATCH v6 00/10] Support virtio-gpu DRM native context
2025-02-05 22:13 UTC (11+ messages)
[PATCH V1 00/26] Live update: vfio and iommufd
2025-02-05 22:03 UTC (20+ messages)
` [PATCH V1 12/26] vfio-pci: preserve MSI
` [PATCH V1 13/26] vfio-pci: preserve INTx
` [PATCH V1 19/26] vfio/iommufd: use IOMMU_IOAS_MAP_FILE
` [PATCH V1 20/26] vfio/iommufd: export iommufd_cdev_get_info_iova_range
` [PATCH V1 21/26] iommufd: change process ioctl
` [PATCH V1 22/26] vfio/iommufd: invariant device name
` [PATCH V1 23/26] vfio/iommufd: register container for cpr
[PATCH] migration: use parameters.mode in cpr_state_save
2025-02-05 21:52 UTC (3+ messages)
[PATCH v3 00/12] meson: Deprecate 32-bit host support
2025-02-05 21:15 UTC (16+ messages)
` [PATCH v3 02/12] tcg: Move stubs in tcg/perf.h to tcg/perf-stubs.c
` [PATCH v3 03/12] plugins: Uninline qemu_plugin_add_opts
` [PATCH v3 04/12] meson: Disallow 64-bit on 32-bit KVM emulation
` [PATCH v3 05/12] meson: Disallow 64-bit on 32-bit Xen emulation
` [PATCH v3 06/12] meson: Disallow 64-bit on 32-bit HVF/NVMM/WHPX emulation
` [PATCH v3 11/12] meson: Deprecate 32-bit host support
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-02-05 21:13 UTC (20+ messages)
` [PATCH v4 08/33] migration/multifd: Allow premature EOF on TLS incoming channels
` [PATCH v4 19/33] migration: Add save_live_complete_precopy_thread handler
[PATCH 00/11] hvf and APIC fixes, improvements, and optimisations
2025-02-05 21:02 UTC (10+ messages)
` [PATCH 01/11] hvf: Add facility for initialisation code prior to first vCPU run
` [PATCH 02/11] arm/hvf: Initialise GICv3 state just before "
` [PATCH 03/11] i386/hvf: Don't send signal to thread when kicking
[PATCH v3 00/16] block: Managing inactive nodes (QSD migration)
2025-02-05 20:49 UTC (10+ messages)
` [PATCH v3 11/16] block: Drain nodes before inactivating them
` [PATCH v3 13/16] nbd/server: Support inactive nodes
` [PATCH v3 15/16] iotests: Add qsd-migrate case
` [PATCH v3 16/16] iotests: Add (NBD-based) tests for inactive nodes
intel i915 sriov and display
2025-02-05 19:51 UTC
[PATCH 0/9] hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE
2025-02-05 18:10 UTC (6+ messages)
` [RFC PATCH 9/9] hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICE
[PATCH RFC v1 0/3] SEV-SNP: Add support for SNP certificate fetching
2025-02-05 18:04 UTC (3+ messages)
` [PATCH v1 3/3] i386/sev: Add KVM_EXIT_SNP_REQ_CERTS support for certificate-fetching
[PATCH v7 0/6] Poisoned memory recovery on reboot
2025-02-05 17:58 UTC (15+ messages)
` [PATCH v7 2/6] system/physmem: poisoned memory discard "
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page
` [PATCH v7 6/6] hostmem: Handle remapping of RAM
[PATCH v1 0/5] Report vfio-ap configuration changes
2025-02-05 17:38 UTC (3+ messages)
[RFC 0/1 v1] target/riscv: optimize the memory probing for vector fault-only-first loads
2025-02-05 17:35 UTC (3+ messages)
` [RFC 1/1 "
[PATCH] hw/cxl: Support aborting background commands
2025-02-05 17:24 UTC (6+ messages)
[PATCH] hw/sensors: Add temperature SI705x sensor
2025-02-05 14:57 UTC
[PATCH] tests/functional/test_aarch64_virt: Fix vulkan test without egl-headless
2025-02-05 15:53 UTC (3+ messages)
[PATCH 0/4] Handling aliased guest memory maps in vhost-vDPA SVQs
2025-02-05 14:58 UTC (5+ messages)
` [PATCH 1/4] vhost-iova-tree: Implement an IOVA-only tree
` [PATCH 2/4] vhost-iova-tree: Implement GPA->IOVA & partial IOVA->HVA trees
` [PATCH 3/4] svq: Support translations via GPAs in vhost_svq_translate_addr
` [PATCH 4/4] vhost-iova-tree: Update documentation
[PATCH 00/14] target/arm: Clean up some corner cases of sysreg traps
2025-02-05 14:42 UTC (10+ messages)
` [PATCH 05/14] target/arm: Make CP_ACCESS_TRAPs to AArch32 EL3 be Monitor traps
` [PATCH 06/14] hw/intc/arm_gicv3_cpuif: Don't downgrade monitor traps for AArch32 EL3
` [PATCH 07/14] target/arm: Honour SDCR.TDCC and SCR.TERR in AArch32 EL3 non-Monitor modes
` [PATCH 08/14] hw/intc/arm_gicv3_cpuif(): Remove redundant tests of is_a64()
[PATCH v2] hw/arm/virt: Support larger highmem MMIO regions
2025-02-05 14:36 UTC (3+ messages)
[PATCH v4 0/4] qapi: generalize special features
2025-02-05 12:35 UTC (5+ messages)
` [PATCH v4 1/4] qapi: cope with feature names containing a '-'
` [PATCH v4 2/4] qapi: change 'unsigned special_features' to 'uint64_t features'
` [PATCH v4 3/4] qapi: rename 'special_features' to 'features'
` [PATCH v4 4/4] qapi: expose all schema features to code
[PATCH v5 0/5] Allow to enable multifd and postcopy migration together
2025-02-05 12:27 UTC (6+ messages)
` [PATCH v5 1/5] migration/multifd: move macros to multifd header
` [PATCH v5 2/5] migration: refactor ram_save_target_page functions
` [PATCH v5 3/5] migration: enable multifd and postcopy together
` [PATCH v5 4/5] tests/qtest/migration: add postcopy tests with multifd
` [PATCH v5 5/5] tests/qtest/migration: consolidate set capabilities
[RFC PATCH v2 0/3] SEV-SNP: Add support for SNP certificate fetching
2025-02-05 12:14 UTC (3+ messages)
` [RFC PATCH v2 3/3] i386/sev: Add KVM_EXIT_SNP_REQ_CERTS support for certificate-fetching
[PULL v2 00/61] virtio,pci,pc: features,fixes
2025-02-05 12:11 UTC (4+ messages)
` [PULL v2 42/61] physmem: Add helper function to destroy CPU AddressSpace
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).