qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-01 06:48:32 to 2025-09-01 13:20:11 UTC [more...]

[PATCH v2 00/18] accel, cpus: clean up cpu->exit_request
 2025-09-01 13:19 UTC  (30+ messages)
` [PATCH 01/18] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PATCH 02/18] target/sparc: limit cpu_check_irqs "
` [PATCH 03/18] target/i386: limit a20 "
` [PATCH 05/18] user-exec: remove cpu_interrupt() stub
` [PATCH 06/18] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PATCH 07/18] cpu-common: use atomic access for interrupt_request
` [PATCH 09/18] accel: use store_release/load_acquire for cross-thread exit_request
` [PATCH 10/18] accel: use atomic accesses for exit_request
` [PATCH 11/18] accel/tcg: create a thread-kick function for TCG
` [PATCH 15/18] bsd-user, linux-user: introduce qemu_wait_io_event
` [PATCH 17/18] accel: make all calls to qemu_wait_io_event look the same

[RFC 0/6] virtio-net: initial iterative live migration support
 2025-09-01 13:17 UTC  (21+ messages)
` [RFC 5/6] virtio, virtio-net: skip consistency check in virtio_load for iterative migration
  ` [RFC 5/6] virtio,virtio-net: "

[PATCH 0/5] intel_iommu: Add PRI support
 2025-09-01 11:17 UTC  (6+ messages)
` [PATCH 1/5] pcie: Add a way to get the outstanding page request allocation (pri) from the config space
` [PATCH 2/5] intel_iommu: Bypass barrier wait descriptor
` [PATCH 3/5] intel_iommu: Declare PRI constants and structures
` [PATCH 4/5] intel_iommu: Declare registers for PRI
` [PATCH 5/5] intel_iommu: Add PRI operations support

[PATCH 0/4] arm_load_dtb cleanups
 2025-09-01 13:05 UTC  (9+ messages)
` [PATCH 1/4] hw/arm: use g_autofree for filename in arm_load_dtb
` [PATCH 2/4] hw/arm: use g_autofree for fdt "
` [PATCH 3/4] hw/arm: use g_auto(GStrv) for node_path "
` [PATCH 4/4] hw/arm: expose Error * to arm_load_dtb

[PATCH 00/16] memory: Stop piggybacking on memory region owners
 2025-09-01 12:47 UTC  (5+ messages)
` [PATCH 02/16] vfio/pci: Do not unparent in instance_finalize

[PATCH] docs/about/removed-features: Clarify 'device_add' is removed
 2025-09-01 12:13 UTC  (3+ messages)

[PULL 0/5] Testing patches for 2025-09-01
 2025-09-01 11:53 UTC  (6+ messages)
` [PULL 1/5] qtest/qom-test: Shallow testing of qom-list / qom-get
` [PULL 2/5] qtest/qom-test: Traverse entire QOM tree
` [PULL 3/5] qtest/qom-test: Don't bother to execute QMP command quit
` [PULL 4/5] MAINTAINERS: Cover tests/qtest/qom-test.c
` [PULL 5/5] Revert "tests/qtest: use qos_printf instead of g_test_message"

[PATCH] qapi: net/tap: deprecate vhostforce option
 2025-09-01 11:50 UTC  (4+ messages)

[PATCH] hw/scsi/mptsas: Avoid silent integer truncation in MPI_FUNC_IOC_INIT
 2025-09-01 12:11 UTC  (3+ messages)

[PULL 0/3] Error reporting patches for 2025-09-01
 2025-09-01 11:19 UTC  (4+ messages)
` [PULL 1/3] ui/keymaps: Avoid trace crash and improve error messages
` [PULL 2/3] i386/kvm/vmsr_energy: Plug memory leak on failure to connect socket
` [PULL 3/3] vfio scsi ui: Error-check qio_channel_socket_connect_sync() the same way

[PATCH] system/rtc: Silent overflow in qemu_timedate_diff()
 2025-09-01 12:08 UTC  (3+ messages)

[PATCH 0/2] A fix and cleanup around qio_channel_socket_connect_sync()
 2025-09-01 11:14 UTC  (2+ messages)

[PATCH v4 6/8] add cpu_test_interrupt()/cpu_set_interrupt() helpers and use them tree wide
 2025-09-01 12:06 UTC  (10+ messages)
` [PATCH v5 "

[PATCH] ui/keymaps: Avoid trace crash and improve error messages
 2025-09-01 11:12 UTC  (2+ messages)

[PATCH v2] hw/arm/virt: Remove the lower bound of HighMem IO Regions
 2025-09-01 12:00 UTC 

[PATCH] hw/loongarch/virt: Fix the cpu hotplug issue
 2025-09-01 11:58 UTC  (3+ messages)

[PATCH v3 00/35] wasm: Add Wasm TCG backend based on wasm64
 2025-09-01 11:44 UTC  (36+ messages)
` [PATCH v3 01/35] meson: Add wasm64 support to the --cpu flag
` [PATCH v3 02/35] configure: Enable to propagate -sMEMORY64 flag to Emscripten
` [PATCH v3 03/35] dockerfiles: Add support for wasm64 to the wasm Dockerfile
` [PATCH v3 04/35] .gitlab-ci.d: Add build tests for wasm64
` [PATCH v3 05/35] tcg/wasm: Add tcg-target.h and tcg-target-reg-bits.h
` [PATCH v3 06/35] tcg/wasm: Add register-related definitions
` [PATCH v3 07/35] tcg/wasm: Add constraint definitions
` [PATCH v3 08/35] tcg/wasm: Add relocation callbacks
` [PATCH v3 09/35] tcg/wasm: Add and/or/xor instructions
` [PATCH v3 10/35] tcg/wasm: Add add/sub/mul instructions
` [PATCH v3 11/35] tcg/wasm: Add shl/shr/sar instructions
` [PATCH v3 12/35] tcg/wasm: Add setcond/negsetcond/movcond instructions
` [PATCH v3 13/35] tcg/wasm: Add sextract instruction
` [PATCH v3 14/35] tcg/wasm: Add load and store instructions
` [PATCH v3 15/35] tcg/wasm: Add mov/movi instructions
` [PATCH v3 16/35] tcg/wasm: Add ext instructions
` [PATCH v3 17/35] tcg/wasm: Add div/rem instructions
` [PATCH v3 18/35] tcg/wasm: Add neg/ctpop instructions
` [PATCH v3 19/35] tcg/wasm: Add rot/clz/ctz instructions
` [PATCH v3 20/35] tcg/wasm: Add br/brcond instructions
` [PATCH v3 21/35] tcg/wasm: Add exit_tb/goto_tb/goto_ptr instructions
` [PATCH v3 22/35] tcg/wasm: Add call instruction
` [PATCH v3 23/35] tcg/wasm: Add qemu_ld/qemu_st instructions
` [PATCH v3 24/35] tcg/wasm: Add mb instruction
` [PATCH v3 25/35] tcg/wasm: Mark unimplemented instructions
` [PATCH v3 26/35] tcg/wasm: Add initialization of fundamental registers
` [PATCH v3 27/35] tcg/wasm: Write wasm binary to TB
` [PATCH v3 28/35] tcg/wasm: Implement instantiation of Wasm binary
` [PATCH v3 29/35] tcg/wasm: Allow switching coroutine from a helper
` [PATCH v3 30/35] tcg/wasm: Enable instantiation of TBs executed many times
` [PATCH v3 31/35] tcg/wasm: Enable TLB lookup
` [PATCH v3 32/35] tcg/wasm: Add tcg_target_init function
` [PATCH v3 33/35] meson.build: enable to build Wasm backend
` [PATCH v3 34/35] meson.build: Propagate optimization flag for linking on Emscripten
` [PATCH v3 35/35] .gitlab-ci.d: build wasm backend in CI

[PATCH v2] e1000e: Prevent crash from legacy interrupt firing after MSI-X enable
 2025-09-01 11:57 UTC  (5+ messages)

[RFC V2 0/8] Live update: tap and vhost
 2025-09-01 11:44 UTC  (5+ messages)

[PATCH] smbios: cap DIMM size to 2Tb as workaround for broken Windows
 2025-09-01 11:38 UTC  (3+ messages)

[PATCH v2 0/4] Error recovery for zPCI passthrough devices
 2025-09-01 11:28 UTC  (7+ messages)
` [PATCH v2 2/4] vfio/pci: Add an architecture specific error handler
` [PATCH v2 3/4] s390x/pci: Add PCI error handling for vfio pci devices
` [PATCH v2 4/4] s390x/pci: Reset a device in error state

[PULL v2 0/9] Misc QGA fixes for 2025-08-29
 2025-09-01 11:24 UTC  (10+ messages)
` [PULL v2 1/9] qga: Fix ubsan warning
` [PULL v2 2/9] qga: fix potentially not initialized nr_volumes in qga_vss_fsfreeze()
` [PULL v2 3/9] qga-vss: Replace asserts with condition and report error
` [PULL v2 4/9] qga-vss: Remove unused dependencies
` [PULL v2 5/9] qga: Fix channel initialization check in run_agent_once
` [PULL v2 6/9] qga: ignore channel_init() fail if 'retry_path' is set
` [PULL v2 7/9] qga-vss: Write hex value of error in log
` [PULL v2 8/9] qga/installer: Remove QGA VSS if QGA installation failed
` [PULL v2 9/9] qga: Fix truncated output handling in guest-exec status reporting

[PATCH v7 00/14] riscv: Add support for MIPS P8700 CPU
 2025-09-01 11:16 UTC  (19+ messages)
` [PATCH v7 01/14] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v7 02/14] target/riscv: Add cpu_set_exception_base
` [PATCH v7 04/14] target/riscv: Add MIPS P8700 CSRs
` [PATCH v7 03/14] target/riscv: Add MIPS P8700 CPU
` [PATCH v7 06/14] target/riscv: Add mips.pref instruction
` [PATCH v7 05/14] target/riscv: Add mips.ccmov instruction
` [PATCH v7 08/14] hw/misc: Add RISC-V CMGCR device implementation
` [PATCH v7 07/14] target/riscv: Add Xmipslsp instructions
` [PATCH v7 09/14] hw/misc: Add RISC-V CPC device implementation
` [PATCH v7 11/14] hw/riscv: Add support for MIPS Boston-aia board mode
` [PATCH v7 10/14] hw/riscv: Add support for RISCV CPS
` [PATCH v7 13/14] riscv/boston-aia: Add an e1000e NIC in slot 0 func 1
` [PATCH v7 12/14] hw/pci: Allow explicit function numbers in pci
` [PATCH v7 14/14] test/functional: Add test for boston-aia board

[PATCH] vfio/container: Remap only populated parts in a section
 2025-09-01 11:12 UTC  (3+ messages)

[PATCH v6 00/14] riscv: Add support for MIPS P8700 CPU
 2025-09-01 11:09 UTC  (34+ messages)
` [PATCH v6 01/14] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v6 03/14] target/riscv: Add MIPS P8700 CPU
` [PATCH v6 07/14] target/riscv: Add Xmipslsp instructions
` [PATCH v6 08/14] hw/misc: Add RISC-V CMGCR device implementation
` [PATCH v6 10/14] hw/riscv: Add support for RISCV CPS
` [PATCH v6 12/14] hw/pci: Allow explicit function numbers in pci
` [PATCH v6 14/14] test/functional: Add test for boston-aia board

[PATCH] hw/virtio: rename vhost-user-device and make user creatable
 2025-09-01 11:01 UTC  (2+ messages)

[PATCH v2] hw/virtio: rename vhost-user-device and make user creatable
 2025-09-01 10:59 UTC 

[PATCH v2] hw/loongarch/virt: Add reset interface for virt-machine
 2025-09-01 10:51 UTC  (2+ messages)

[PULL 00/28] i386, accel, memory patches for 2025-08-29
 2025-09-01 10:43 UTC  (3+ messages)
` [PULL 15/28] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1()

[PATCH v2] 9pfs: Add FreeBSD support
 2025-09-01 10:40 UTC  (7+ messages)

[PATCH 00/22] vfio: improve use of QOM and coding guidelines
 2025-09-01 10:24 UTC  (5+ messages)
` [PATCH 16/22] vfio/pci.c: use QOM casts where appropriate

[PATCH] hw/arm/boot: Correctly free the MemoryDeviceInfoList
 2025-09-01 10:23 UTC  (2+ messages)

[PATCH v2 0/4] Add IBM PPE42 CPU support
 2025-09-01 10:15 UTC  (6+ messages)
` [PATCH v2 1/4] target/ppc: Add IBM PPE42 family of processors
` [PATCH v2 3/4] hw/ppc: Add a test machine for the IBM PPE42 CPU

[PATCH v3 0/1] ARM_PMU: Trap PMCR when MDCR_EL2.TPMCR is set
 2025-09-01  9:46 UTC  (4+ messages)
` [PATCH v3 1/1] target/arm: "

[PATCH RFC 0/9] migration: Threadify loadvm process
 2025-09-01  9:35 UTC  (5+ messages)
` [PATCH RFC 5/9] migration: Thread-ify precopy vmstate load process

[PATCH] block/iscsi: fix crashes on session disconnect and I/O hard timeout
 2025-09-01  9:20 UTC 

[PATCH v5 00/21] intel_iommu: Enable stage-1 translation for passthrough device
 2025-09-01  9:04 UTC  (14+ messages)
` [PATCH v5 12/21] intel_iommu: Handle PASID entry addition
` [PATCH v5 13/21] intel_iommu: Introduce a new pasid cache invalidation type FORCE_RESET
` [PATCH v5 16/21] intel_iommu: Replay pasid bindings after context cache invalidation
` [PATCH v5 17/21] intel_iommu: Propagate PASID-based iotlb invalidation to host

KVM/QEMU community call agenda or save it for Milan?
 2025-09-01  9:02 UTC 

[PATCH v2 0/8] sd: Add RPMB emulation to eMMC model
 2025-09-01  8:55 UTC  (3+ messages)
` [PATCH v2 6/8] crypto/hmac: Allow to build hmac over multiple qcrypto_gnutls_hmac_bytes[v] calls

[PATCH v2 00/14] util: sync error_report & qemu_log output more closely
 2025-09-01  8:49 UTC  (4+ messages)
` [PATCH v2 07/14] util: add API to fetch the current thread name

[PATCH] docs/devel: fix typo in code-provenance.rst
 2025-09-01  8:45 UTC  (2+ messages)

[PATCH] fix: Fix build error with CONFIG_POWERNV disabled
 2025-09-01  8:32 UTC  (3+ messages)

[PATCH v1 0/4] Remove AST2700 A0
 2025-09-01  8:31 UTC  (4+ messages)
` [PATCH v1 1/4] hw/arm: Remove ast2700a0-evb machine
  ` [SPAM] "

[PATCH 0/3] hw/sd/sdcard: Deprecate support for spec v1.10
 2025-09-01  7:41 UTC  (4+ messages)
` [PATCH-for-10.0 3/3] hw/sd/sdcard: Remove "

[PATCH] tests: honor $TMPDIR for test_virtio_version
 2025-09-01  7:36 UTC  (3+ messages)

[PATCH 0/2] hw/mips: Remove mipssim machine and mipsnet device
 2025-09-01  7:13 UTC  (2+ messages)

[RFC PATCH 00/61] target/arm: Implement FEAT_SYSREG128
 2025-09-01  7:05 UTC  (15+ messages)
` [PATCH 35/61] target/arm: Rename some cpreg to their aarch64 names
` [PATCH 37/61] target/arm: Implement isar tests for FEAT_SYSREG128, FEAT_SYSINSTR128
` [PATCH 38/61] target/arm: Define CP_REG_SIZE_U128
` [PATCH 39/61] target/arm: Update ARMCPRegInfo for 128-bit sysregs
` [PATCH 40/61] target/arm: Assert ARM_CP_128BIT only with ARM_CP_STATE_AA64
` [PATCH 42/61] target/arm: Add raw_read128, raw_write128
` [PATCH 43/61] target/arm: Add read_raw_cp_reg128, write_raw_cp_reg128

[PATCH] hw/vfio-user: add x-pci-class-code
 2025-09-01  7:04 UTC  (2+ messages)

[PATCH v4 00/19] target/loongarch: Enhancement about tcg mmu
 2025-09-01  6:50 UTC  (9+ messages)
` [PATCH v4 01/19] target/loongarch: Move some function definition to kvm directory
` [PATCH v4 04/19] target/loongarch: Add header file cpu-mmu.h
` [PATCH v4 05/19] target/loongarch: Add enum type TLBRet definition
` [PATCH v4 07/19] target/loongarch: Use MMUAccessType in loongarch_map_tlb_entry()

[PATCH v2 0/8] vfio: Remove 'vfio-platform'
 2025-09-01  6:46 UTC  (5+ messages)
` [PATCH v2 3/8] hw/mips/loongson3_virt: Include 'system/system.h'
` [PATCH v2 6/8] vfio: Remove 'vfio-calxeda-xgmac' device
` [PATCH v2 7/8] vfio: Remove 'vfio-platform'
` [PATCH v2 8/8] vfio: Move vfio-region.h under hw/vfio/


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