qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 17:11:54 to 2024-03-07 11:49:20 UTC [more...]

[PATCH] input-linux: Add option to not grab a device upon guest startup
 2024-03-07  9:54 UTC  (2+ messages)

[RFC PATCH-for-9.0 0/9] hw/xen: Have ARM targets use common xen_memory_listener
 2024-03-07 11:46 UTC  (5+ 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] linux-aio: add IO_CMD_FDSYNC command support
 2024-03-07 11:47 UTC 

[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 v4 00/25] migration: Improve error reporting
 2024-03-07 11:39 UTC  (26+ messages)
` [PATCH v4 06/25] vfio: Always report an error in vfio_save_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 v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-03-07 11:30 UTC  (19+ 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 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  (18+ messages)
` [PATCH v7 1/9] qdev: Add a granule_mode property
` [PATCH v7 2/9] virtio-iommu: Add a granule property
` [PATCH v7 3/9] virtio-iommu: Change the default granule to the host page size
` [PATCH v7 4/9] qemu-options.hx: Document the virtio-iommu-pci granule option
` [PATCH v7 5/9] virtio-iommu: Trace domain range limits as unsigned int
` [PATCH v7 6/9] virtio-iommu: Add an option to define the input range width
` [PATCH v7 7/9] hw/i386/q35: Set virtio-iommu aw-bits default value to 39
` [PATCH v7 8/9] hw/arm/virt: Set virtio-iommu aw-bits default value to 48
` [PATCH v7 9/9] qemu-options.hx: Document the virtio-iommu-pci aw-bits option

[PATCH v4 00/19] contrib/elf2dmp: Improve robustness
 2024-03-07 10:29 UTC  (25+ 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 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 RESEND v3 0/3] i386: Fix Hyper-V Gen1 guests stuck on boot with 'hv-passthrough'
 2024-03-07  9:46 UTC  (4+ messages)
` [PATCH RESEND v3 3/3] docs/system: Add recommendations to Hyper-V enlightenments doc

[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  (8+ 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] "

[RFC 0/2] Add RISC-V Server Platform Reference Board
 2024-03-07  7:36 UTC  (12+ 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] "

[PATCH 00/14] Cleanup on SMP and its test
 2024-03-07  7:25 UTC  (15+ messages)
` [PATCH 02/14] hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurations
` [PATCH 04/14] hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()
` [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  (12+ messages)
` [PATCH v7 1/9] trans_rvv.c.inc: mark_vs_dirty() before loads and stores
` [PATCH v7 2/9] trans_rvv.c.inc: remove 'is_store' bool from load/store fns
` [PATCH v7 3/9] target/riscv: remove 'over' brconds from vector trans
` [PATCH v7 4/9] target/riscv/translate.c: remove 'cpu_vstart' global
` [PATCH v7 5/9] target/riscv: remove 'cpu_vl' global
` [PATCH v7 6/9] target/riscv/vector_helper.c: set vstart = 0 in GEN_VEXT_VSLIDEUP_VX()
` [PATCH v7 7/9] trans_rvv.c.inc: remove redundant mark_vs_dirty() calls
` [PATCH v7 8/9] target/riscv: Clear vstart_qe_zero flag
` [PATCH v7 9/9] target/riscv/vector_helper.c: optimize loops in ldst helpers

Does "-object" support structured options now?
 2024-03-06 23:45 UTC  (6+ messages)

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-03-06 23:36 UTC  (18+ 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 v5 10/13] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions
` [PATCH v5 11/13] hw/cxl/cxl-mailbox-utils: Add partial and superset extent release mailbox support
` [PATCH v5 12/13] hw/mem/cxl_type3: Allow to release partial extent and extent superset in QMP interface

[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 

[PATCH v3 0/7] qtest: migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-06 21:30 UTC  (10+ messages)
` [PATCH v3 4/7] Add migrate_set_ports into migrate_qmp to change migration port number
` [PATCH v3 6/7] Add multifd_tcp_plain test using list of channels instead of uri

no target for a link in the post "How to access libvirt domains in KubeVirt"
 2024-03-06 20:24 UTC  (4+ messages)

[QEMU][PATCH v3 0/7] Xen: support grant mappings
 2024-03-06 20:58 UTC  (7+ messages)
` [QEMU][PATCH v3 3/7] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [QEMU][PATCH v3 7/7] hw: arm: Add grant mapping

Questions about CXL RAS injection test in qemu
 2024-03-06 19:06 UTC  (6+ messages)
` Enabling internal errors for VH CXL devices: [was: Re: Questions about CXL RAS injection test in qemu]

[PATCH v2 1/2] vhost: dirty log should be per backend type
 2024-03-06 18:42 UTC  (4+ messages)
` [PATCH v2 2/2] vhost: Perform memory section dirty scans once per iteration

[PATCH-for-9.1 00/18] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-03-06 18:32 UTC  (11+ messages)
` [PATCH-for-9.1 12/18] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH-for-9.1 14/18] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH-for-9.1 15/18] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH-for-9.1 17/18] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH-for-9.1 18/18] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH V2 0/1] target/loongarch: Fixed tlb huge page loading issue
 2024-03-06 17:46 UTC  (9+ messages)
` [PATCH V2 1/1] "

[PATCH] main-loop: Avoid some unnecessary poll calls
 2024-03-06 17:21 UTC  (2+ messages)

[PATCH] target/riscv/vector_helper.c: Avoid shifting negative in fractional LMUL checking
 2024-03-06 17:17 UTC  (2+ messages)

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2024-03-06 17:16 UTC  (6+ messages)
` [PATCH-for-9.0 v2 10/19] hw/xen: Rename 'ram_memory' global variable as 'xen_memory'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()

[PATCH 0/5] target/riscv: Support Zve32x and Zve64x extensions
 2024-03-06 17:08 UTC  (2+ messages)
` [PATCH 2/5] target/riscv: Expose Zve32x extension to users


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).