messages from 2025-03-28 08:03:38 to 2025-03-31 15:20:14 UTC [more...]
[PATCH v8 0/7] Allow to enable multifd and postcopy migration together
2025-03-31 15:18 UTC (7+ messages)
` [PATCH v8 2/7] migration: Refactor channel discovery mechanism
` [PATCH v8 6/7] migration: Add save_postcopy_prepare() savevm handler
` [PATCH v8 7/7] migration/ram: Implement save_postcopy_prepare()
KVM/QEMU community call 1/4/2025 agenda items?
2025-03-31 15:07 UTC
[PATCH] target/ppc: Improve PSSCR SPR modelling
2025-03-31 14:54 UTC
[PATCH] ppc: Implement print_info interface function for the CPU class
2025-03-31 14:51 UTC
[PATCH-for-10.0 00/12] hw: Categorize few devices and add their descriptions
2025-03-31 14:35 UTC (2+ messages)
[PATCH v2] ppc/vof: Make nextprop behave more like Open Firmware
2025-03-31 14:26 UTC
[PATCH v2 1/1] goldfish_rtc: keep time offset when resetting
2025-03-31 14:16 UTC (2+ messages)
[PATCH 0/3] target/mips: Revert TARGET_PAGE_BITS_VARY and bug fixes
2025-03-31 14:12 UTC (8+ messages)
` [PATCH 1/3] target/mips: Revert TARGET_PAGE_BITS_VARY
` [PATCH 2/3] target/mips: Require even maskbits in update_pagemask
` [PATCH 3/3] target/mips: Simplify and fix update_pagemask
[PATCH v3 0/4] *** Add SCLP event type CPI ***
2025-03-31 14:00 UTC (5+ messages)
` [PATCH v3 1/4] hw/s390x: add SCLP event type CPI
` [PATCH v3 2/4] hw/s390x: add Control-Program Identification to QOM
` [PATCH v3 3/4] hw/s390x: support migration of CPI data
` [PATCH v3 4/4] hw/s390x: compat handling for backward migration
[PATCH] hw/9pfs: add cleanup operation for 9p-synth
2025-03-31 13:52 UTC
[PATCH v2 0/3] Enable QEMU NVMe userspace driver on s390x
2025-03-31 13:46 UTC (13+ messages)
` [PATCH v2 1/3] util: Add functions for s390x mmio read/write
` [PATCH v2 2/3] include: Add a header to define PCI MMIO functions
` [PATCH v2 3/3] block/nvme: Use QEMU PCI MMIO API
[PATCH 0/3] ipmi: bmc-sim improvements
2025-03-31 13:25 UTC (6+ messages)
` [PATCH 1/3] ipmi/bmc-sim: implement watchdog dont log flag
` [PATCH 2/3] ipmi/bmc-sim: add error handling for 'Set BMC Global Enables' command
` [PATCH 3/3] ipmi/bmc-sim: Add 'Get Channel Info' command
[PATCH v3 0/2] gdb invalid memory access handling improvements
2025-03-31 13:18 UTC (3+ messages)
` [PATCH v3 1/2] gdbstub: Improve physical memory access handling
` [PATCH v3 2/2] memory: suppress INVALID_MEM logs caused by debug access
[PATCH for-10.1 00/32] vfio: Spring cleanup
2025-03-31 13:14 UTC (6+ messages)
` [PATCH for-10.1 30/32] vfio: Rename VFIO dirty tracking services
[PATCH] pnv/xive: Expand implementation of XIVE physical thread enables
2025-03-31 13:06 UTC
[PATCH] alsaaudio: Set try-poll to false by default
2025-03-31 13:05 UTC (3+ messages)
Central repo for VirtIO conformance tests?
2025-03-31 12:36 UTC (6+ messages)
[PATCH] migration: fix SEEK_CUR offset calculation in qio_channel_block_seek
2025-03-31 12:26 UTC (3+ messages)
[PATCH 0/2] target/ppc: regression fixes
2025-03-31 12:08 UTC (4+ messages)
` [PATCH 1/2] target/ppc: Big-core scratch register fix
` [PATCH 2/2] target/ppc: Fix SPRC/SPRD SPRs for P9/10
[PATCH] mips: Mark the "mipssim" machine as deprecated
2025-03-31 12:07 UTC (7+ messages)
[PATCH-for-10.1 0/5] exec: Remove TARGET_LONG_SIZE definition
2025-03-31 11:49 UTC (4+ messages)
` [PATCH-for-10.1 2/5] gdbstub: Remove ldtul_be_p() and ldtul_le_p() macros
[PATCH v4] target/ppc: Deprecate Power8E and Power8NVL
2025-03-31 11:37 UTC (2+ messages)
[PATCH v3 0/2] GT64120 PCI endianness fixes and cleanup
2025-03-31 11:35 UTC (4+ messages)
` [PATCH v3 1/2] hw/pci-host/gt64120: Fix endianness handling
` [PATCH v3 2/2] hw/pci-host: Remove unused pci_host_data_be_ops
[PATCH] hw/pci-host/gt64120.c: Fix PCI host bridge endianness handling
2025-03-31 11:34 UTC (10+ messages)
[PATCH v2 0/5] target/riscv: Smepmp fixes to match specification
2025-03-31 11:31 UTC (13+ messages)
` [PATCH v2 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges
` [PATCH v2 2/5] target/riscv: pmp: move Smepmp operation conversion into a function
` [PATCH v2 3/5] target/riscv: pmp: fix checks on writes to pmpcfg in Smepmp MML mode
` [PATCH v2 4/5] target/riscv: pmp: exit csr writes early if value was not changed
` [PATCH v2 5/5] target/riscv: pmp: remove redundant check in pmp_is_locked
[PATCH] hw/scsi/lsi53c895a: fix memory leak in lsi_scsi_realize()
2025-03-31 11:20 UTC (3+ messages)
[PATCH] hw/sd/sdhci: free irq on exit
2025-03-31 11:20 UTC (3+ messages)
[PATCH] hw/char/bcm2835_aux: Fix incorrect interrupt ID when RX disabled
2025-03-31 11:20 UTC (3+ messages)
[PATCH] hw/ufs: free irq on exit
2025-03-31 11:20 UTC (3+ messages)
[PATCH 0/2] Initial logging support for Rust
2025-03-31 9:53 UTC (5+ messages)
` [PATCH 1/2] rust/qemu-api: Add initial logging support based on C API
` [PATCH 2/2] rust/hw/char/pl011/src/device: Implement logging
[PATCH v3 0/7] Enable shared device assignment
2025-03-31 8:55 UTC (8+ messages)
` [PATCH v3 6/7] memory: Attach MemoryAttributeManager to guest_memfd-backed RAMBlocks
[PATCH] target/i386: Fix model number of Zhaoxin YongFeng vCPU template
2025-03-31 8:03 UTC
[PATCH v2] target/ppc: Deprecate Power8E and Power8NVL
2025-03-31 6:41 UTC (4+ messages)
[PATCH v2 0/3] vhost: fix the IO error after live migration
2025-03-31 6:37 UTC (3+ messages)
` [PATCH v3 "
[PATCH v5 0/4] virtio_net: Add the check for vdpa's mac address
2025-03-31 6:32 UTC (3+ messages)
` [PATCH v5 2/4] "
[RFC v2 0/5] accel/kvm: Support KVM PMU filter
2025-03-31 6:32 UTC (4+ messages)
[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-03-31 3:55 UTC (5+ messages)
` [PATCH v2 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
[PATCH v3 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
2025-03-31 1:32 UTC (11+ messages)
` [PATCH v3 01/10] target/i386: disable PerfMonV2 when PERFCORE unavailable
` [PATCH v3 02/10] target/i386: disable PERFCORE when "-pmu" is configured
` [PATCH v3 03/10] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v3 04/10] target/i386/kvm: set KVM_PMU_CAP_DISABLE if "-pmu" is configured
` [PATCH v3 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v3 06/10] target/i386/kvm: rename architectural PMU variables
` [PATCH v3 07/10] target/i386/kvm: query kvm.enable_pmu parameter
` [PATCH v3 08/10] target/i386/kvm: reset AMD PMU registers during VM reset
` [PATCH v3 09/10] target/i386/kvm: support perfmon-v2 for reset
` [PATCH v3 10/10] target/i386/kvm: don't stop Intel PMU counters
[PATCH] ppc/vof: Make nextprop behave more like Open Firmware
2025-03-30 22:34 UTC
[PATCH v3] target/ppc: Deprecate Power8E and Power8NVL
2025-03-30 21:11 UTC (3+ messages)
Plea for advice with PCIe on QEMU for iMX6 and plan to add FlexCAN controller support
2025-03-30 15:01 UTC (3+ messages)
` [WIP] QEMU FlexCAN controller support on iMX6, interrest in iMX8 and PCIe Virtio on iMX6/8
[PATCH v2] hw/pci-host/gt64120.c: Fix PCI host bridge endianness handling
2025-03-30 12:26 UTC (5+ messages)
[PATCH v3 0/3] i.MX 8M Plus EVK Fixes
2025-03-30 9:48 UTC (3+ messages)
[PATCH] tests/functional: Add test for imx8mp-evk board with USDHC coverage
2025-03-30 9:41 UTC
[PATCH v2 00/11] gdbstub: conversion to runtime endianess helpers
2025-03-30 8:25 UTC (8+ messages)
` [PATCH v2 01/11] include/exec: fix assert in size_memop
` [PATCH v2 04/11] gdbstub: introduce target independent gdb register helper
[PATCH v7 0/3] hw/acpi: Add vmclock device
2025-03-30 4:52 UTC (9+ messages)
` [PATCH v7 3/3] "
` [PATCH] hw/acpi: Remove legacy reset handling from vmclock
[PATCH 0/2] Move device tree files in a subdir in pc-bios
2025-03-29 17:35 UTC (4+ messages)
` [PATCH 1/2] system/datadir: Add new type constant for DTB files
` [PATCH 2/2] pc-bios: Move device tree files in their own subdir
[PATCH v2 00/12] Fix RVV encoding corner cases
2025-03-29 14:44 UTC (13+ messages)
` [PATCH v2 01/12] target/riscv: rvv: Source vector registers cannot overlap mask register
` [PATCH v2 02/12] target/riscv: rvv: Add CHECK arg to GEN_OPFVF_WIDEN_TRANS
` [PATCH v2 03/12] target/riscv: Add vext_check_input_eew to check mismatched input EEWs encoding constraint
` [PATCH v2 04/12] target/riscv: rvv: Apply vext_check_input_eew to vector register gather instructions
` [PATCH v2 05/12] target/riscv: rvv: Apply vext_check_input_eew to OPIVI/OPIVX/OPFVF(vext_check_ss) instructions
` [PATCH v2 06/12] target/riscv: rvv: Apply vext_check_input_eew to OPIVV/OPFVV(vext_check_sss) instructions
` [PATCH v2 07/12] target/riscv: rvv: Apply vext_check_input_eew to vector slide instructions(OPIVI/OPIVX)
` [PATCH v2 08/12] target/riscv: rvv: Apply vext_check_input_eew to vector integer extension instructions(OPMVV)
` [PATCH v2 09/12] target/riscv: rvv: Apply vext_check_input_eew to vector widen instructions(OPMVV/OPMVX/etc.)
` [PATCH v2 10/12] target/riscv: rvv: Apply vext_check_input_eew to vector narrow instructions
` [PATCH v2 11/12] target/riscv: rvv: Apply vext_check_input_eew to vector indexed load/store instructions
` [PATCH v2 12/12] target/riscv: Fix the rvv reserved encoding of unmasked instructions
[PATCH] target/ppc: Deprecate Power8E and Power8NVL
2025-03-29 13:45 UTC (3+ messages)
[PATCH 1/2] i386/xen: Move KVM_XEN_HVM_CONFIG ioctl to kvm_xen_init_vcpu()
2025-03-29 7:28 UTC (2+ messages)
[PATCH 0/9] single-binary: Restrict scope of TARGET_PAGE_BITS_MIN
2025-03-28 21:21 UTC (23+ messages)
` [PATCH 1/9] include/exec: Move tb_{, set_}page_addr[01] to translation-block.h
` [PATCH 1/9] include/exec: Move tb_{,set_}page_addr[01] "
` [PATCH 2/9] accel/tcg: Move get_page_addr_code* declarations
` [PATCH 3/9] accel/tcg: Remove page_protect
` [PATCH 4/9] accel/tcg: Remove cpu-all.h, exec-all.h from tb-internal.h
` [PATCH 5/9] accel/tcg: Build translator.c twice
` [PATCH 6/9] accel/tcg: Split out tlb-bounds.h
` [PATCH 7/9] include/exec: Redefine tlb-flags with absolute values
` [PATCH 8/9] page-vary: Move and rename qemu_target_page_bits_min
` [PATCH 9/9] page-vary: Restrict scope of TARGET_PAGE_BITS_MIN
[PATCH] i386/kvm: Prefault memory on page state change
2025-03-28 20:30 UTC
[PATCH] tests/functional/test_aarch64_rme_virt: fix sporadic failure
2025-03-28 20:05 UTC (3+ messages)
[PULL 0/1] bug fix for 10.0
2025-03-28 16:36 UTC (2+ messages)
[PULL 0/1] Migration patches for 2025-03-27
2025-03-28 16:36 UTC (2+ messages)
[PULL 0/3] riscv-to-apply queue
2025-03-28 16:36 UTC (2+ messages)
[PATCH] tests/functional: Remove semicolons at the end of lines
2025-03-28 18:13 UTC (3+ messages)
[PULL 0/6] Functional test fixes for 10.0-rc2
2025-03-28 11:48 UTC (2+ messages)
[PATCH] hw/net/rocker: fix assertion error while hotunplugging
2025-03-28 9:17 UTC
[PATCH v7 0/7] Power11 support for QEMU [PowerNV]
2025-03-28 9:03 UTC (6+ messages)
` [PATCH v7 6/7] tests/powernv: Switch to buildroot images instead of op-build
[PATCH v2 0/4] qapi: add auto-generated return docs
2025-03-28 8:36 UTC (3+ messages)
` [PATCH v2 4/4] qapi: rephrase return docs to avoid type name
[RFC v5 0/7] Add packed format to shadow virtqueue
2025-03-28 8:02 UTC (5+ messages)
` [RFC v5 6/7] vhost: Validate transport device features for packed vqs
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).