messages from 2025-06-24 15:23:19 to 2025-06-25 20:16:01 UTC [more...]
[PATCH v6 0/1] Add support for emulation of CRC32 instructions
2025-06-25 20:10 UTC (3+ messages)
` [PATCH v6 1/1] "
[PATCH v5 0/3] docs: define policy forbidding use of "AI" / LLM code generators
2025-06-25 20:01 UTC (6+ messages)
` [PATCH v5 3/3] docs: define policy forbidding use of AI "
[PATCH v5 00/19] vfio-user client
2025-06-25 19:30 UTC (20+ messages)
` [PATCH v5 01/19] vfio-user: add vfio-user class and container
` [PATCH v5 02/19] vfio-user: connect vfio proxy to remote server
` [PATCH v5 03/19] vfio-user: implement message receive infrastructure
` [PATCH v5 04/19] vfio-user: implement message send infrastructure
` [PATCH v5 05/19] vfio-user: implement VFIO_USER_DEVICE_GET_INFO
` [PATCH v5 06/19] vfio-user: implement VFIO_USER_DEVICE_GET_REGION_INFO
` [PATCH v5 07/19] vfio-user: implement VFIO_USER_REGION_READ/WRITE
` [PATCH v5 08/19] vfio-user: set up PCI in vfio_user_pci_realize()
` [PATCH v5 09/19] vfio-user: implement VFIO_USER_DEVICE_GET/SET_IRQ*
` [PATCH v5 10/19] vfio-user: forward MSI-X PBA BAR accesses to server
` [PATCH v5 11/19] vfio-user: set up container access to the proxy
` [PATCH v5 12/19] vfio-user: implement VFIO_USER_DEVICE_RESET
` [PATCH v5 13/19] vfio-user: implement VFIO_USER_DMA_MAP/UNMAP
` [PATCH v5 14/19] vfio-user: implement VFIO_USER_DMA_READ/WRITE
` [PATCH v5 15/19] vfio-user: add 'x-msg-timeout' option
` [PATCH v5 16/19] vfio-user: support posted writes
` [PATCH v5 17/19] vfio-user: add coalesced "
` [PATCH v5 18/19] docs: add vfio-user documentation
` [PATCH v5 19/19] vfio-user: introduce vfio-user protocol specification
[PATCH v5 0/7] vhost-user: Add SHMEM_MAP/UNMAP requests
2025-06-25 16:47 UTC (5+ messages)
` [PATCH v5 4/7] vhost_user: Add frontend get_shmem_config command
` [PATCH v5 7/7] vhost-user-devive: Add shmem BAR
[PATCH v2 00/12] Python: Fix 'make check-dev' and modernize to 3.9+
2025-06-25 17:35 UTC (4+ messages)
` [PATCH v2 06/12] python: upgrade to python3.9+ syntax
[PATCH 00/21] migration: Unify capabilities and parameters
2025-06-25 17:29 UTC (11+ messages)
` [PATCH 01/21] migration: Normalize tls arguments
` [PATCH 02/21] migration: Remove MigrateSetParameters
` [PATCH 03/21] qapi/migration: Don't document MigrationParameter
[PATCH v8 00/14] arm: rework id register storage
2025-06-25 16:37 UTC (10+ messages)
` [PATCH v8 12/14] arm/cpu: Add sysreg generation scripts
[PATCH qemu v16 0/5] arm/virt: CXL support via pxb_cxl
2025-06-25 16:19 UTC (6+ messages)
` [PATCH qemu v16 1/5] hw/cxl-host: Add an index field to CXLFixedMemoryWindow
` [PATCH qemu v16 2/5] hw/cxl: Make the CXL fixed memory windows devices
` [PATCH qemu v16 3/5] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH qemu v16 4/5] docs/cxl: Add an arm/virt example
` [PATCH qemu v16 5/5] qtest/cxl: Add aarch64 virt test for CXL
[PATCH 00/12] Replace FSF postal address with licenses URL
2025-06-25 16:14 UTC (18+ messages)
` [PATCH 01/12] COPYING: replace "
` [PATCH 02/12] linux-headers: "
` [PATCH 03/12] libdecnumber: "
` [PATCH 04/12] include/libdecnumber: "
` [PATCH 06/12] include/qemu: "
` [PATCH 07/12] util/rcu.c: "
` [PATCH 08/12] hw: "
` [PATCH 09/12] scripts: "
[PATCH v15 0/4] arm/virt: CXL support via pxb_cxl
2025-06-25 16:08 UTC (7+ messages)
` [PATCH v15 3/4] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
[PATCH v3 00/29] ACPI PCI Hotplug support on ARM
2025-06-25 15:23 UTC (24+ messages)
` [PATCH v3 16/29] hw/i386/acpi-build: Move aml_pci_edsm to a generic place
` [PATCH v3 17/29] hw/arm/virt-acpi-build: Modify the DSDT ACPI table to enable ACPI PCI hotplug
` [PATCH v3 19/29] hw/arm/virt: Pass the bus on the ged creation
` [PATCH v3 20/29] hw/acpi/ged: Prepare the device to react to PCI hotplug events
` [PATCH v3 25/29] hw/arm/virt: Let virt support pci hotplug/unplug GED event
[PATCH v3 00/26] arm: Fixes and preparatory cleanups for split-accel
2025-06-25 15:12 UTC (3+ messages)
` [PATCH v3 05/26] target/arm/hvf: Directly re-lock BQL after hv_vcpu_run()
[PATCH v2 00/27] tcg/optimize: Track and use known 1's
2025-06-25 14:57 UTC (55+ messages)
` [PATCH v2 01/27] tcg/optimize: Introduce arg_const_val
` [PATCH v2 02/27] tcg/optimize: Add one's mask to TempOptInfo
` [PATCH v2 03/27] tcg/optimize: Introduce fold_masks_zosa
` [PATCH v2 04/27] tcg/optimize: Build and use o_bits in fold_and
` [PATCH v2 05/27] tcg/optimize: Build and use o_bits in fold_andc
` [PATCH v2 06/27] tcg/optimize: Build and use z_bits and o_bits in fold_eqv
` [PATCH v2 07/27] tcg/optimize: Build and use z_bits and o_bits in fold_nand
` [PATCH v2 08/27] tcg/optimize: Build and use z_bits and o_bits in fold_nor
` [PATCH v2 09/27] tcg/optimize: Build and use z_bits and o_bits in fold_not
` [PATCH v2 10/27] tcg/optimize: Build and use one and affected bits in fold_or
` [PATCH v2 11/27] tcg/optimize: Build and use zero, one and affected bits in fold_orc
` [PATCH v2 12/27] tcg/optimize: Build and use o_bits in fold_xor
` [PATCH v2 13/27] tcg/optimize: Build and use o_bits in fold_bswap
` [PATCH v2 14/27] tcg/optimize: Build and use o_bits in fold_deposit
` [PATCH v2 15/27] tcg/optimize: Build and use o_bits in fold_extract
` [PATCH v2 16/27] tcg/optimize: Build and use z_bits and o_bits in fold_extract2
` [PATCH v2 17/27] tcg/optimize: Build and use o_bits in fold_exts
` [PATCH v2 18/27] tcg/optimize: Build and use o_bits in fold_extu
` [PATCH v2 19/27] tcg/optimize: Build and use o_bits in fold_movcond
` [PATCH v2 20/27] tcg/optimize: Build and use o_bits in fold_sextract
` [PATCH v2 21/27] tcg/optimize: Build and use o_bits in fold_shift
` [PATCH v2 22/27] tcg/optimize: Use fold_and in do_constant_folding_cond[12]
` [PATCH v2 23/27] tcg/optimize: Fold and to extract during optimize
` [PATCH v2 24/27] tcg/optimize: Simplify fold_and constant checks
` [PATCH v2 25/27] tcg/optimize: Simplify fold_andc "
` [PATCH v2 26/27] tcg/optimize: Simplify fold_orc "
` [PATCH v2 27/27] tcg/optimize: Simplify fold_eqv "
[PATCH v14 0/8] Add additional plugin API functions to read and write memory and registers
2025-06-25 14:51 UTC (10+ messages)
` [PATCH v14 1/8] gdbstub: Expose gdb_write_register function to consumers of gdbstub
` [PATCH v14 2/8] plugins: Add register write API
` [PATCH v14 3/8] plugins: Add enforcement of QEMU_PLUGIN_CB flags in register R/W callbacks
` [PATCH v14 4/8] plugins: Add memory virtual address write API
` [PATCH v14 5/8] plugins: Add memory hardware address read/write API
` [PATCH v14 6/8] tests/tcg: Remove copy-pasted notes and from i386 and add x86_64 system tests to tests
` [PATCH v14 7/8] plugins: Add patcher plugin and test
` [PATCH v14 8/8] plugins: Update plugin version and add notes
[PATCH v8 00/14] Enabling DCD emulation support in Qemu
2025-06-25 14:22 UTC (2+ messages)
[PATCH v4 00/11] riscv: Add support for MIPS P8700 CPU
2025-06-25 14:18 UTC (12+ messages)
` [PATCH v4 01/11] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v4 02/11] target/riscv: Add cpu_set_exception_base
` [PATCH v4 03/11] target/riscv: Add MIPS P8700 CPU
` [PATCH v4 04/11] target/riscv: Add MIPS P8700 CSRs
` [PATCH v4 05/11] target/riscv: Add mips.ccmov instruction
` [PATCH v4 06/11] target/riscv: Add mips.pref instruction
` [PATCH v4 07/11] target/riscv: Add Xmipslsp instructions
` [PATCH v4 08/11] hw/misc: Add support for MIPS Boston-aia board model
` [PATCH v4 09/11] hw/riscv: "
` [PATCH v4 11/11] riscv/boston-aia: Add an e1000e NIC in slot 0 func 1
` [PATCH v4 10/11] hw/pci: Allow explicit function numbers in pci
[PATCH v3 0/10] riscv: Add support for MIPS P8700 CPU
2025-06-25 14:14 UTC (10+ messages)
` [PATCH v3 01/10] hw/intc: Allow gaps in hartids for aclint and aplic
` [PATCH v3 04/10] target/riscv: Add MIPS P8700 CSRs
` [PATCH v3 08/10] configs/devices: Add MIPS Boston-aia board model to RISC-V
[PATCH v3 00/14] migration/postcopy: Blocktime tracking overhaul
2025-06-25 13:39 UTC (2+ messages)
[PATCH v3 00/11] migration: Some enhancements and cleanups for 10.1
2025-06-25 13:38 UTC (7+ messages)
` [PATCH v3 06/11] migration: Rename save_live_complete_precopy to save_complete
[PATCH] hw/s390x/ccw-device: Fix memory leak in loadparm setter
2025-06-25 13:36 UTC (3+ messages)
[PATCH 0/3] migration: propagate vTPM errors using Error objects
2025-06-25 13:15 UTC (7+ messages)
` [PATCH 1/3] migration: Pass error object to report it to the caller
` [PATCH 3/3] backends/tpm: Propagate vTPM error on migration failure
[PATCH] target/arm: Fix M-profile helper loads/stores alignment checks
2025-06-25 10:58 UTC
[PATCH v2 0/3] tracetool: cleanup "if(true)" check from trace_foo()
2025-06-25 12:30 UTC (6+ messages)
` [PATCH v2 2/3] tracetool: introduce generate_unconditional
` [PATCH v3] tracetool: generates conitional checks when needed
[PATCH V5 00/38] Live update: vfio and iommufd
2025-06-25 11:40 UTC (13+ messages)
` [PATCH V5 32/38] vfio/iommufd: preserve descriptors
` [PATCH V5 33/38] vfio/iommufd: reconstruct device
` [PATCH V5 34/38] vfio/iommufd: reconstruct hwpt
` [PATCH V5 35/38] vfio/iommufd: change process
` [PATCH V5 36/38] iommufd: preserve DMA mappings
` [PATCH V5 37/38] vfio/container: delete old cpr register
[RFC v6 0/3] Add QEMU model for ASPEED OTP memory and integrate with SoC
2025-06-25 10:26 UTC (8+ messages)
` [RFC v6 1/3] hw/misc/aspeed_otp: Add ASPEED OTP memory device model
[PATCH v4 00/19] vfio-user client
2025-06-25 9:16 UTC (14+ messages)
` [PATCH v4 03/19] vfio-user: implement message receive infrastructure
` [PATCH v4 04/19] vfio-user: implement message send infrastructure
` [PATCH v4 05/19] vfio-user: implement VFIO_USER_DEVICE_GET_INFO
[PATCH] s390x: Fix leak in machine_set_loadparm
2025-06-25 9:03 UTC (7+ messages)
[RFC 00/10] i386/cpu: Cache CPUID fixup, Intel cache model & topo CPUID enhencement
2025-06-25 9:19 UTC (10+ messages)
` [RFC 01/10] i386/cpu: Mark CPUID[0x80000005] as reserved for Intel
[PATCH] file-posix: Fix aio=threads performance regression after enablign FUA
2025-06-25 8:50 UTC
[PATCH v2 0/9] hw/loongarch: add the advanced extended interrupt controllers (AVECINTC) support
2025-06-25 8:38 UTC (4+ messages)
` [PATCH v2 4/9] target/loongarch: add msg interrupt CSR registers
[PATCH v2] i386/tdx: Build TDX only for 64-bit target
2025-06-25 7:43 UTC (2+ messages)
[PATCH] target: riscv: Add Svrsw60t59b extension support
2025-06-25 7:36 UTC (3+ messages)
[PATCH 0/2] riscv: fix envcfg.STCE
2025-06-25 7:26 UTC (6+ messages)
` [PATCH 1/2] target/riscv: disable *stimecmp interrupts without *envcfg.STCE
[PATCH 0/2] i386: Don't build TDX for 32-bit target
2025-06-25 7:12 UTC (6+ messages)
` [PATCH 1/2] i386/Kconfig: Make I386 and X86_64 independant
` [PATCH 2/2] i386/tdx: Don't build TDX for 32bit target
[PATCH v2 00/10] net: Add passt netdev backend
2025-06-25 6:57 UTC (8+ messages)
` [PATCH v2 09/10] net: Add passt network backend
[PATCH] i386/tdx: Don't mask off CPUID_EXT_PDCM
2025-06-25 3:57 UTC
[PATCH] i386/tdx: Remove task->watch only when it's valid
2025-06-25 3:55 UTC
[PATCH v2 000/101] target/arm: Implement FEAT_SME2p1
2025-06-25 3:12 UTC (7+ messages)
` [PATCH v2 046/101] target/arm: Implement SME2 SMLALL, SMLSLL, UMLALL, UMLSLL
` [PATCH v2 091/101] target/arm: Implement SME2 counted predicate register load/store
[PATCH 00/20] tcg/optimize: Track and use known 1's
2025-06-24 23:55 UTC (11+ messages)
` [PATCH 01/20] tcg/optimize: Introduce arg_const_val
` [PATCH 02/20] tcg/optimize: Add one's mask to TempOptInfo
` [PATCH 03/20] tcg/optimize: Build and use o_bits in fold_and
` [PATCH 04/20] tcg/optimize: Build and use o_bits in fold_andc
` [PATCH 05/20] tcg/optimize: Build and use z_bits and o_bits in fold_eqv
aspeed: Split the machine definition into individual source files
2025-06-24 23:13 UTC (2+ messages)
FreeBSD 14.1 aarch64 iso URL is down
2025-06-24 21:25 UTC (7+ messages)
[RFC PATCH qemu 0/5] hw/cxl/mctp/i2c/usb: MCTP for OoB control of CXL devices
2025-06-24 19:47 UTC (2+ messages)
[PATCH v2 0/3] target/arm: SME1/SVE2 fixes
2025-06-24 19:04 UTC (4+ messages)
` [PATCH v2 3/3] target/arm: Fix 128-bit element ZIP, UZP, TRN
[PATCH v13 0/7] Add additional plugin API functions to read and write memory and registers
2025-06-24 17:56 UTC (3+ messages)
[PATCH 0/3] VFIO multifd device state transfer patches for QEMU 10.1
2025-06-24 17:51 UTC (4+ messages)
` [PATCH 1/3] vfio/migration: Max in-flight VFIO device state buffer count limit
` [PATCH 2/3] vfio/migration: Add x-migration-load-config-after-iter VFIO property
` [PATCH 3/3] vfio/migration: Add also max in-flight VFIO device state buffers size limit
[PULL 00/11] tcg patch queue
2025-06-24 17:32 UTC (2+ messages)
[PULL 00/11] Migration staging patches
2025-06-24 17:32 UTC (2+ messages)
[PATCH 0/4] Some trivial live update fixes
2025-06-24 16:54 UTC (3+ messages)
` [PATCH 3/4] vfio/container: Fix potential SIGSEGV when recover from unmap-all-vaddr failure
[PULL 00/24] i386 (TCG, TDX), Rust changes for 2025-06-20
2025-06-24 15:22 UTC (12+ messages)
` [PULL 24/24] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
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).