qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-17 06:35:04 to 2024-06-17 18:59:10 UTC [more...]

[PATCH v3 00/16] migration/mapped-ram: Add direct-io support
 2024-06-17 18:57 UTC  (7+ messages)
` [PATCH v3 01/16] migration: Drop reference to QIOChannel if file seeking fails
` [PATCH v3 02/16] migration: Fix file migration with fdset
` [PATCH v3 05/16] monitor: Drop monitor_fdset_dup_fd_find/_remove()
` [PATCH v3 06/16] monitor: Introduce monitor_fdset_*free
` [PATCH v3 12/16] migration/multifd: Add direct-io support
` [PATCH v3 14/16] monitor: fdset: Match against O_DIRECT

[PATCH 00/23] ARM AArch64 Support for BSD
 2024-06-17 18:57 UTC  (2+ messages)
` [PATCH 06/23] Add Aarch64 register handling

[PULL v2 00/19] aspeed queue
 2024-06-17 18:38 UTC  (2+ messages)

[PATCH v2] os-posix: Expand setrlimit() syscall compatibility
 2024-06-17 18:21 UTC  (6+ messages)

[PATCH v2 00/10] migration: New postcopy state, and some cleanups
 2024-06-17 18:15 UTC  (11+ messages)
` [PATCH v2 01/10] migration/multifd: Avoid the final FLUSH in complete()
` [PATCH v2 02/10] migration: Rename thread debug names
` [PATCH v2 03/10] migration: Use MigrationStatus instead of int
` [PATCH v2 04/10] migration: Cleanup incoming migration setup state change
` [PATCH v2 05/10] migration/postcopy: Add postcopy-recover-setup phase
` [PATCH v2 06/10] migration/docs: Update postcopy recover session for SETUP phase
` [PATCH v2 07/10] tests/migration-tests: Drop most WIN32 ifdefs for postcopy failure tests
` [PATCH v2 08/10] tests/migration-tests: Always enable migration events
` [PATCH v2 09/10] tests/migration-tests: Verify postcopy-recover-setup status
` [PATCH v2 10/10] tests/migration-tests: Cover postcopy failure on reconnect

[PATCH] target/loongarch: Remove avail_64 in trans_srai_w()
 2024-06-17 18:09 UTC  (2+ messages)

[PATCH v2 0/4] Move VSX storage access and compare insns to
 2024-06-17 17:57 UTC  (7+ messages)
` [PATCH v2 2/4] target/ppc: Move VSX vector with length storage access insns to decodetree

[PATCH 00/20] qapi: new sphinx qapi domain pre-requisites
 2024-06-17 17:56 UTC  (26+ messages)
` [PATCH 06/20] qapi/parser: fix comment parsing immediately following a doc block
` [PATCH 07/20] qapi/parser: add semantic 'kind' parameter to QAPIDoc.Section
` [PATCH 09/20] qapi/parser: add undocumented stub members to all_sections
` [PATCH 11/20] qapi/schema: add doc_visible property to QAPISchemaDefinition
` [PATCH 13/20] docs/qapidoc: fix nested parsing under untagged sections
` [PATCH 14/20] qapi: fix non-compliant JSON examples
` [PATCH 18/20] qapi: ensure all errors sections are uniformly typset

[PATCH v7 00/17] Add a host IOMMU device abstraction to check with vIOMMU
 2024-06-17 17:36 UTC  (2+ messages)

[PATCH v4 0/5] hw/ppc: SPI model
 2024-06-17 16:54 UTC  (6+ messages)
` [PATCH v4 1/5] ppc/pnv: Add "
` [PATCH v4 2/5] ppc/pnv: Extend "
` [PATCH v4 3/5] hw/block: Add Microchip's 25CSM04 to m25p80
` [PATCH v4 4/5] hw/ppc: SPI controller wiring to P10 chip
` [PATCH v4 5/5] tests/qtest: Add pnv-spi-seeprom qtest

[PATCH] hw/arm/virt-acpi-build: Fix IORT id_count
 2024-06-17 16:48 UTC  (3+ messages)

[PATCH 00/18] tcg/loongarch64: Support v64 and v256
 2024-06-17 16:40 UTC  (22+ messages)
` [PATCH 01/18] tcg/loongarch64: Import LASX, FP insns
` [PATCH 02/18] tcg/loongarch64: Use fp load/store for I32 and I64 into vector regs
` [PATCH 03/18] tcg/loongarch64: Handle i32 and i64 moves between gr and fr
` [PATCH 04/18] tcg/loongarch64: Support TCG_TYPE_V64
` [PATCH 05/18] util/loongarch64: Detect LASX vector support
` [PATCH 06/18] tcg/loongarch64: Simplify tcg_out_dup_vec
` [PATCH 07/18] tcg/loongarch64: Support LASX in tcg_out_dup_vec
` [PATCH 08/18] tcg/loongarch64: Support LASX in tcg_out_dupm_vec
` [PATCH 09/18] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec
` [PATCH 10/18] tcg/loongarch64: Support LASX "

[PATCH] tap: use close_range() when forking scripts and helper
 2024-06-17 16:39 UTC  (4+ messages)

[PATCH v2 00/17] vfio: QOMify VFIOContainer
 2024-06-17 16:22 UTC  (39+ messages)
` [PATCH v2 01/17] vfio: Make vfio_devices_dma_logging_start() return bool
` [PATCH v2 02/17] vfio: Remove unused declarations from vfio-common.h
` [PATCH v2 03/17] vfio/common: Move dirty tracking ranges update to helper
` [PATCH v2 04/17] vfio/common: Extract vIOMMU code from vfio_sync_dirty_bitmap()
` [PATCH v2 05/17] vfio/container: Introduce vfio_address_space_insert()
` [PATCH v2 06/17] vfio/container: Simplify vfio_container_init()
` [PATCH v2 07/17] vfio/container: Modify vfio_get_iommu_type() to use a container fd
` [PATCH v2 08/17] vfio/container: Introduce vfio_get_iommu_class_name()
` [PATCH v2 09/17] vfio/container: Introduce vfio_create_container()
` [PATCH v2 10/17] vfio/container: Discover IOMMU type before creating the container
` [PATCH v2 11/17] vfio/container: Change VFIOContainerBase to use QOM
` [PATCH v2 12/17] vfio/container: Switch to QOM
` [PATCH v2 13/17] vfio/container: Introduce an instance_init() handler
` [PATCH v2 14/17] vfio/container: Remove VFIOContainerBase::ops
` [PATCH v2 15/17] vfio/container: Remove vfio_container_init()
` [PATCH v2 16/17] vfio/container: Introduce vfio_iommu_legacy_instance_init()
` [PATCH v2 17/17] vfio/container: Move vfio_container_destroy() to an instance_finalize() handler

[RFC PATCH 0/3] target/i386: Reorg push/pop within seg_helper.c
 2024-06-17 16:12 UTC  (4+ messages)
` [PATCH 1/3] target/i386: Introduce x86_mmu_index_{kernel_,}pl
` [PATCH 2/3] target/i386: Remove SEG_ADDL
` [PATCH 3/3] target/i386: Reorg push/pop within seg_helper.c

[PULL 0/1] Dirty page rate and dirty page limit 20240617 patches
 2024-06-17 15:49 UTC  (2+ messages)
` [PULL 1/1] migration/dirtyrate: Fix segmentation fault

[RFC PATCH v3 00/18] SMMUv3 nested translation support
 2024-06-17 15:04 UTC  (25+ messages)
` [RFC PATCH v3 06/18] hw/arm/smmu: Consolidate ASID and VMID types
` [RFC PATCH v3 08/18] hw/arm/smmu-common: Add support for nested TLB
` [RFC PATCH v3 10/18] hw/arm/smmu-common: Support nested translation
` [RFC PATCH v3 12/18] hw/arm/smmu: Support nesting in the rest of commands
` [RFC PATCH v3 13/18] hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()
` [RFC PATCH v3 14/18] hw/arm/smmuv3: Support and advertise nesting
` [RFC PATCH v3 15/18] hw/arm/smmuv3: Advertise S2FWB

[PATCH 0/5] s390x: Add Full Boot Order Support
 2024-06-17 14:49 UTC  (4+ messages)
` [PATCH 5/5] s390x: Enable and document boot device fallback on panic

[PATCH RESEND v7 00/12] vhost-user: support any POSIX system (tested on macOS, FreeBSD, OpenBSD)
 2024-06-17 14:36 UTC  (6+ messages)

[PATCH] hw/i386/fw_cfg: Add etc/e820 to fw_cfg late
 2024-06-17 14:36 UTC  (3+ messages)

[RFC PATCH v2 0/5] Implement ARM PL011 in Rust
 2024-06-17 14:32 UTC  (17+ messages)
` [RFC PATCH v2 3/5] rust: add PL011 device model

[PATCH] Update event idx if guest has made extra buffers during double check
 2024-06-17 13:51 UTC  (3+ messages)

[PATCH 00/26] hw/ppc: Prefer HumanReadableText over Monitor
 2024-06-17 13:30 UTC  (15+ messages)
` [PATCH 01/26] hw/ppc: Avoid using Monitor in pnv_phb3_msi_pic_print_info()
` [PATCH 03/26] hw/ppc: Avoid using Monitor in xive_tctx_pic_print_info()
` [PATCH 06/26] hw/ppc: Avoid using Monitor in xive_end_queue_pic_print_info()
` [PATCH 07/26] hw/ppc: Avoid using Monitor in spapr_xive_end_pic_print_info()
` [PATCH 08/26] hw/ppc: Avoid using Monitor in spapr_xive_pic_print_info()

[PATCH v4 0/8] VIRTIO-IOMMU/VFIO: Fix host iommu geometry handling for hotplugged devices
 2024-06-17 13:23 UTC  (4+ messages)
` [PATCH v4 3/8] HostIOMMUDevice: Introduce get_iova_ranges callback

Guest agent guest-exec memory usage
 2024-06-17 13:14 UTC  (2+ messages)

[PATCH 0/7] Remove some unused structures
 2024-06-17 12:59 UTC  (3+ messages)

[PATCH] monitor: Remove obsolete stubs
 2024-06-17 12:54 UTC  (2+ messages)

[PATCH] fix SSE2/SSSE3 feature detection in tcg/decode-new.c.inc
 2024-06-17 12:51 UTC 

[PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
 2024-06-17 12:48 UTC  (2+ messages)

[PATCH] hmp-commands-info.hx: Add missing info command for stats subcommand
 2024-06-17 12:47 UTC  (2+ messages)

[PATCH V3 0/2] improve -overcommit cpu-pm=on|off
 2024-06-17 12:47 UTC  (2+ messages)

[PATCH v7 0/2] Support RISC-V IOPMP
 2024-06-17 12:09 UTC  (4+ messages)
` [PATCH v7 1/2] hw/misc/riscv_iopmp: Add RISC-V IOPMP device

[PATCH qemu ] hw/acpi: Fix big endian host creation of Generic Port Affinity Structures
 2024-06-17 12:05 UTC  (7+ messages)

[RFC PATCH] subprojects: add a wrapper for libvirglrenderer
 2024-06-17 11:48 UTC  (4+ messages)

[PATCH 1/1] BootLogoLib: align logo coords to be even
 2024-06-17 11:27 UTC  (3+ messages)

[PATCH v2] ppc/pnv: Introduce pnv_chip_foreach_cpu()
 2024-06-17 11:19 UTC 

[PATCH v6 00/23] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-06-17 11:10 UTC  (27+ messages)
` [PATCH v6 01/23] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
` [PATCH v6 02/23] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH v6 03/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH v6 04/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH v6 05/23] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH v6 06/23] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH v6 07/23] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH v6 08/23] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH v6 09/23] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH v6 10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH v6 11/23] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
` [PATCH v6 12/23] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
` [PATCH v6 13/23] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH v6 14/23] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH v6 15/23] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH v6 16/23] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH v6 17/23] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH v6 18/23] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH v6 19/23] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH v6 20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH v6 21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro
` [PATCH v6 22/23] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH v6 23/23] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

linux-user: array overflow in pselect6 emulation
 2024-06-17 10:43 UTC 

[PATCH v2] virtio-pci: Fix the use of an uninitialized irqfd
 2024-06-17 10:38 UTC  (2+ messages)

[PATCH v2] Hexagon: lldb read/write predicate registers p0/p1/p2/p3
 2024-06-17 10:30 UTC  (2+ messages)

[PATCH v2 0/9] Add MTE stubs for aarch64 user mode
 2024-06-17  9:50 UTC  (18+ messages)
` [PATCH v2 3/9] gdbstub: Add support for target-specific stubs
` [PATCH v2 5/9] target/arm: Make some MTE helpers widely available
` [PATCH v2 6/9] target/arm: Factor out code for setting MTE TCF0 field

[PATCH v3] hw/arm/virt: Avoid unexpected warning from Linux guest on host with Fujitsu CPUs
 2024-06-17  9:36 UTC  (7+ messages)

[PATCH] virtio-gpu-gl: declare dependency on ui-opengl
 2024-06-17  8:35 UTC 

[PATCH 0/1] i386/tcg fix for IRET as used in dotnet runtime
 2024-06-17  8:33 UTC  (5+ messages)
` [PATCH 1/1] i386/tcg: Allow IRET from user mode to user mode for "

[PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-06-17  8:27 UTC  (9+ messages)

[PULL v2 00/25] target/i386, SCSI changes for 2024-06-11
 2024-06-17  8:13 UTC  (2+ messages)
` [PULL 13/25] target/i386: convert MOV from/to CR and DR to new decoder

[PATCH v2 00/11] qcow2: make subclusters discardable
 2024-06-17  7:39 UTC  (4+ messages)


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