qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-13 23:25:44 to 2024-08-15 09:50:26 UTC [more...]

[PATCH v2 0/4] build qemu with gcc and tsan
 2024-08-15  9:50 UTC  (9+ 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 0/5] Serial device cleanup
 2024-08-15  9:26 UTC  (10+ 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-for-9.1 v4 0/3] target/mips: Use correct MMU index in get_pte()
 2024-08-15  9:23 UTC  (5+ 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 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  (3+ messages)

[PATCH 0/1] linux-user patch queue
 2024-08-15  9:20 UTC  (5+ messages)
` [PATCH 1/1] linux-user: Preserve NULL hit in target_mmap subroutines
` [PULL 0/1] linux-user patch queue

[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 0/6] build contrib/plugins using meson
 2024-08-15  8:14 UTC  (12+ 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 v3] hw/ppc: Implement -dtb support for PowerNV
 2024-08-15  7:31 UTC  (2+ messages)

[PATCH v2 00/21] Various fixes and tweaks for 9.1-rc2/3
 2024-08-15  7:12 UTC  (11+ messages)
` [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 16/21] virtio-net: Use replay_schedule_bh_event for bhs that affect machine state

[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  (17+ 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/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  (15+ 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 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 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  (14+ 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 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 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] 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/i386/pc: Warn about unsatisfied vmport deps
 2024-08-14 14:02 UTC  (2+ messages)
` [PATCH-for-9.1] "

[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  (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] meson: add 'qemuutil' dependency for block.c
 2024-08-14 10:00 UTC 

[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  (2+ messages)

[PULL 0/4] target-arm queue
 2024-08-14  2:53 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  (4+ messages)


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).