messages from 2024-08-14 11:58:26 to 2024-08-15 20:58:42 UTC [more...]
[RFC V1 0/6] Live update: cpr-transfer
2024-08-15 20:58 UTC (8+ messages)
` [RFC V1 1/6] migration: SCM_RIGHTS for QEMUFile
` [RFC V1 4/6] migration: cpr-uri parameter
[PATCH V2 00/11] Live update: cpr-exec
2024-08-15 20:55 UTC (11+ messages)
` [PATCH V2 06/11] migration: fix mismatched GPAs during cpr
[PATCH 0/6] build contrib/plugins using meson
2024-08-15 19:14 UTC (21+ messages)
` [PATCH 1/6] contrib/plugins/execlog: fix warning
` [PATCH 2/6] contrib/plugins/cache: fix warning when compiling on 32bits host
` [PATCH 3/6] contrib/plugins/hwprofile: "
` [PATCH 4/6] contrib/plugins/hotblocks: "
` [PATCH 5/6] meson: build contrib/plugins with meson
` [PATCH 6/6] contrib/plugins: remove Makefile for contrib/plugins
[PATCH 0/2] Consolidate embedded PPC initial mappung functions
2024-08-15 19:01 UTC (3+ messages)
` [PATCH 1/2] hw/ppc: Consolidate e500 initial mapping creation functions
[PATCH] hw/i386/pc: Warn about unsatisfied vmport deps
2024-08-15 18:22 UTC (3+ messages)
` [PATCH-for-9.1] "
[PATCH 0/5] Serial device cleanup
2024-08-15 18:00 UTC (11+ messages)
` [PATCH 1/5] hw: Remove unused inclusion of hw/char/serial.h
` [PATCH 2/5] hw/char/serial: Remove unused funtion
` [PATCH 3/5] hw/ppc/Kconfig: Add missing SERIAL_ISA dependency to POWERNV machine
` [PATCH 4/5] hw/char/serial.h: Extract serial-isa.h
` [PATCH 5/5] hw/char: Extract serial-mm
[PATCH v2 0/4] build qemu with gcc and tsan
2024-08-15 17:58 UTC (16+ messages)
` [PATCH v2 1/4] meson: hide tsan related warnings
` [PATCH v2 2/4] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH v2 3/4] target/s390x: "
` [PATCH v2 4/4] docs/devel: update tsan build documentation
[PATCH v3] hw/ppc: Implement -dtb support for PowerNV
2024-08-15 17:52 UTC (3+ messages)
[PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless
2024-08-15 17:19 UTC (6+ messages)
[PATCH v7 0/7] Add Rust build support, ARM PL011 device impl
2024-08-15 17:10 UTC (12+ messages)
` [PATCH v7 1/7] Require meson version 1.5.0
` [PATCH v7 2/7] build-sys: Add rust feature option
` [PATCH v7 3/7] configure, meson: detect Rust toolchain
` [PATCH v7 4/7] rust: add bindgen step as a meson dependency
` [PATCH v7 5/7] .gitattributes: add Rust diff and merge attributes
` [PATCH v7 6/7] rust: add crate to expose bindings and interfaces
` [PATCH v7 7/7] rust: add PL011 device model
[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
2024-08-15 16:22 UTC
[PATCH v2 0/9] Bump Avocado to 103.0 LTS and update tests for compatibility and new features
2024-08-15 16:02 UTC (5+ messages)
` [PATCH v2 9/9] Avocado tests: allow for parallel execution of tests
[PATCH] meson: add 'qemuutil' dependency for block.c
2024-08-15 15:58 UTC (3+ messages)
[RFC PATCH 0/2] async: rework async event API for replay
2024-08-15 15:30 UTC (4+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] async: add debugging assertions for record/replay in bh APIs
[PULL for 9.1 00/21] Some fixes for 9.1-rc3 (build, replay, docs, plugins)
2024-08-15 14:49 UTC (22+ messages)
` [PULL 01/21] tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot
` [PULL 02/21] Makefile: trigger re-configure on updated pythondeps
` [PULL 03/21] configure: Fix arch detection for GDB_HAS_MTE
` [PULL 04/21] configure: Avoid use of param. expansion when using gdb_version
` [PULL 05/21] configure: Fix GDB version detection for GDB_HAS_MTE
` [PULL 06/21] scripts/checkpatch: more checks on files imported from Linux
` [PULL 07/21] target/i386: allow access_ptr to force slow path on failed probe
` [PULL 08/21] buildsys: Fix building without plugins on Darwin
` [PULL 09/21] scripts/replay-dump.py: Update to current rr record format
` [PULL 10/21] scripts/replay-dump.py: rejig decoders in event number order
` [PULL 11/21] tests/avocado: excercise scripts/replay-dump.py in replay tests
` [PULL 12/21] replay: allow runstate shutdown->running when replaying trace
` [PULL 13/21] Revert "replay: stop us hanging in rr_wait_io_event"
` [PULL 14/21] tests/avocado: replay_kernel.py add x86-64 q35 machine test
` [PULL 15/21] chardev: set record/replay on the base device of a muxed device
` [PULL 16/21] virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
` [PULL 17/21] virtio-net: Use virtual time for RSC timers
` [PULL 18/21] savevm: Fix load_snapshot error path crash
` [PULL 19/21] docs: Fix some typos (found by typos) and grammar issues
` [PULL 20/21] docs/devel: update tcg-plugins page
` [PULL 21/21] plugins: fix race condition with scoreboards
[PATCH] meson.build: Check for the availability of __attribute__((gcc_struct)) on MSYS2
2024-08-15 14:49 UTC (2+ messages)
[PATCH 0/2] tests/avocado: Fix exec_command and enable ppc_hv_tests.py
2024-08-15 14:40 UTC (3+ messages)
` [PATCH 1/2] tests/avocado: exec_command should not consume console output
[PATCH for-9.2] accel/tcg: Remove dead code from rr_cpu_thread_fn()
2024-08-15 14:36 UTC
[PATCH v2 00/21] Various fixes and tweaks for 9.1-rc2/3
2024-08-15 14:28 UTC (8+ messages)
` [PATCH v2 16/21] virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
[PATCH for-9.2] hw/vfio/pci.c: Use correct type in trace_vfio_msix_early_setup()
2024-08-15 14:19 UTC (2+ messages)
Removing python/qemu/qmp
2024-08-15 14:19 UTC (3+ messages)
[PULL v2 00/25] Misc QEMU-GA patches 2024-07-22
2024-08-15 14:17 UTC (6+ messages)
` [PULL v2 25/25] qga/linux: Add new api 'guest-network-get-route'
[PATCH for-9.2 0/2] accel/kvm: Fix two minor Coverity nits
2024-08-15 13:48 UTC (4+ messages)
` [PATCH for-9.2 1/2] kvm: Make 'mmap_size' be 'int' in kvm_init_vcpu(), do_kvm_destroy_vcpu()
` [PATCH for-9.2 2/2] kvm: Remove unreachable code in kvm_dirty_ring_reaper_thread()
[PATCH for-9.2] kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
2024-08-15 12:27 UTC
[PATCH v1 00/15] tcg/riscv: Add support for vector
2024-08-15 10:49 UTC (4+ messages)
` [PATCH v1 07/15] tcg/riscv: Implement vector mov/dup{m/i}
[PATCH 0/1] linux-user patch queue
2024-08-15 10:43 UTC (6+ messages)
` [PATCH 1/1] linux-user: Preserve NULL hit in target_mmap subroutines
` [PULL 0/1] linux-user patch queue
` [PUSH "
[PATCH v4] mc146818rtc: add a way to generate RTC interrupts via QMP
2024-08-15 10:22 UTC (10+ messages)
[PATCH-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte()
2024-08-15 9:23 UTC (2+ messages)
[PATCH-for-9.1 0/4] linux-user/mips: Select correct CPUs
2024-08-15 9:22 UTC (10+ messages)
` [PATCH-for-9.1 1/4] linux-user/mips: Do not try to use removed R5900 CPU
` [PATCH-for-9.1 2/4] linux-user/mips: Select Octeon68XX CPU for Octeon binaries
` [PATCH-for-9.1 3/4] linux-user/mips: Select MIPS64R2-generic for Rel2 binaries
` [PATCH-for-9.1? 4/4] linux-user/mips: Select Loongson CPU for Loongson binaries
[PATCH v2 0/3] MIPS misc patches
2024-08-15 9:21 UTC (2+ messages)
[PATCH 0/2] riscv: char: Avoid dropped charecters
2024-08-15 8:26 UTC (4+ messages)
` [PATCH 1/2] hw/char: riscv_htif: Use blocking qemu_chr_fe_write_all
` [PATCH 2/2] hw/char: sifive_uart: Print uart charecters async
[PATCH v2] contrib/plugins: Add a plugin to generate basic block vectors
2024-08-15 5:50 UTC (3+ messages)
[PATCH v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-08-15 5:48 UTC (12+ messages)
` [PATCH v2 04/17] intel_iommu: Flush stage-2 cache in PASID-selective PASID-based iotlb invalidation
` [PATCH v2 07/17] intel_iommu: Check if the input address is canonical
` [PATCH v2 14/17] intel_iommu: Set default aw_bits to 48 in scalable modren mode
` [PATCH v2 16/17] intel_iommu: Introduce a property to control FS1GP cap bit setting
[PATCH v5 0/5] target/riscv: Add Smrnmi support
2024-08-15 1:40 UTC (3+ messages)
` [PATCH v5 2/5] target/riscv: Handle Smrnmi interrupt and exception
[PULL 0/1] target/i386 patch for QEMU 9.1
2024-08-15 0:58 UTC (3+ messages)
` [PULL 1/1] target/i386: Fix arguments for vmsr_read_thread_stat()
[PATCH v1 00/10] xen: pvh: Partial QOM:fication with new x86 PVH machine
2024-08-15 0:30 UTC (18+ messages)
` [PATCH v1 04/10] hw/arm: xenpvh: Add support for SMP guests
` [PATCH v1 05/10] hw/arm: xenpvh: Break out a common PVH module
` [PATCH v1 08/10] hw/xen: pvh-common: Add support for creating PCIe/GPEX
` [PATCH v1 09/10] hw/i386/xen: Add a Xen PVH x86 machine
[PATCH v7 0/5] Implement QATzip compression method
2024-08-15 0:21 UTC (6+ messages)
` [PATCH v7 1/5] docs/migration: add qatzip compression feature
` [PATCH v7 2/5] meson: Introduce 'qatzip' feature to the build system
` [PATCH v7 3/5] migration: Add migration parameters for QATzip
` [PATCH v7 4/5] migration: Introduce 'qatzip' compression method
` [PATCH v7 5/5] tests/migration: Add integration test for "
[PATCH 0/4] build qemu with gcc and tsan
2024-08-14 22:43 UTC (6+ messages)
` [PATCH 1/4] meson: hide tsan related warnings
` [PATCH 2/4] target/i386: fix build warning (gcc-12 -fsanitize=thread)
` [PATCH 3/4] target/s390x: "
` [PATCH 4/4] docs/devel: update tsan build documentation
[PATCH v2] timer: Fix a race condition between timer's callback and destroying code
2024-08-14 22:10 UTC (8+ messages)
` [PATCH v3] "
[PATCH for-9.2 00/10] s390: Convert virtio-ccw, cpu to three-phase reset, and followup cleanup
2024-08-14 20:06 UTC (8+ messages)
` [PATCH for-9.2 06/10] hw/remote/message.c: Don't directly invoke DeviceClass:reset
` [PATCH for-9.2 10/10] hw: Remove device_phases_reset()
[RFC V1 0/7] Live update: vdpa
2024-08-14 19:54 UTC (4+ messages)
` [RFC V1 2/7] migration: skip dirty memory tracking for cpr
[PATCH] target/sparc: emulate floating point queue when raising fp traps
2024-08-14 19:32 UTC (3+ messages)
` [PATCH v2] "
[PATCH v1 0/1] block/file-posix: Avoid maybe-uninitialized warning
2024-08-14 18:15 UTC (3+ messages)
` [PATCH v1 1/1] "
[PATCH v7 00/10] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-14 17:15 UTC (10+ messages)
` [PATCH v7 01/10] acpi/generic_event_device: add an APEI error device
` [PATCH v7 02/10] arm/virt: Wire up a GED error device for ACPI / GHES
` [PATCH v7 03/10] acpi/ghes: Add support for GED error device
` [PATCH v7 04/10] qapi/acpi-hest: add an interface to do generic CPER error injection
[PATCH 00/11] RISC-V: support CLIC v0.9 specification
2024-08-14 14:11 UTC (2+ messages)
[PATCH] contrib/plugins: Add a plugin to generate basic block vectors
2024-08-14 14:28 UTC (6+ messages)
[PATCH] hw/cxl: fixed the determination of illegal physical addresses
2024-08-14 13:35 UTC
[PATCH] hw/misc/stm32l4x5_rcc: Add validation for MCOPRE and MCOSEL values
2024-08-14 13:21 UTC (3+ messages)
[PATCH v2 0/4] virtio-mem: Implement support for suspend+wake-up with plugged memory
2024-08-14 12:32 UTC (4+ messages)
` [PATCH v2 2/4] reset: Add RESET_TYPE_WAKEUP
[PATCH v5 0/3] hw/i386/acpi: Pre-compute the _PRT table
2024-08-14 11:56 UTC (3+ messages)
` [PATCH v5 2/3] hw/i386/acpi-build: Return a pre-computed "
` [PATCH v5 3/3] tests/acpi: pc: update golden masters for DSDT
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).