qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-20 22:31:03 to 2025-03-21 15:18:12 UTC [more...]

Best practice for issuing blocking calls in response to an event
 2025-03-21 15:17 UTC  (3+ messages)

[RFC PATCH-for-10.1 0/4] tcg: Move TCG_GUEST_DEFAULT_MO -> TCGCPUOps::guest_default_memory_order
 2025-03-21 15:16 UTC  (15+ messages)
` [PATCH-for-10.1 1/4] tcg: Always define TCG_GUEST_DEFAULT_MO
` [PATCH-for-10.1 2/4] tcg: Simplify tcg_req_mo() macro
` [RFC PATCH-for-10.1 3/4] tcg: Have tcg_req_mo() use runtime TCGContext::guest_mo
` [RFC PATCH-for-10.1 4/4] tcg: Define guest_default_memory_order in TCGCPUOps

[PATCH v3 00/14] arm: rework id register storage
 2025-03-21 15:13 UTC  (6+ messages)
` [PATCH v3 01/14] arm/cpu: Add sysreg definitions in cpu-sysregs.h

[PATCH v8 00/18] Adding partial support for 128-bit riscv target
 2025-03-21 15:08 UTC  (2+ messages)

[PULL 0/8] Error reporting patches for 2025-03-21
 2025-03-21 14:51 UTC  (9+ messages)
` [PULL 1/8] cryptodev: Fix error handling in cryptodev_lkcf_execute_task()
` [PULL 2/8] error: Strip trailing '\n' from an error string argument
` [PULL 3/8] hw/xen: Fix xen_bus_realize() error handling
` [PULL 4/8] hw/xen: Downgrade a xen_bus_realize() non-error to warning
` [PULL 5/8] target/loongarch: Fix error handling of KVM feature checks
` [PULL 6/8] hw/loongarch/virt: Eliminate error_propagate()
` [PULL 7/8] target/loongarch: Remove unnecessary temporary variable assignment
` [PULL 8/8] target/loongarch: Clean up virt_cpu_irq_init() error handling

[PATCH] rust: hpet: fix decoding of timer registers
 2025-03-21 14:26 UTC  (2+ messages)

[PATCH 0/2] migration: multifd documentation
 2025-03-21 14:04 UTC  (6+ messages)
` [PATCH 1/2] migration: Add some documentation for multifd

[PATCH 00/10] gdbstub: conversion to runtime endianess helpers
 2025-03-21 13:02 UTC  (12+ messages)
` [PATCH 02/10] gdbstub: introduce target independent gdb register helper
` [PATCH 04/10] target/arm: convert 64 bit gdbstub to new helper

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-21 12:45 UTC  (21+ messages)

vof-nvram.bin: what it is and how it is used?
 2025-03-21  5:42 UTC  (3+ messages)

[PULL 0/6] Uefi 20250321 patches
 2025-03-21 12:36 UTC  (7+ messages)
` [PULL 1/6] hw/uefi: flush variable store to disk in post load
` [PULL 2/6] hw/uefi: fix error handling in uefi_vars_json_save
` [PULL 3/6] hw/uefi: fix error handling in uefi_vars_json_load
` [PULL 4/6] hw/uefi-vars-sysbus: allow for riscv virt
` [PULL 5/6] hw/uefi-vars-sysbus: allow for loongarch virt
` [PULL 6/6] docs/firmware: add feature flag for host uefi variable store

QEMU Userspace NVMe driver and multiple iothreads
 2025-03-20 19:17 UTC  (2+ messages)

[PULL 00/25] (Mostly) Rust patches for QEMU 10.0 soft freeze
 2025-03-21 12:03 UTC  (3+ messages)
` [PULL 21/25] rust: hpet: decode HPET registers into enums

[PATCH v2 0/3] rust: Fix PL011State size mismatch assert
 2025-03-21 11:25 UTC  (4+ messages)
` [PATCH v2 1/3] rust: assertions: add static_assert
` [PATCH v2 2/3] hw/char/pl011: Pad PL011State struct to same size as Rust impl
` [PATCH v2 3/3] rust: pl011: Check size of state struct at compile time

[PATCH for-10.1 00/32] vfio: Spring cleanup
 2025-03-21 11:22 UTC  (26+ messages)
` [PATCH for-10.1 13/32] vfio: Move VFIOAddressSpace helpers into container-base.c
` [PATCH for-10.1 15/32] vfio: Introduce a new header file for helper services
` [PATCH for-10.1 24/32] vfio: Introduce new files for dirty tracking definitions and declarations
` [PATCH for-10.1 25/32] vfio: Move vfio_set_migration_error() into migration.c
` [PATCH for-10.1 26/32] vfio: Rename vfio-common.h to vfio-device.h
` [PATCH for-10.1 30/32] vfio: Rename VFIO dirty tracking services

[PATCH] virtio-net: Fix the interpretation of max_tx_vq
 2025-03-21 10:55 UTC  (3+ messages)

[PATCH v2] 9pfs: fix 'total_open_fd' decrementation
 2025-03-21 10:10 UTC  (2+ messages)

[PATCH v1 00/22] Fix incorrect hash results on AST2700
 2025-03-21  9:47 UTC  (25+ messages)
` [PATCH v1 01/22] hw/misc/aspeed_hace: Remove unused code for better readability
` [PATCH v1 02/22] hw/misc/aspeed_hace: Fix buffer overflow in has_padding function
` [PATCH v1 03/22] hw/misc/aspeed_hace: Improve readability and consistency in variable naming
` [PATCH v1 04/22] hw/misc/aspeed_hace: Update hash source address handling to 64-bit for AST2700
` [PATCH v1 05/22] hw/misc/aspeed_hace: Introduce 64-bit digest_addr variable "
` [PATCH v1 06/22] hw/misc/aspeed_hace: Support accumulative mode for direct access mode
` [PATCH v1 07/22] hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addresses
` [PATCH v1 08/22] hw/misc/aspeed_hace: Support DMA 64 bits dram address
` [PATCH v1 09/22] hw/misc/aspeed_hace: Ensure HASH_IRQ is always set to prevent firmware hang
` [PATCH v1 10/22] hw/misc/aspeed_hace:: Support setting different memory size
` [PATCH v1 11/22] hw/misc/aspeed_hace: Add trace-events for better debugging
` [PATCH v1 12/22] hw/misc/aspeed_hace Support to dump plaintext and digest "
` [PATCH v1 13/22] test/qtest: Introduce a new aspeed-hace-utils.c to place common testcases
` [PATCH v1 14/22] test/qtest/hace: Adjust test address range for AST1030 due to SRAM limitations
` [PATCH v1 15/22] test/qtest/hace: Add SHA-384 test cases for ASPEED HACE model
` [PATCH v1 16/22] test/qtest/hace: Add SHA-384 tests for AST2600
` [PATCH v1 17/22] test/qtest/hace: Add tests for AST1030
` [PATCH v1 18/22] test/qtest/hace: Update source data and digest data type to 64-bit
` [PATCH v1 19/22] test/qtest/hace: Support 64-bit source and digest addresses for AST2700
` [PATCH v1 20/22] test/qtest/hace: Support to test upper 32 bits of digest and source addresses
` [PATCH v1 21/22] test/qtest/hace: Support to validate 64-bit hmac key buffer addresses
` [PATCH v1 22/22] test/qtest/hace: Add tests for AST2700

[PATCH 0/6] amd_iommu: Fixes to align with AMDVi specification
 2025-03-21  8:37 UTC  (5+ messages)
` [PATCH 6/6] amd_iommu: Do not assume passthrough translation for devices with DTE[TV]=0

[PATCH v6 0/6] target/loongarch: Fix some issues reported from coccinelle
 2025-03-21  8:21 UTC  (14+ messages)
` [PATCH v6 1/6] target/loongarch: Fix error handling of KVM feature checks
` [PATCH v6 2/6] hw/loongarch/virt: Fix error handling in cpu plug
` [PATCH v6 3/6] hw/loongarch/virt: Fix error handling in cpu unplug
` [PATCH v6 4/6] hw/loongarch/virt: Eliminate error_propagate()
` [PATCH v6 5/6] target/loongarch: Remove unnecessary temporary variable assignment
` [PATCH v6 6/6] target/loongarch: Clean up virt_cpu_irq_init() error handling

[PULL 0/3] Trivial patches for 2025-03-21
 2025-03-21  8:17 UTC  (4+ messages)
` [PULL 1/3] Makefile: "make dist" generates a .xz, not .bz2
` [PULL 2/3] docs: Explain how to use passt
` [PULL 3/3] mailmap: Update email address for Akihiko Odaki

[PATCH 1/1] goldfish_rtc: keep time offset when resetting
 2025-03-21  8:12 UTC 

[RFC PATCH] target/riscv: set vill bit if VLMAX is changed when vsetvli rs1 and rd arguments are x0
 2025-03-21  8:10 UTC 

[RFC 0/3] Support live migration for qemu-vdagent chardev
 2025-03-21  7:29 UTC  (6+ messages)
` [RFC 1/3] vdagent: Wrap vdagent_register_to_qemu_clipboard function
` [RFC 2/3] vdagent: Set up mouse and clipboard after live migration
` [RFC 3/3] vdagent: Drop blocker to support migration

[PATCH v2 0/2] qapi/throttle: Fix qmp_block_set_io_throttle blocked for too long
 2025-03-21  7:09 UTC  (3+ messages)
` [PATCH v2 1/2] io/block: Refactoring the bdrv_drained_begin() function and implement a timeout mechanism
` [PATCH v2 2/2] qapi/throttle: add timeout parameter for qmp_block_set_io_throttle()

[PATCH v3 0/7] Move memory listener register to vhost_vdpa_init
 2025-03-21  6:45 UTC  (8+ messages)

[PULL 00/12] ppc-for-10.0-2 queue
 2025-03-21  6:24 UTC  (13+ messages)
` [PULL 01/12] ppc/spapr: Fix RTAS stopped state
` [PULL 02/12] ppc/xive: Fix typo in crowd block level calculation
` [PULL 03/12] pnv/xive: Fix possible undefined shift error in group size calculation
` [PULL 04/12] ppc/xive2: Fix logical / bitwise comparison typo
` [PULL 05/12] ppc/spapr: Fix possible pa_features memory overflow
` [PULL 06/12] ppc/pnv: Move the PNOR LPC address into struct PnvPnor
` [PULL 07/12] ppc/pnv: Fix system symbols in HOMER structure definitions
` [PULL 08/12] ppc/amigaone: Check blk_pwrite return value
` [PULL 09/12] ppc/amigaone: Constify default_env
` [PULL 10/12] ppc/spapr: fix default cpu for pre-9.0 machines
` [PULL 11/12] target/ppc: Fix facility interrupt checks for VSX
` [PULL 12/12] target/ppc: Fix e200 duplicate SPRs

[PATCH 0/1] hw/intc/aspeed: Fix IRQ handler mask check
 2025-03-21  6:28 UTC  (5+ messages)
` [PATCH 1/1] "

VDPA MAC address problem
 2025-03-21  6:18 UTC  (8+ messages)

[PATCH v3] QIOChannelSocket: Flush zerocopy socket error queue on sendmsg failure due to ENOBUF
 2025-03-21  6:03 UTC  (2+ messages)

[PATCH for-10.1 v9 0/9] virtio-net: add support for SR-IOV emulation
 2025-03-21  5:38 UTC  (4+ messages)

[PATCH 0/3] rust: Fix PL011State size mismatch assert
 2025-03-21  4:31 UTC  (5+ messages)
` [PATCH 3/3] rust: pl011: Check size of state struct at compile time

[PULL 0/3] loongarch-to-apply queue
 2025-03-21  3:45 UTC  (4+ messages)
` [PULL 1/3] host/include/loongarch64: Fix inline assembly compatibility with Clang
` [PULL 2/3] docs/system: Add entry for LoongArch system
` [PULL 3/3] target/loongarch: fix bad shift in check_ps()

[RFC v2 0/5] accel/kvm: Support KVM PMU filter
 2025-03-21  3:43 UTC  (3+ messages)

[PATCH v2] target/loongarch: fix bad shift in check_ps()
 2025-03-21  2:12 UTC  (2+ messages)

[PATCH] host/include/loongarch64: Fix inline assembly compatibility with Clang
 2025-03-21  2:06 UTC  (2+ messages)

[RFC PATCH v2 00/20] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-03-21  1:26 UTC  (26+ messages)
` [RFC PATCH v2 03/20] hw/arm/smmuv3-accel: Add initial infrastructure for smmuv3-accel device
` [RFC PATCH v2 05/20] hw/arm/smmuv3-accel: Associate a pxb-pcie bus

[PATCH v2 00/42] accel/tcg, codebase: Build once patches
 2025-03-21  0:56 UTC  (11+ messages)
` [PATCH v2 12/42] accel/tcg: Use cpu_ld*_code_mmu in translator.c
` [PATCH v2 26/42] semihosting: Move user-only implementation out-of-line
` [PATCH v2 37/42] include/exec: Split out icount.h

[PATCH] linux-user: fix resource leaks in gen-vdso
 2025-03-20 23:16 UTC  (2+ messages)

[PATCH v2 00/30] single-binary: start make hw/arm/ common
 2025-03-20 22:49 UTC  (32+ messages)
` [PATCH v2 01/30] exec/cpu-all: remove BSWAP_NEEDED
` [PATCH v2 02/30] exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
` [PATCH v2 03/30] exec/cpu-all: move cpu_copy to linux-user/qemu.h
` [PATCH v2 04/30] include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
` [PATCH v2 05/30] exec/cpu-all: remove system/memory include
` [PATCH v2 06/30] exec/cpu-all: remove exec/page-protection include
` [PATCH v2 07/30] exec/cpu-all: remove tswap include
` [PATCH v2 08/30] exec/cpu-all: remove exec/cpu-interrupt include
` [PATCH v2 09/30] exec/cpu-all: remove exec/cpu-defs include
` [PATCH v2 10/30] exec/cpu-all: remove exec/target_page include
` [PATCH v2 11/30] exec/cpu-all: remove hw/core/cpu.h include
` [PATCH v2 12/30] accel/tcg: fix missing includes for TCG_GUEST_DEFAULT_MO
` [PATCH v2 13/30] accel/tcg: fix missing includes for TARGET_HAS_PRECISE_SMC
` [PATCH v2 14/30] exec/cpu-all: remove cpu include
` [PATCH v2 15/30] exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
` [PATCH v2 16/30] exec/cpu-all: remove this header
` [PATCH v2 17/30] exec/target_page: runtime defintion for TARGET_PAGE_BITS_MIN
` [PATCH v2 18/30] accel/kvm: move KVM_HAVE_MCE_INJECTION define to kvm-all.c
` [PATCH v2 19/30] exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
` [PATCH v2 20/30] target/arm/cpu: always define kvm related registers
` [PATCH v2 21/30] target/arm/cpu: flags2 is always uint64_t
` [PATCH v2 22/30] target/arm/cpu: define same set of registers for aarch32 and aarch64
` [PATCH v2 23/30] target/arm/cpu: remove inline stubs for aarch32 emulation
` [PATCH v2 24/30] meson: add common hw files
` [PATCH v2 25/30] hw/arm/boot: make compilation unit hw common
` [PATCH v2 26/30] hw/arm/armv7m: prepare compilation unit to be common
` [PATCH v2 27/30] hw/arm/digic_boards: "
` [PATCH v2 28/30] hw/arm/xlnx-zynqmp: "
` [PATCH v2 29/30] hw/arm/xlnx-versal: "
` [PATCH v2 30/30] hw/arm: make most of the compilation units common

[PATCH] load_aout: replace bswap_needed with big_endian
 2025-03-20 22:33 UTC  (2+ 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).