messages from 2024-03-06 21:32:02 to 2024-03-07 14:52:39 UTC [more...]
[PATCH 0/3] physmem: Fix MemoryRegion for second access to cached MMIO Address Space
2024-03-07 14:51 UTC (8+ messages)
` [PATCH 2/3] physmem: Factor out body of flatview_read/write_continue() loop
` [PATCH 3/3] physmem: Fix wrong MR in large address_space_read/write_cached_slow()
[PATCH v4 00/25] migration: Improve error reporting
2024-03-07 14:05 UTC (40+ messages)
` [PATCH v4 05/25] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PATCH v4 06/25] vfio: Always report an error in vfio_save_setup()
` [PATCH v4 07/25] migration: Always report an error in block_save_setup()
` [PATCH v4 08/25] migration: Always report an error in ram_save_setup()
` [PATCH v4 10/25] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH v4 11/25] migration: Add Error** argument to .save_setup() handler
` [PATCH v4 16/25] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v4 17/25] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v4 18/25] vfio: Add Error** argument to vfio_devices_dma_logging_stop()
` [PATCH v4 19/25] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH v4 20/25] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH v4 21/25] vfio: Reverse test on vfio_get_dirty_bitmap()
` [PATCH v4 23/25] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v4 24/25] vfio: Also trace event failures in vfio_save_complete_precopy()
` [PATCH v4 25/25] vfio: Extend vfio_set_migration_error() with Error* argument
[PATCH] input-linux: Add option to not grab a device upon guest startup
2024-03-07 9:54 UTC (2+ messages)
[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
2024-03-07 13:56 UTC (21+ messages)
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
[PATCH v2 0/4] mirror: allow specifying working bitmap
2024-03-07 13:47 UTC (5+ messages)
` [PATCH v2 1/4] qapi/block-core: avoid the re-use of MirrorSyncMode for backup
` [PATCH v2 2/4] mirror: allow specifying working bitmap
` [PATCH v2 3/4] iotests: add test for bitmap mirror
` [PATCH v2 4/4] blockdev: mirror: check for target's cluster size when using bitmap
[PATCH] linux-aio: add IO_CMD_FDSYNC command support
2024-03-07 13:50 UTC (2+ messages)
[PATCH v8 0/9] VIRTIO-IOMMU: Introduce aw-bits and granule options
2024-03-07 13:43 UTC (10+ messages)
` [PATCH v8 1/9] qdev: Add a granule_mode property
` [PATCH v8 2/9] virtio-iommu: Add a granule property
` [PATCH v8 3/9] virtio-iommu: Change the default granule to the host page size
` [PATCH v8 4/9] qemu-options.hx: Document the virtio-iommu-pci granule option
` [PATCH v8 5/9] virtio-iommu: Trace domain range limits as unsigned int
` [PATCH v8 6/9] virtio-iommu: Add an option to define the input range width
` [PATCH v8 7/9] hw/i386/q35: Set virtio-iommu aw-bits default value to 39
` [PATCH v8 8/9] hw/arm/virt: Set virtio-iommu aw-bits default value to 48
` [PATCH v8 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits option
[PATCH v2 0/5] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
2024-03-07 13:19 UTC (7+ messages)
` [PATCH v2 1/5] docs/interop/firmware.json: Align examples
` [PATCH v2 2/5] docs/interop/firmware.json: Fix doc for FirmwareFlashMode
` [PATCH v2 3/5] docs/interop/firmware.json: Use full include paths
` [PATCH v2 4/5] docs/interop/firmware.json: Include pragma.json
` [PATCH v2 5/5] docs: add test for firmware.json QAPI
[PATCH v4 00/19] contrib/elf2dmp: Improve robustness
2024-03-07 13:14 UTC (30+ messages)
` [PATCH v4 01/19] contrib/elf2dmp: Remove unnecessary err flags
` [PATCH v4 02/19] contrib/elf2dmp: Assume error by default
` [PATCH v4 03/19] contrib/elf2dmp: Continue even contexts are lacking
` [PATCH v4 04/19] contrib/elf2dmp: Change pa_space_create() signature
` [PATCH v4 05/19] contrib/elf2dmp: Fix error reporting style in addrspace.c
` [PATCH v4 06/19] contrib/elf2dmp: Fix error reporting style in download.c
` [PATCH v4 07/19] contrib/elf2dmp: Fix error reporting style in pdb.c
` [PATCH v4 08/19] contrib/elf2dmp: Fix error reporting style in qemu_elf.c
` [PATCH v4 09/19] contrib/elf2dmp: Fix error reporting style in main.c
` [PATCH v4 10/19] contrib/elf2dmp: Always check for PA resolution failure
` [PATCH v4 11/19] contrib/elf2dmp: Always destroy PA space
` [PATCH v4 12/19] contrib/elf2dmp: Ensure segment fits in file
` [PATCH v4 13/19] contrib/elf2dmp: Use lduw_le_p() to read PDB
` [PATCH v4 14/19] contrib/elf2dmp: Use rol64() to decode
` [PATCH v4 15/19] MAINTAINERS: Add Akihiko Odaki as a elf2dmp reviewer
` [PATCH v4 16/19] contrib/elf2dmp: Build only for little endian host
` [PATCH v4 17/19] contrib/elf2dmp: Use GPtrArray
` [PATCH v4 18/19] contrib/elf2dmp: Clamp QEMU note to file size
` [PATCH v4 19/19] contrib/elf2dmp: Ensure phdrs fit in file
[PATCH RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
2024-03-07 13:24 UTC (5+ messages)
` [PATCH RESEND v3 3/3] docs/system: Add recommendations to Hyper-V enlightenments doc
[PATCH] docs/acpi/bits: add some clarity and details and improve formating
2024-03-07 12:55 UTC
[PATCH v2] target/arm: Fix 32-bit SMOPA
2024-03-07 12:49 UTC (2+ messages)
[PATCH v7 0/3] Add device STM32L4x5 GPIO
2024-03-07 12:49 UTC (2+ messages)
[PATCH 0/2] ci: allow running Coverity Scan uploads via GitLab
2024-03-07 12:47 UTC (3+ messages)
` [PATCH 1/2] run-coverity-scan: add --check-upload-only option
[PATCH v5 00/13] Enabling DCD emulation support in Qemu
2024-03-07 12:47 UTC (17+ messages)
` [PATCH v5 06/13] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v5 08/13] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
[PATCH v3 0/7] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
2024-03-07 11:37 UTC (7+ messages)
` [PATCH v3 4/7] Add migrate_set_ports into migrate_qmp to change migration port number
[RFC 0/2] Add RISC-V Server Platform Reference Board
2024-03-07 12:17 UTC (13+ messages)
` [RFC 1/2] hw/riscv: Add server platform reference machine
` [RFC 2/2] target/riscv: Add server platform reference cpu
` [RISC-V][tech-server-soc] "
` [RISC-V][tech-server-platform] "
[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
2024-03-07 12:11 UTC (19+ messages)
` [PATCH-for-9.0 1/9] hw/xen/hvm: Inline TARGET_PAGE_ALIGN() macro
` [PATCH-for-9.0 2/9] hw/xen/hvm: Propagate page_mask to a pair of functions
` [PATCH-for-9.0 3/9] hw/xen/hvm: Get target page size at runtime
` [PATCH-for-9.0 4/9] hw/xen/hvm: Expose xen_memory_listener declaration
` [PATCH-for-9.0 5/9] hw/xen/hvm: Expose xen_read_physmap() prototype
` [RFC PATCH-for-9.0 6/9] hw/xen/hvm: Initialize xen_physmap QLIST in xen_read_physmap()
` [PATCH-for-9.0 7/9] hw/xen/hvm: Extract common code to xen-hvm-common.c
` [RFC PATCH-for-9.0 8/9] hw/xen/hvm: Merge xen-hvm-common.c files
` [PATCH-for-9.0 9/9] hw/xen/hvm: Inline xen_arch_set_memory()
[PATCH v2] migration/multifd: Don't fsync when closing QIOChannelFile
2024-03-07 11:24 UTC (3+ messages)
[PULL for 9.0 00/29] maintainer updates (tests, gdbstub, plugins)
2024-03-07 11:43 UTC (2+ messages)
[PATCH v2 0/6] vhost-user-blk: live resize additional APIs
2024-03-07 11:42 UTC (15+ messages)
` [PATCH v2 2/6] qdev-monitor: fix error message in find_device_state()
` [PATCH v2 3/6] qdev-monitor: add option to report GenericError from find_device_state
` [PATCH v2 4/6] qapi: introduce device-sync-config
` [PATCH v2 5/6] qapi: device-sync-config: check runstate
` [PATCH v2 6/6] qapi: introduce CONFIG_READ event
[PATCH v1 0/8] virtio,vhost: Add VIRTIO_F_NOTIFICATION_DATA support
2024-03-07 11:16 UTC (5+ messages)
` [PATCH v1 0/8] virtio, vhost: "
[PATCH] target/ppc: Move floating-point arithmetic instructions to decodetree
2024-03-07 11:03 UTC
QEMU Compatibility for Cortex-A55 AArch32 Firmware
2024-03-07 10:59 UTC (4+ messages)
[PATCH v2 0/9] Add AST2700 support
2024-03-07 10:42 UTC (4+ messages)
[PATCH v7 0/9] VIRTIO-IOMMU: Introduce aw-bits and granule options
2024-03-07 10:41 UTC (12+ messages)
` [PATCH v7 4/9] qemu-options.hx: Document the virtio-iommu-pci granule option
` [PATCH v7 6/9] virtio-iommu: Add an option to define the input range width
` [PATCH v7 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits option
[PATCH v5 0/3] Initial support for SPDM Responders
2024-03-07 10:17 UTC (7+ messages)
` [PATCH v5 1/3] hw/pci: Add all Data Object Types defined in PCIe r6.0
` [PATCH v5 2/3] backends: Initial support for SPDM socket support
` [PATCH v5 3/3] hw/nvme: Add SPDM over DOE support
[PATCH v2 0/9] Clean up .new decode and scripts
2024-03-07 10:09 UTC (12+ messages)
` [PATCH v2 1/9] Hexagon (target/hexagon) Add is_old/is_new to Register class
` [PATCH v2 2/9] Hexagon (target/hexagon) Mark new_read_idx in trans functions
` [PATCH v2 3/9] Hexagon (target/hexagon) Mark dest_idx "
` [PATCH v2 4/9] Hexagon (target/hexagon) Mark has_pred_dest "
` [PATCH v2 5/9] Hexagon (tests/tcg/hexagon) Test HVX .new read from high half of pair
` [PATCH v2 6/9] Hexagon (target/hexagon) Remove uses of op_regs_generated.h.inc
` [PATCH v2 7/9] Hexagon (target/hexagon) Remove gen_op_regs.py
` [PATCH v2 8/9] Hexagon (target/hexagon) Remove gen_shortcode.py
` [PATCH v2 9/9] Hexagon (target/hexagon) Remove hex_common.read_attribs_file
[PATCH 0/3] ui/gtk: introducing vc->visible
2024-03-07 9:49 UTC (14+ messages)
` [PATCH 1/3] ui/gtk: skip drawing guest scanout when associated VC is invisible
` [PATCH 2/3] ui/gtk: set the ui size to 0 when invisible
[PATCH v8 0/2] acpi: report NUMA nodes for device memory using GI
2024-03-07 9:35 UTC (8+ messages)
` [PATCH v8 1/2] qom: new object to associate device to NUMA node
` [PATCH v8 2/2] hw/acpi: Implement the SRAT GI affinity structure
[PATCH v5 0/5] Add ISA extension smcntrpmf support
2024-03-07 9:27 UTC (7+ messages)
` [PATCH v5 2/5] target/riscv: Add cycle & instret privilege mode filtering properties
` [PATCH v5 5/5] target/riscv: Implement privilege mode filtering for cycle/instret
[PATCH v2 0/2] RISC-V: ACPI: Enable SPCR
2024-03-07 9:22 UTC (7+ messages)
` [PATCH v2 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
[RFC 0/4] mirror: implement incremental and bitmap modes
2024-03-07 9:20 UTC (8+ messages)
[PULL 0/4] machine development tool
2024-03-07 9:06 UTC (5+ messages)
[PATCH V3 0/1] target/loongarch: Fixed tlb huge page loading issue
2024-03-07 7:37 UTC (2+ messages)
` [PATCH V3 1/1] "
[PATCH 00/14] Cleanup on SMP and its test
2024-03-07 7:25 UTC (13+ messages)
` [PATCH 02/14] hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurations
` [PATCH 07/14] tests/unit/test-smp-parse: Bump max_cpus to 4096
` [PATCH 11/14] tests/unit/test-smp-parse: Test "drawers" and "books" combination case
` [PATCH 14/14] tests/unit/test-smp-parse: Test "parameter=0" SMP configurations
[PATCH v4 0/8] Live Migration With IAA
2024-03-07 6:45 UTC (6+ messages)
` [PATCH v4 3/8] configure: add --enable-qpl build option
[PATCH v2 00/20] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
2024-03-07 4:03 UTC (4+ messages)
` [PATCH v2 07/20] smbios: avoid mangling user provided tables
(no subject)
2024-03-07 3:36 UTC (4+ messages)
` Problem with migration/rdma
[PATCH] target/riscv: Fix privilege mode of G-stage translation for debugging
2024-03-07 2:36 UTC (3+ messages)
[PATCH v4 0/4] RISC-V: Modularize common match conditions for trigger
2024-03-07 2:35 UTC (2+ messages)
[PATCH 0/2] RISC-V APLIC fixes
2024-03-07 2:28 UTC (2+ messages)
[PULL v2 0/1] loongarch-to-apply queue
2024-03-07 1:36 UTC (6+ messages)
` [PULL v2 1/1] loongarch: Change the UEFI loading mode to loongarch
[PATCH v3] target/riscv: Fix shift count overflow
2024-03-07 1:09 UTC (2+ messages)
[PATCH v7 0/9] riscv: set vstart_eq_zero on mark_vs_dirty
2024-03-07 0:37 UTC (2+ messages)
Does "-object" support structured options now?
2024-03-06 23:45 UTC (6+ messages)
[PATCH] vmbus: Print a warning when enabled without the recommended set of features
2024-03-06 22:51 UTC (2+ messages)
[PATCH 0/1] kvm: add support for guest physical bits
2024-03-06 22:50 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v3] ui/gtk: flush display pipeline before saving vmstate when blob=true
2024-03-06 22:25 UTC
[PATCH v2] virtio-gpu: first surface update with blob scanout after resumed
2024-03-06 22:25 UTC
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).