messages from 2024-08-13 17:02:36 to 2024-08-14 18:18:09 UTC [more...]
[PATCH 0/5] Serial device cleanup
2024-08-14 18:15 UTC (5+ messages)
` [PATCH 1/5] hw: Remove unused inclusion of hw/char/serial.h
` [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 00/21] Various fixes and tweaks for 9.1-rc2/3
2024-08-14 17:25 UTC (29+ messages)
` [PATCH v2 01/21] tests/avocado: Re-enable gdbsim-r5f562n8 testing U-Boot
` [PATCH v2 02/21] Makefile: trigger re-configure on updated pythondeps
` [PATCH v2 03/21] configure: Fix arch detection for GDB_HAS_MTE
` [PATCH v2 04/21] configure: Avoid use of param. expansion when using gdb_version
` [PATCH v2 05/21] configure: Fix GDB version detection for GDB_HAS_MTE
` [PATCH v2 06/21] scripts/checkpatch: more checks on files imported from Linux
` [PATCH v2 07/21] target/i386: allow access_ptr to force slow path on failed probe
` [PATCH v2 08/21] buildsys: Fix building without plugins on Darwin
` [PATCH v2 09/21] scripts/replay-dump.py: Update to current rr record format
` [PATCH v2 10/21] scripts/replay-dump.py: rejig decoders in event number order
` [PATCH v2 11/21] tests/avocado: excercise scripts/replay-dump.py in replay tests
` [PATCH v2 12/21] replay: allow runstate shutdown->running when replaying trace
` [PATCH v2 13/21] Revert "replay: stop us hanging in rr_wait_io_event"
` [PATCH v2 14/21] tests/avocado: replay_kernel.py add x86-64 q35 machine test
` [PATCH v2 15/21] chardev: set record/replay on the base device of a muxed device
` [PATCH v2 16/21] virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
` [PATCH v2 17/21] virtio-net: Use virtual time for RSC timers
` [PATCH v2 18/21] savevm: Fix load_snapshot error path crash
` [PATCH v2 19/21] docs: Fix some typos (found by typos) and grammar issues
` [PATCH v2 20/21] docs/devel: update tcg-plugins page
` [PATCH v2 21/21] plugins: fix race condition with scoreboards
[PATCH v7 00/10] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-14 17:15 UTC (17+ 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 v7 05/10] acpi/ghes: rework the logic to handle HEST source ID
` [PATCH v7 06/10] acpi/ghes: add support for generic error injection via QAPI
` [PATCH v7 07/10] docs: acpi_hest_ghes: fix documentation for CPER size
` [PATCH v7 08/10] scripts/ghes_inject: add a script to generate GHES error inject
` [PATCH v7 09/10] target/arm: add an experimental mpidr arm cpu property object
` [PATCH v7 10/10] scripts/arm_processor_error.py: retrieve mpidr if not filled
[PATCH 0/4] build qemu with gcc and tsan
2024-08-14 17:11 UTC (5+ 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
[PULL 0/1] target/i386 patch for QEMU 9.1
2024-08-14 16:44 UTC (2+ messages)
` [PULL 1/1] target/i386: Fix arguments for vmsr_read_thread_stat()
[PATCH 00/11] RISC-V: support CLIC v0.9 specification
2024-08-14 14:11 UTC (9+ messages)
` [PATCH 03/11] hw/intc: Add CLIC device
` [PATCH 02/11] target/riscv: Update CSR xintthresh in CLIC mode
` [PATCH 01/11] target/riscv: Add CLIC CSR mintstatus
` [PATCH 04/11] target/riscv: Update CSR xie in CLIC mode
` [PATCH 05/11] target/riscv: Update CSR xip "
` [PATCH 07/11] target/riscv: Update CSR xnxti "
` [PATCH 06/11] target/riscv: Update CSR xtvec "
[PATCH v1 00/10] xen: pvh: Partial QOM:fication with new x86 PVH machine
2024-08-14 15:50 UTC (16+ 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] contrib/plugins: Add a plugin to generate basic block vectors
2024-08-14 14:28 UTC (6+ messages)
[PATCH for-9.2 00/10] s390: Convert virtio-ccw, cpu to three-phase reset, and followup cleanup
2024-08-14 14:22 UTC (27+ messages)
` [PATCH for-9.2 01/10] hw/s390/virtio-ccw: Convert to three-phase reset
` [PATCH for-9.2 02/10] target/s390: Convert CPU to Resettable interface
` [PATCH for-9.2 03/10] hw: Remove device_class_set_parent_reset()
` [PATCH for-9.2 04/10] target/alpha, hppa: Remove unused parent_reset fields
` [PATCH for-9.2 05/10] hw/dma/xilinx_axidma: Use semicolon at end of statement, not comma
` [PATCH for-9.2 06/10] hw/remote/message.c: Don't directly invoke DeviceClass:reset
` [PATCH for-9.2 07/10] hw: Define new device_class_set_legacy_reset()
` [PATCH for-9.2 08/10] hw: Use device_class_set_legacy_reset() instead of opencoding
` [PATCH for-9.2 09/10] hw: Rename DeviceClass::reset field to legacy_reset
` [PATCH for-9.2 10/10] hw: Remove device_phases_reset()
[PATCH] hw/cxl: fixed the determination of illegal physical addresses
2024-08-14 13:35 UTC
[PATCH] hw/i386/pc: Warn about unsatisfied vmport deps
2024-08-14 14:02 UTC (2+ messages)
` [PATCH-for-9.1] "
[PATCH-for-9.1 0/4] linux-user/mips: Select correct CPUs
2024-08-14 13:39 UTC (5+ 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] 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 v2 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-08-14 12:36 UTC (14+ messages)
` [PATCH v2 01/17] intel_iommu: Use the latest fault reasons defined by spec
` [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 08/17] intel_iommu: Set accessed and dirty bits during first stage translation
` [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/3] hw/i386/acpi: Pre-compute the _PRT table
2024-08-14 11:56 UTC (4+ messages)
` [PATCH v5 1/3] tests/acpi: pc: allow DSDT acpi table changes
` [PATCH v5 2/3] hw/i386/acpi-build: Return a pre-computed _PRT table
` [PATCH v5 3/3] tests/acpi: pc: update golden masters for DSDT
[PATCH] qemu-guest-agent: Update the logfile path of qga-fsfreeze-hook.log
2024-08-14 11:54 UTC (2+ messages)
[PATCH 0/9] Misc patches for x86 CPUID
2024-08-14 11:47 UTC (11+ messages)
` [PATCH 1/9] i386/cpu: Don't construct a all-zero entry for CPUID[0xD 0x3f]
` [PATCH 2/9] i386/cpu: Enable fdp-excptn-only and zero-fcs-fds
` [PATCH 3/9] i386/cpu: Add support for bits in CPUID.7_2.EDX
` [PATCH 4/9] i386/cpu: Construct valid CPUID leaf 5 iff CPUID_EXT_MONITOR
` [PATCH 5/9] i386/cpu: Construct CPUID 2 as stateful iff times > 1
` [PATCH 6/9] i386/cpu: Set topology info in 0x80000008.ECX only for AMD CPUs
` [PATCH 7/9] i386/cpu: Suppress CPUID values not defined by Intel
` [PATCH 8/9] i386/cpu: Drop AMD alias bits in FEAT_8000_0001_EDX for non-AMD guests
` [PATCH 9/9] i386/cpu: Make invtsc migratable when user sets tsc-khz explicitly
[RFC PATCH 0/2] meson: Specify Rust edition by rust_std=20XX
2024-08-14 11:19 UTC (4+ messages)
` [RFC PATCH 1/2] meson: subprojects: "
` [RFC PATCH 2/2] rust: "
[PATCH 0/2] target/i386: Fix carry flag for BLSI
2024-08-14 10:31 UTC (3+ messages)
[PATCH v5 00/16] Introduce support for IGVM files
2024-08-14 10:22 UTC (3+ messages)
` [PATCH v5 06/16] sev: Update launch_update_data functions to use Error handling
[PATCH v1 00/15] tcg/riscv: Add support for vector
2024-08-14 10:15 UTC (27+ messages)
` [PATCH v1 03/15] tcg: Fix register allocation constraints
` [PATCH v1 05/15] tcg/riscv: Add riscv vset{i}vli support
` [PATCH v1 06/15] tcg/riscv: Implement vector load/store
` [PATCH v1 07/15] tcg/riscv: Implement vector mov/dup{m/i}
` [PATCH v1 08/15] tcg/riscv: Add support for basic vector opcodes
` [PATCH v1 09/15] tcg/riscv: Implement vector cmp ops
` [PATCH v1 10/15] tcg/riscv: Implement vector not/neg ops
` [PATCH v1 14/15] tcg/riscv: Implement vector roti/v/x shi ops
` [PATCH v1 15/15] tcg/riscv: Enable vector TCG host-native
[PATCH v2 0/3] MIPS misc patches
2024-08-14 10:03 UTC (2+ messages)
[PATCH] meson: add 'qemuutil' dependency for block.c
2024-08-14 10:00 UTC
[PATCH-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte()
2024-08-14 9:04 UTC (4+ messages)
` [PATCH-for-9.1 v4 1/3] target/mips: Pass page table entry size as MemOp to get_pte()
` [PATCH-for-9.1 v4 2/3] target/mips: Use correct MMU index in get_pte()
` [PATCH-for-9.1 v4 3/3] target/mips: Load PTE as DATA
[PATCH-for-9.1 v3 0/2] target/mips: Use correct MMU index in get_pte()
2024-08-14 8:58 UTC (4+ messages)
` [PATCH-for-9.1 v3 1/2] target/mips: Pass page table entry size as MemOp to get_pte()
[PATCH v3 0/5] AWS Nitro Enclave emulation support
2024-08-14 8:17 UTC (5+ messages)
` [PATCH v3 2/5] machine/nitro-enclave: Add vhost-user-vsock device
[PATCH v4 0/2] intel_iommu minor fixes
2024-08-14 7:13 UTC (3+ messages)
` [PATCH v4 1/2] intel_iommu: Fix invalidation descriptor type field
` [PATCH v4 2/2] intel_iommu: Make PASID-cache and PIOTLB type invalid in legacy mode
[PATCH v3 0/2] intel_iommu minor fixes
2024-08-14 7:02 UTC (6+ messages)
` [PATCH v3 1/2] intel_iommu: Fix invalidation descriptor type field
` [PATCH v3 2/2] intel_iommu: Make PASID-cache and PIOTLB type invalid in legacy mode
[RFC PATCH] accel/tcg: clear all TBs from a page when it is written to
2024-08-14 6:09 UTC (3+ messages)
[PULL for-9.1 0/6] Miscellaneous fixes for QEMU 9.1-rc
2024-08-14 2:53 UTC (8+ messages)
` [PULL 1/6] target/hexagon: don't look for static glib
` [PULL 2/6] target/i386: Do not apply REX to MMX operands
` [PULL 3/6] target/i386: Use unit not type in decode_modrm
` [PULL 4/6] target/i386: Assert MMX and XMM registers in range
` [PULL 5/6] module: Prevent crash by resetting local_err in module_load_qom_all()
` [PULL 6/6] po: update Italian translation
[PULL 0/4] target-arm queue
2024-08-14 2:53 UTC (2+ messages)
[PATCH] target/sparc: emulate floating point queue when raising fp traps
2024-08-14 1:43 UTC (2+ messages)
[PATCH RFC/RFT] vfio/pci-quirks: Quirk for ath wireless
2024-08-13 23:37 UTC (4+ messages)
[PATCH v6 00/10] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-13 23:29 UTC (7+ messages)
` [PATCH v6 04/10] qapi/ghes-cper: add an interface to do generic CPER error injection
[PATCH v2 0/1] v2
2024-08-13 21:51 UTC (3+ messages)
` [PATCH v2 1/1] plugins: fix race condition with scoreboards
[PATCH-for-9.1?] target/mips: Load PTE as DATA
2024-08-13 21:45 UTC (2+ messages)
[PATCH v4 0/3] hw/i386/acpi: Pre-compute the _PRT table
2024-08-13 21:37 UTC (3+ messages)
` [PATCH v4 2/3] hw/i386/acpi-build: Return a pre-computed "
[RFC V1 0/6] Live update: cpr-transfer
2024-08-13 21:27 UTC (3+ messages)
` [RFC V1 6/6] migration: cpr-transfer mode
[PATCH V2 00/11] Live update: cpr-exec
2024-08-13 20:43 UTC (27+ messages)
` [PATCH V2 01/11] machine: alloc-anon option
` [PATCH V2 06/11] migration: fix mismatched GPAs during cpr
[PATCH v5 0/7] Add ACPI CPER firmware first error injection on ARM emulation
2024-08-13 18:59 UTC (8+ messages)
` [PATCH v5 6/7] acpi/ghes: add support for generic error injection via QAPI
[PATCH] po: update Italian translation
2024-08-13 17:02 UTC
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).