messages from 2024-03-28 03:07:39 to 2024-03-28 16:30:34 UTC [more...]
[PATCH for-9.0 0/2] migration: Two migration bug fixes
2024-03-28 16:29 UTC (10+ messages)
` [PATCH for-9.0 1/2] migration: Set migration error in migration_completion()
` [PATCH for-9.0 2/2] migration/postcopy: Ensure postcopy_start() sets errp if it fails
[RFC v2 0/5] virtio,vhost: Add VIRTIO_F_IN_ORDER support
2024-03-28 16:22 UTC (6+ messages)
` [RFC v2 1/5] virtio: Initialize sequence variables
` [RFC v2 2/5] virtio: In-order support for split VQs
` [RFC v2 3/5] virtio: In-order support for packed VQs
` [RFC v2 4/5] vhost, vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
` [RFC v2 5/5] virtio: Add VIRTIO_F_IN_ORDER property definition
[PATCH v2 0/6] hw/char: Implement the STM32L4x5 USART, UART and LPUART
2024-03-28 16:14 UTC (13+ messages)
` [PATCH v2 2/6] hw/char: Implement STM32L4x5 USART skeleton
` [PATCH v2 3/6] hw/char/stm32l4x5_usart: Enable serial read and write
` [PATCH v2 4/6] hw/char/stm32l4x5_usart: Add options for serial parameters setting
` [PATCH v2 5/6] hw/arm: Add the USART to the stm32l4x5 SoC
` [PATCH v2 6/6] tests/qtest: Add tests for the STM32L4x5 USART
[RFC PATCH-for-9.1 00/29] hw/i386/pc: Decouple ISA vs PCI-based machines
2024-03-28 15:54 UTC (30+ messages)
` [RFC PATCH-for-9.1 01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro
` [RFC PATCH-for-9.1 02/29] hw/i386/pc: Extract pc_machine_is_pci_enabled() helper
` [RFC PATCH-for-9.1 03/29] hw/i386/pc: Pass base machine type as argument to DEFINE_PC_MACHINE()
` [RFC PATCH-for-9.1 04/29] hw/i386/pc: Introduce PC_PCI_MACHINE QOM type
` [RFC PATCH-for-9.1 05/29] hw/i386/pc: Remove PCMachineClass::pci_enabled field
` [RFC PATCH-for-9.1 06/29] hw/i386/pc: Move pci_root_uid field to PcPciMachineClass
` [RFC PATCH-for-9.1 07/29] hw/i386/pc: Call fw_cfg_add_extra_pci_roots() in pc_pci_machine_done()
` [RFC PATCH-for-9.1 08/29] hw/i386/pc: Move CXLState to PcPciMachineState
` [RFC PATCH-for-9.1 09/29] hw/i386/pc: Pass PCMachineState argument to acpi_setup()
` [RFC PATCH-for-9.1 10/29] hw/i386/pc: Remove PCMachineClass::has_acpi_build field
` [RFC PATCH-for-9.1 11/29] hw/i386/pc: Move acpi_setup() call to pc_pci_machine_done()
` [RFC PATCH-for-9.1 12/29] hw/i386/pc: Move acpi_build_enabled to PcPciMachineState
` [RFC PATCH-for-9.1 13/29] hw/i386/pc: Remove non-PCI code from pc_system_firmware_init()
` [RFC PATCH-for-9.1 14/29] hw/i386/pc: Move pc_system_flash_create() to pc_pci_machine_initfn()
` [RFC PATCH-for-9.1 15/29] hw/i386/pc: Move FW/pflash related fields to PcPciMachineState
` [RFC PATCH-for-9.1 16/29] hw/i386/pc: Move south-bridge related fields to PcPciMachine
` [RFC PATCH-for-9.1 17/29] hw/i386/pc: Inline gigabyte_align()
` [RFC PATCH-for-9.1 18/29] hw/i386/pc: Inline has_reserved_memory()
` [RFC PATCH-for-9.1 19/29] hw/i386/pc: Pass PcPciMachineState argument to CXL helpers
` [RFC PATCH-for-9.1 20/29] hw/i386/pc: Pass PcPciMachineState argument to pc_pci_hole64_start()
` [RFC PATCH-for-9.1 21/29] hw/i386/fw_cfg: Include missing 'qapi-types-machine.h' header
` [RFC PATCH-for-9.1 22/29] hw/i386/fw_cfg: Define fw_cfg_build_smbios() stub
` [RFC PATCH-for-9.1 23/29] hw/i386/fw_cfg: Inline smbios_defaults()
` [RFC PATCH-for-9.1 24/29] hw/i386/fw_cfg: Inline smbios_legacy_mode()
` [RFC PATCH-for-9.1 25/29] hw/i386/fw_cfg: Replace smbios_defaults() by !smbios_legacy_mode()
` [RFC PATCH-for-9.1 26/29] hw/i386/fw_cfg: Factor fw_cfg_build_smbios_legacy() out
` [RFC PATCH-for-9.1 27/29] hw/i386/pc: Call fw_cfg_build_smbios_legacy() in pc_machine_done()
` [RFC PATCH-for-9.1 28/29] hw/i386/pc: Rename pc_init1() -> pc_piix_init()
` [RFC PATCH-for-9.1 29/29] hw/i386/pc: Move ISA-only PC machine to pc_isa.c
[PATCH 1/1] docs: sbsa: update specs, add dt note
2024-03-28 15:43 UTC (2+ messages)
[PATCH v5 0/2] Implement SSH commands in QEMU GA for Windows
2024-03-28 15:40 UTC (3+ messages)
` [PATCH v5 1/2] Refactor common functions between POSIX and Windows implementation
` [PATCH v5 2/2] Implement SSH commands in QEMU GA for Windows
[PATCH-for-9.0 v2] hw/i386/pc: Deprecate 64-bit CPUs on ISA-only PC machine
2024-03-28 15:39 UTC (4+ messages)
[PATCH for-9.1 0/9] Switch to glib URI parsing code
2024-03-28 15:34 UTC (16+ messages)
` [PATCH for-9.1 1/9] tests: Remove Ubuntu 20.04 container
` [PATCH for-9.1 2/9] tests/lcitool/libvirt-ci: Update to the latest master branch
` [PATCH for-9.1 3/9] tests: Update our CI to use CentOS Stream 9 instead of 8
` [PATCH for-9.1 4/9] Bump minimum glib version to v2.66
` [PATCH for-9.1 5/9] block/gluster: Use URI parsing code from glib
` [PATCH for-9.1 6/9] block/nbd: "
` [PATCH for-9.1 7/9] block/nfs: "
` [PATCH for-9.1 8/9] block/ssh: "
` [PATCH for-9.1 9/9] util/uri: Remove the old URI parsing code
[PATCH] hw/intc/arm_gicv3: ICC_HPPIR* return SPURIOUS if int group is disabled
2024-03-28 15:33 UTC
[PULL 00/38] ppc-for-9.0-2 queue
2024-03-28 15:25 UTC (5+ messages)
` [PULL 35/38] spapr: nested: Introduce H_GUEST_[GET|SET]_STATE hcalls
[PATCH-for-9.1 v2 0/3] rdma: Remove RDMA subsystem and pvrdma device
2024-03-28 15:22 UTC (7+ messages)
` [PATCH-for-9.1 v2 1/3] hw/rdma: Remove pvrdma device and rdmacm-mux helper
` [PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
` [PATCH-for-9.1 v2 3/3] block/gluster: "
[PATCH v5 0/7] Live Migration With IAA
2024-03-28 15:22 UTC (6+ messages)
[PATCH v5 5/7] migration/multifd: implement initialization of qpl compression
2024-03-28 15:16 UTC (11+ messages)
[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
2024-03-28 15:13 UTC (3+ messages)
` [PATCH-for-9.0 v2 19/19] "
[PATCH v10 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
2024-03-28 14:57 UTC (11+ messages)
` [PATCH v10 11/23] hw/intc/arm_gicv3: Add external IRQ lines for NMI
` [PATCH v10 14/23] hw/intc/arm_gicv3: Add irq non-maskable property
` [PATCH v10 15/23] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [PATCH v10 16/23] hw/intc/arm_gicv3: Implement GICD_INMIR
` [PATCH v10 17/23] hw/intc/arm_gicv3: Add NMI handling CPU interface registers
[PATCH 00/19] -Werror=maybe-uninitialized fixes
2024-03-28 14:31 UTC (24+ messages)
` [PATCH 01/19] util/coroutine: fix -Werror=maybe-uninitialized false-positive
` [PATCH 02/19] util/timer: with "
` [PATCH 03/19] hw/qxl: fix -Werror=maybe-uninitialized false-positives
` [PATCH 04/19] nbd: with -Werror=maybe-uninitialized false-positive
` [PATCH 05/19] block/mirror: fix "
` [PATCH 06/19] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PATCH 07/19] hw/ahci: fix -Werror=maybe-uninitialized false-positive
` [PATCH 08/19] hw/vhost-scsi: fix -Werror=maybe-uninitialized
` [PATCH 09/19] hw/sdhci: fix -Werror=maybe-uninitialized false-positive
` [PATCH 10/19] hw/rdma: "
` [PATCH 11/19] migration/block: "
` [PATCH 12/19] migration: fix -Werror=maybe-uninitialized false-positives
` [PATCH 13/19] hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive
` [PATCH 14/19] plugins: "
` [PATCH 15/19] migration: "
` [PATCH 16/19] tests: fix -Werror=maybe-uninitialized
` [PATCH 17/19] hw/nvme: "
` [PATCH 18/19] hw/virtio: "
` [PATCH 19/19] RFC: hw/virtio: a potential leak fix
[PATCH v2 0/2] target/riscv: Support mxstatus CSR for thead-c906
2024-03-28 14:24 UTC (8+ messages)
` [PATCH v2 2/2] target/riscv: Support xtheadmaee "
[PATCH for-9.0] docs/about: Mark the iaspc machine type as deprecated
2024-03-28 14:09 UTC (4+ messages)
[Stable-8.2.1 00/71] Patch Round-up for stable 8.2.1, frozen on 2024-01-27
2024-03-28 13:41 UTC (5+ messages)
` [Stable-8.2.1 61/71] linux-user/riscv: Adjust vdso signal frame cfa offsets
[PATCH 0/3] target/ppc: fix tlb flushing race
2024-03-28 13:20 UTC (10+ messages)
` [PATCH 1/3] target/ppc: Fix broadcast tlbie synchronisation
` [PATCH 2/3] tcg/cputlb: Remove non-synced variants of global TLB flushes
` [PATCH 3/3] tcg/cputlb: remove other-cpu capability from TLB flushing
[PATCH-for-9.1] rdma: Remove RDMA subsystem and pvrdma device
2024-03-28 13:01 UTC (7+ messages)
[PATCH v1] coroutine: avoid inserting duplicate coroutine to co_queue_wakeup
2024-03-28 12:40 UTC (5+ messages)
[RFC QEMU PATCH v8 0/1] S3 support
2024-03-28 12:36 UTC (6+ messages)
` [RFC QEMU PATCH v8 1/2] virtio-pci: only reset pm state during resetting
` [RFC QEMU PATCH v8 2/2] virtio-pci: implement No_Soft_Reset bit
[PATCH v2 0/2] virtio-net: Fix RSS
2024-03-28 11:59 UTC (4+ messages)
` [PATCH v2 2/2] ebpf: Fix indirections table setting
[PATCH-for-9.1 v2 00/21] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
2024-03-28 11:47 UTC (16+ messages)
` [PATCH-for-9.1 v2 05/21] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH-for-9.1 v2 06/21] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH-for-9.1 v2 08/21] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH-for-9.1 v2 18/21] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH-for-9.1 v2 19/21] hw/i386/pc: Remove 2.3 and deprecate 2.4 to 2.7 pc-i440fx machines
` [PATCH-for-9.1 v2 20/21] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH-for-9.1 v2 21/21] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE
Ideas on dealing with mttcg_enabled/use_icount globals
2024-03-28 11:44 UTC
[PATCH] block: Remove unnecessary NULL check in bdrv_pad_request()
2024-03-28 11:24 UTC (3+ messages)
[PATCH 0/9] Introduce support for IGVM files
2024-03-28 11:03 UTC (6+ messages)
` [PATCH 6/9] i386/pc: Skip initialization of system FW when using IGVM
[RFC 00/15] block job API
2024-03-28 10:56 UTC (9+ messages)
` [RFC 01/15] scripts/qapi: support type-based unions
` [RFC 04/15] qapi: block-job-change: make copy-mode parameter optional
qemu process consumes 100% host CPU after reverting snapshot
2024-03-28 10:50 UTC (2+ messages)
[RFC PATCH v8 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
2024-03-28 10:46 UTC (5+ messages)
` [RFC PATCH v8 09/23] target/arm: Handle PSTATE.ALLINT on taking an exception
[PATCH v4 0/3] Add support for the RAPL MSRs series
2024-03-28 10:46 UTC (5+ messages)
` [PATCH v4 2/3] tools: build qemu-vmsr-helper
[PATCH v3 0/3] docs/interop/firmware.json: scripts/qapi-gen.py compatibility
2024-03-28 10:31 UTC (4+ messages)
` [PATCH v3 1/3] docs/interop/firmware.json: add new enum FirmwareFormat
[PATCH for-9.1 v5 0/3] kvm: add support for guest physical bits
2024-03-28 10:21 UTC (3+ messages)
` [PATCH for-9.1 v5 1/3] hw: Add compat machines for 9.1
Gdb support for Debugging Arm M profile with Xilinx Qemu
2024-03-28 9:58 UTC
[RFC QEMU PATCH v7 0/1] S3 support
2024-03-28 9:56 UTC (6+ messages)
` [RFC QEMU PATCH v7 1/1] virtio-pci: implement No_Soft_Reset bit
[PATCH 00/10] pnv/phb4: Update PHB4 to the latest spec PH5
2024-03-28 9:31 UTC (4+ messages)
` [PATCH 10/10] pnv/phb4: Mask off LSI Source-ID based on number of interrupts
[PATCH v3] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
2024-03-28 9:30 UTC (5+ messages)
[PATCH v4] blockcommit: Reopen base image as RO after abort
2024-03-28 9:16 UTC
[PATCH for-9.0 v3 0/2] qtest/virtio-9p-test.c: fix slow tests
2024-03-28 9:12 UTC (3+ messages)
[PATCH v6 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
2024-03-28 7:54 UTC (4+ messages)
` [PATCH v6 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
` [External] "
[PATCH v8 0/5] Support message-based DMA in vfio-user server
2024-03-28 7:53 UTC (3+ messages)
[PATCH v2 0/5] *** Implement using Intel QAT to offload ZLIB
2024-03-28 7:32 UTC (4+ messages)
` [PATCH v2 2/5] migration: Add migration parameters for QATzip
[PATCH v1 0/6] Check and sync host IOMMU cap/ecap with vIOMMU
2024-03-28 7:20 UTC (9+ messages)
` [PATCH v1 3/6] intel_iommu: Add a framework to check and sync host IOMMU cap/ecap
[RFC 0/2] disable the configuration interrupt for the unsupported device
2024-03-28 7:07 UTC (12+ messages)
[PATCH] mem/cxl_type3: fix hpa to dpa logic
2024-03-28 6:24 UTC (3+ messages)
[QEMU PATCH v5 0/1] Support device passthrough when dom0 is PVH on Xen
2024-03-28 6:07 UTC (2+ messages)
` [RFC QEMU PATCH v5 1/1] xen: Use gsi instead of irq for mapping pirq
[PATCH v2] hw/net/net_tx_pkt: Fix virtio header without checksum offloading
2024-03-28 4:33 UTC (2+ messages)
[PATCH 0/4] tests/avocado: Fixes for ppc_hv_tests.py
2024-03-28 4:15 UTC (5+ messages)
` [PATCH 1/4] tests/avocado: Fix ppc_hv_tests.py xorriso dependency guard
` [PATCH 2/4] tests/avocado: ppc_hv_tests.py set alpine time before setup-alpine
` [PATCH 3/4] tests/avocado: exec_command should not consume console output
` [PATCH 4/4] tests/avocado: Mark ppc_hv_tests.py as non-flaky after fixed console interaction
[PATCH for-9.0?] accel/tcg: Use CPUState.get_pc in cpu_io_recompile
2024-03-28 3:39 UTC
[PATCH v1 00/11] Add a host IOMMU device abstraction
2024-03-28 3:06 UTC (6+ messages)
` [PATCH v1 01/11] Introduce a common abstract struct HostIOMMUDevice
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).