messages from 2024-09-27 20:36:45 to 2024-09-30 09:30:58 UTC [more...]
[PATCH v4 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-09-30 9:26 UTC (6+ messages)
` [PATCH v4 01/17] intel_iommu: Use the latest fault reasons defined by spec
` [PATCH v4 02/17] intel_iommu: Make pasid entry type check accurate
` [PATCH v4 03/17] intel_iommu: Add a placeholder variable for scalable modern mode
` [PATCH v4 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
` [PATCH v4 05/17] intel_iommu: Rename slpte to pte
[PATCH v3 00/22] -Werror=maybe-uninitialized fixes
2024-09-30 9:26 UTC (28+ messages)
` [PATCH v3 01/22] util/coroutine: fix -Werror=maybe-uninitialized false-positive
` [PATCH v3 02/22] util/timer: "
` [PATCH v3 03/22] hw/qxl: fix -Werror=maybe-uninitialized false-positives
` [PATCH v3 04/22] nbd: fix -Werror=maybe-uninitialized false-positive
` [PATCH v3 05/22] block/mirror: "
` [PATCH v3 06/22] "
` [PATCH v3 07/22] block/stream: fix -Werror=maybe-uninitialized false-positives
` [PATCH v3 08/22] hw/ahci: fix -Werror=maybe-uninitialized false-positive
` [PATCH v3 09/22] hw/vhost-scsi: fix -Werror=maybe-uninitialized
` [PATCH v3 10/22] hw/sdhci: fix -Werror=maybe-uninitialized false-positive
` [PATCH v3 11/22] block/block-copy: "
` [PATCH v3 12/22] migration: fix -Werror=maybe-uninitialized false-positives
` [PATCH v3 13/22] hw/virtio-blk: fix -Werror=maybe-uninitialized false-positive
` [PATCH v3 14/22] migration: "
` [PATCH v3 15/22] linux-user/hppa: "
` [PATCH v3 16/22] target/loongarch: "
` [PATCH v3 17/22] tests: "
` [PATCH v3 18/22] hw/virtio: fix -Werror=maybe-uninitialized
` [PATCH v3 19/22] RFC: hw/virtio: a potential leak fix
` [PATCH v3 20/22] block: fix -Werror=maybe-uninitialized false-positive
` [PATCH v3 21/22] qom/object: fix -Werror=maybe-uninitialized
` [PATCH v3 22/22] fsdep/9p: fix -Werror=maybe-uninitialized false-positive
[Bug Report][RFC PATCH 0/1] block: fix failing assert on paused VM migration
2024-09-30 9:25 UTC (3+ messages)
` [Bug Report][RFC PATCH 1/1] "
[PATCH v10 0/9] Add Rust build support, ARM PL011 device impl
2024-09-30 9:24 UTC (3+ messages)
` [PATCH v10 7/9] rust: add crate to expose bindings and interfaces
[PATCH 00/12] target/mips: Remove target-specific endianness knowledge
2024-09-30 9:11 UTC (13+ messages)
` [PATCH 01/12] target/mips: Declare cpu_is_bigendian_env() in 'internal.h'
` [PATCH 02/12] target/mips: Introduce mo_endian_env() helper
` [PATCH 03/12] target/mips: Replace MO_TE by mo_endian_env() in get_pte()
` [PATCH 04/12] target/mips: Convert mips16e decr_and_load/store() macros to functions
` [PATCH 05/12] target/mips: Introduce mo_endian() helper
` [PATCH 06/12] target/mips: Explode MO_TExx -> MO_TE | MO_xx
` [PATCH 07/12] target/mips: Replace MO_TE by mo_endian()
` [PATCH 08/12] target/mips: Expose MIPSCPU::is_big_endian property
` [PATCH 09/12] hw/mips/cps: Set the vCPU 'cpu-big-endian' property
` [PATCH 10/12] hw/mips: Have mips_cpu_create_with_clock() take an endianness argument
` [PATCH 11/12] target/mips: Remove target-specific code in mips_cpu_reset_hold()
` [PATCH 12/12] hw/mips/malta: Remove TARGET_BIG_ENDIAN #ifdef'ry
[PATCH v6 0/8] Support GPIO for AST2700
2024-09-30 9:11 UTC (11+ messages)
` [PATCH v6 1/8] hw/gpio/aspeed: Fix coding style
` [PATCH v6 2/8] hw/gpio/aspeed: Support to set the different memory size
` [PATCH v6 3/8] hw/gpio/aspeed: Support different memory region ops
` [PATCH v6 4/8] hw/gpio/aspeed: Fix clear incorrect interrupt status for GPIO index mode
` [PATCH v6 5/8] hw/gpio/aspeed: Add AST2700 support
` [PATCH v6 6/8] aspeed/soc: Correct GPIO irq 130 for AST2700
` [SPAM] "
` [PATCH v6 7/8] aspeed/soc: Support GPIO "
` [SPAM] "
` [PATCH v6 8/8] hw/gpio/aspeed: Add test case "
[PATCH] intel_iommu: Remove Transient Mapping (TM) field from second-level page-tables
2024-09-30 9:11 UTC (2+ messages)
[PULL 0/5] Block-jobs 2024-09-30
2024-09-30 8:43 UTC (6+ messages)
` [PULL 1/5] copy-before-write: allow specifying minimum cluster size
` [PULL 2/5] backup: add minimum cluster size to performance options
` [PULL 3/5] block/reqlist: allow adding overlapping requests
` [PULL 4/5] block: Remove unused aio_task_pool_empty
` [PULL 5/5] util/co-shared-resource: Remove unused co_try_get_from_shres
[PATCH 00/13] hw: Add ld/st_endian() APIs
2024-09-30 7:34 UTC (14+ messages)
` [PATCH 01/13] qemu/bswap: Introduce ld/st_endian_p() API
` [PATCH 02/13] hw/virtio/virtio-access: Use the "
` [PATCH 03/13] target/arm/ptw: "
` [PATCH 04/13] hw/mips: Pass BlCpuCfg argument to bootloader API
` [PATCH 05/13] hw/mips: Add cpu_is_bigendian field to BlCpuCfg structure
` [PATCH 06/13] tests/tcg/plugins: Use the ld/st_endian_p() API
` [PATCH 07/13] hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry
` [PATCH 08/13] hw/xtensa/xtfpga: Replace memcpy()+tswap32() by stl_endian_p()
` [PATCH 09/13] exec/memory_ldst_phys: Introduce ld/st_endian_phys() API
` [PATCH 10/13] hw/virtio/virtio-access: Use "
` [PATCH 11/13] hw/pci/pci_device: Add PCI_DMA_DEFINE_LDST_END() macro
` [PATCH 12/13] hw/pci/pci_device: Introduce ld/st_endian_pci_dma() API
` [PATCH 13/13] hw/net/tulip: Use "
[PATCH v2 00/22] -Werror=maybe-uninitialized fixes
2024-09-30 8:30 UTC (8+ messages)
` [PATCH v2 18/22] hw/virtio: fix -Werror=maybe-uninitialized false-positive
[PATCH V2 0/18] s390x: Add Full Boot Order Support
2024-09-30 8:14 UTC (9+ messages)
` [PATCH 07/18] pc-bios/s390-ccw: Remove panics from ISO IPL path
` [PATCH 09/18] pc-bios/s390-ccw: Remove panics from SCSI "
` [PATCH 10/18] pc-bios/s390-ccw: Remove panics from DASD "
[PATCH] hw/mips: Build fw_cfg.c once
2024-09-30 7:24 UTC (2+ messages)
[PATCH 0/2] hw/loongarch: Build fw_cfg.c as common object
2024-09-30 8:02 UTC (6+ messages)
` [PATCH 1/2] hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
` [PATCH 2/2] hw/loongarch/fw_cfg: Build in common_ss[]
[PATCH v2] target/loongarch: Add steal time support on migration
2024-09-30 6:40 UTC
[PATCH v3 0/6] Support GPIO for AST2700
2024-09-30 6:00 UTC (7+ messages)
[PATCH v5 0/7] Support GPIO for AST2700
2024-09-30 5:55 UTC (7+ messages)
` [PATCH v5 6/7] aspeed/soc: Support GPIO for AST2700 and correct irq 130
` [PATCH v5 7/7] hw/gpio/aspeed: Add test case for AST2700
[PATCH v3 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-09-30 5:55 UTC (22+ messages)
` [PATCH v3 05/17] intel_iommu: Rename slpte to pte
` [PATCH v3 06/17] intel_iommu: Implement stage-1 translation
` [PATCH v3 12/17] intel_iommu: Add support for PASID-based device IOTLB invalidation
` [PATCH v3 14/17] intel_iommu: Set default aw_bits to 48 in scalable modern mode
` [PATCH v3 15/17] intel_iommu: Modify x-scalable-mode to be string option to expose "
[RFC v3 0/3] Add packed virtqueue to shadow virtqueue
2024-09-30 5:34 UTC (4+ messages)
` [RFC v3 3/3] vhost: Allocate memory for packed vring
[PATCH 0/6] refactor RDMA live migration based on rsocket API
2024-09-29 22:26 UTC (12+ messages)
[PULL v2 00/47] riscv-to-apply queue
2024-09-29 20:53 UTC (10+ messages)
` [PULL v2 16/47] hw/riscv: add RISC-V IOMMU base emulation
[PATCH v2 0/2] Fix PVH entrypoint parsing
2024-09-29 18:06 UTC (3+ messages)
` [PATCH v2 1/2] hw/elf_ops: Implement missing endian swabbing for ELF notes
` [PATCH v2 2/2] hw/x86: Always treat the PVH entrypoint as a 32-bit LE field
[PATCH v2 0/3] migration: auto-converge refinements for huge VM
2024-09-29 17:14 UTC (4+ messages)
` [PATCH v2 1/3] migration: Support background ramblock dirty sync
` [PATCH v2 2/3] qapi/migration: Introduce cpu-throttle-responsive parameter
` [PATCH v2 3/3] migration: Support responsive CPU throttle
[PATCH] block/file-posix: optimize append write
2024-09-29 16:03 UTC
[PATCH v2 0/3] virtio_net: Add the check for vdpa's mac address
2024-09-29 15:59 UTC (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] virtio_net: Add the 2rd acceptable situation for Mac setup
` [PATCH v2 3/3] virtio_net: Add the 3rd "
[PATCH v9 0/4] Add full zoned storage emulation to qcow2 driver
2024-09-29 13:43 UTC (5+ messages)
` [PATCH v9 1/4] docs/qcow2: add the zoned format feature
` [PATCH v9 2/4] qcow2: add configurations for zoned format extension
` [PATCH v9 3/4] qcow2: add zoned emulation capability
` [PATCH v9 4/4] iotests: test the zoned format feature for qcow2 file
[PATCH v8 0/4] Add full zoned storage emulation to qcow2 driver
2024-09-29 13:01 UTC (5+ messages)
` [PATCH v8 1/4] docs/qcow2: add the zoned format feature
` [PATCH v8 2/4] qcow2: add configurations for zoned format extension
` [PATCH v8 3/4] qcow2: add zoned emulation capability
` [PATCH v8 4/4] iotests: test the zoned format feature for qcow2 file
[PATCH v2] i386/cpu: Drop the check of phys_bits in host_cpu_realizefn()
2024-09-29 8:57 UTC
[PULL 0/7] loongarch-to-apply queue
2024-09-29 8:17 UTC (8+ messages)
` [PULL 1/7] acpi: ged: Add macro for acpi sleep control register
` [PULL 2/7] hw/loongarch/virt: Add FDT table support with acpi ged pm register
` [PULL 3/7] hw/loongarch/boot: Refactor EFI booting protocol generation
` [PULL 4/7] hw/loongarch/boot: Rework boot code generation
` [PULL 5/7] target/loongarch: Avoid bits shift exceeding width of bool type
` [PULL 6/7] hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
` [PULL 7/7] hw/loongarch/fw_cfg: Build in common_ss[]
[PATCH 0/2] hw/loongarch/booting: Booting protocol refactoring
2024-09-29 7:51 UTC (2+ messages)
[PATCH v3 0/2] Add FDT table support with acpi ged pm register
2024-09-29 7:45 UTC (4+ messages)
` [PATCH v3 2/2] hw/loongarch/virt: "
[PATCH v2] target/loongarch: Avoid bits shift exceeding width of bool type
2024-09-29 7:42 UTC (2+ messages)
[PATCH] linux-headers: loongarch: add kvm_para.h and unistd_64.h
2024-09-29 7:22 UTC
[PATCH v5 0/2] target/loongarch: Add loongson binary translation feature
2024-09-29 7:04 UTC (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] target/loongarch: Implement lbt registers save/restore function
[PATCH v4 0/2] target/loongarch: Add loongson binary translation feature
2024-09-29 4:07 UTC (7+ messages)
` [PATCH v4 2/2] target/loongarch: Implement lbt registers save/restore function
More than 255 vcpus Windows VM setup without viommu ?
2024-09-28 14:59 UTC (2+ messages)
[PULL 00/44] Functional test conversion, and assert(0) cleanup
2024-09-28 13:37 UTC (2+ messages)
[PULL 0/1] qemu-openbios queue 20240924
2024-09-28 13:37 UTC (2+ messages)
[PATCH v3 00/14] macOS PV Graphics and new vmapple machine type
2024-09-28 13:33 UTC (17+ messages)
` [PATCH v3 01/14] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v3 02/14] hw/display/apple-gfx: Adds PCI implementation
` [PATCH v3 03/14] ui/cocoa: Adds non-app runloop on main thread mode
` [PATCH v3 04/14] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v3 05/14] MAINTAINERS: Add myself as maintainer for apple-gfx, reviewer for HVF
` [PATCH v3 06/14] hw: Add vmapple subdir
` [PATCH v3 07/14] hw/misc/pvpanic: Add MMIO interface
` [PATCH v3 08/14] hvf: arm: Ignore writes to CNTP_CTL_EL0
` [PATCH v3 09/14] gpex: Allow more than 4 legacy IRQs
` [PATCH v3 10/14] hw/vmapple/aes: Introduce aes engine
` [PATCH v3 11/14] hw/vmapple/bdif: Introduce vmapple backdoor interface
` [PATCH v3 12/14] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v3 13/14] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v3 14/14] hw/vmapple/vmapple: Add vmapple machine type
RTC time could run slow 3s than host time when clock=vm & base=UTC
2024-09-28 10:47 UTC (2+ messages)
[PATCH v7 0/2] linux-user: add openat2 support in linux-user
2024-09-28 10:45 UTC (5+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] linux-user: add strace support for openat2
[PATCH v2] i386/hvf: Integrates x2APIC support with hvf accel
2024-09-28 10:04 UTC
[PATCH v1 0/7] migration: auto-converge refinements for huge VM
2024-09-28 5:07 UTC (12+ messages)
` [PATCH v1 1/7] migration: Introduce structs for background sync
[PATCH v2 0/4] hw/ppc & net: Simplify LD/ST API uses
2024-09-27 21:50 UTC (5+ messages)
` [PATCH v2 1/4] hw/ppc/spapr_nvdimm: "
` [PATCH v2 2/4] hw/ppc/spapr_vof: "
` [PATCH v2 3/4] hw/ppc/vof: "
` [PATCH v2 4/4] net/l2tpv3: "
[PATCH 0/4] hw/ppc & net: Simplify LD/ST API uses
2024-09-27 21:45 UTC (5+ messages)
` [PATCH 1/4] hw/ppc/spapr_nvdimm: "
` [PATCH 2/4] hw/ppc/spapr_vof: "
` [PATCH 3/4] hw/ppc/vof: "
` [PATCH 4/4] net/l2tpv3: "
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).