messages from 2024-07-11 21:36:13 to 2024-07-12 12:52:11 UTC [more...]
[PATCH v2 00/19] ppc/pnv: Better big-core model, lpar-per-core, PC unit
2024-07-12 12:02 UTC (17+ messages)
` [PATCH v2 02/19] ppc/pnv: Add pointer from PnvCPUState to PnvCore
` [PATCH v2 03/19] ppc/pnv: Move timebase state into PnvCore
` [PATCH v2 04/19] target/ppc: Move SPR indirect registers "
` [PATCH v2 05/19] ppc/pnv: use class attribute to limit SMT threads for different machines
` [PATCH v2 07/19] ppc: Add a core_index to CPUPPCState for SMT vCPUs
` [PATCH v2 08/19] target/ppc: Add helpers to check for SMT sibling threads
` [PATCH v2 09/19] ppc: Add has_smt_siblings property to CPUPPCState
` [PATCH v2 10/19] ppc/pnv: Add a big-core mode that joins two regular cores
` [PATCH v2 11/19] ppc/pnv: Add allow for big-core differences in DT generation
` [PATCH v2 12/19] ppc/pnv: Implement big-core PVR for Power9/10
` [PATCH v2 14/19] ppc/pnv: Add POWER10 ChipTOD quirk for big-core
` [PATCH v2 15/19] ppc/pnv: Add big-core machine property
` [PATCH v2 16/19] system/cpus: Add cpu_pause() function
` [PATCH v2 17/19] ppc/pnv: Add a CPU nmi and resume function
` [PATCH v2 18/19] ppc/pnv: Implement POWER10 PC xscom registers for direct controls
` [PATCH v2 19/19] ppc/pnv: Add an LPAR per core machine option
[RFC PATCH 0/8] Convert avocado tests to normal Python unittests
2024-07-12 11:59 UTC (31+ messages)
` [RFC PATCH 1/8] tests/pytest: Add base classes for the upcoming pytest-based tests
` [RFC PATCH 2/8] tests/pytest: Convert some simple avocado tests into pytests
` [RFC PATCH 3/8] tests/pytest: Convert info_usernet and version test with small adjustments
` [RFC PATCH 4/8] tests/pytest: add pytest to the meson build system
` [RFC PATCH 5/8] tests_pytest: Implement fetch_asset() method for downloading assets
` [RFC PATCH 6/8] tests/pytest: Convert some tests that download files via fetch_asset()
` [RFC PATCH 7/8] tests/pytest: Add a function for extracting files from an archive
[PATCH v2 0/9] RISC-V: ACPI: Namespace updates
2024-07-12 12:51 UTC (7+ messages)
` [PATCH v2 2/9] hw/riscv/virt-acpi-build.c: Update the HID of RISC-V UART
[PATCH v2 00/13] Fixes for user-only munmap races
2024-07-12 12:49 UTC (5+ messages)
` [PATCH v2 01/13] accel/tcg: Move {set, clear}_helper_retaddr to cpu_ldst.h
` [PATCH v2 02/13] target/arm: Use cpu_env in cpu_untagged_addr
[PATCH v2 00/22] qga: clean up command source locations and conditionals
2024-07-12 12:45 UTC (41+ messages)
` [PATCH v2 01/22] qga: drop blocking of guest-get-memory-block-size command
` [PATCH v2 02/22] qga: move linux vcpu command impls to commands-linux.c
` [PATCH v2 03/22] qga: move linux suspend "
` [PATCH v2 04/22] qga: move linux fs/disk "
` [PATCH v2 05/22] qga: move linux disk/cpu stats "
` [PATCH v2 06/22] qga: move linux memory block "
` [PATCH v2 08/22] qga: conditionalize schema for commands unsupported on Windows
` [PATCH v2 09/22] qga: conditionalize schema for commands unsupported on non-Linux POSIX
` [PATCH v2 10/22] qga: conditionalize schema for commands requiring getifaddrs
` [PATCH v2 12/22] qga: conditionalize schema for commands only supported on Windows
` [PATCH v2 13/22] qga: conditionalize schema for commands requiring fsfreeze
` [PATCH v2 14/22] qga: conditionalize schema for commands requiring fstrim
` [PATCH v2 15/22] qga: conditionalize schema for commands requiring libudev
` [PATCH v2 16/22] qga: conditionalize schema for commands requiring utmpx
` [PATCH v2 17/22] qga: conditionalize schema for commands not supported on other UNIX
` [PATCH v2 18/22] qga: don't disable fsfreeze commands if vss_init fails
` [PATCH v2 19/22] qga: move declare of QGAConfig struct to top of file
` [PATCH v2 20/22] qga: remove pointless 'blockrpcs_key' variable
` [PATCH v2 21/22] qga: allow configuration file path via the cli
[RFC PATCH 6/7] migration/multifd: Move payload storage out of the channel parameters
2024-07-12 12:44 UTC (12+ messages)
[PATCH] block/copy-before-write: wait for conflicts when read locking to avoid assertion failure
2024-07-12 12:33 UTC (2+ messages)
[RFC qemu 0/6] hw/cxl: Link speed and width control
2024-07-12 12:24 UTC (7+ messages)
` [RFC qemu 1/6] hw/pci-bridge/cxl_root_port: Provide x-speed and x-width properties
` [RFC qemu 2/6] hw/pci-bridge/cxl_upstream: "
` [RFC qemu 3/6] hw/pcie: Factor out PCI Express link register filing common to EP
` [RFC qemu 4/6] hw/pcie: Provide a utility function for control of EP / SW USP link
` [RFC qemu 5/6] hw/mem/cxl-type3: Add properties to control link speed and width
` [RFC qemu 6/6] hw/pci-bridge/cxl-upstream: "
[PATCH 0/2] Fix data corruption within preallocation
2024-07-12 12:22 UTC (3+ messages)
` [PATCH 1/2] block: zero data data corruption using prealloc-filter
[PATCH v2 0/2] Fix data corruption within preallocation
2024-07-12 11:55 UTC (4+ messages)
` [PATCH v2 1/2] block: zero data data corruption using prealloc-filter
` [PATCH v2 2/2] iotests/298: add testcase for async writes with preallocation filter
[PATCH v4 00/12] hw/iommufd: IOMMUFD Dirty Tracking
2024-07-12 11:47 UTC (13+ messages)
` [PATCH v4 01/12] vfio/pci: Extract mdev check into an helper
` [PATCH v4 02/12] vfio/iommufd: Don't initialize nor set a HOST_IOMMU_DEVICE with mdev
` [PATCH v4 03/12] backends/iommufd: Extend iommufd_backend_get_device_info() to fetch HW capabilities
` [PATCH v4 04/12] vfio/iommufd: Return errno in iommufd_cdev_attach_ioas_hwpt()
` [PATCH v4 05/12] vfio/iommufd: Introduce auto domain creation
` [PATCH v4 06/12] vfio/{iommufd,container}: Remove caps::aw_bits
` [PATCH v4 07/12] vfio/{iommufd, container}: Initialize HostIOMMUDeviceCaps during attach_device()
` [PATCH v4 08/12] vfio/iommufd: Probe and request hwpt dirty tracking capability
` [PATCH v4 09/12] vfio/iommufd: Implement VFIOIOMMUClass::set_dirty_tracking support
` [PATCH v4 10/12] vfio/iommufd: Implement VFIOIOMMUClass::query_dirty_bitmap support
` [PATCH v4 11/12] vfio/migration: Don't block migration device dirty tracking is unsupported
` [PATCH v4 12/12] vfio/common: Allow disabling device dirty page tracking
[PATCH] accel/tcg: Make cpu_exec_interrupt hook mandatory
2024-07-12 11:39 UTC
[PATCH v5 00/13] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
2024-07-12 11:08 UTC (14+ messages)
` [PATCH v5 01/13] hw/acpi: Fix ordering of BDF in Generic Initiator PCI Device Handle
` [PATCH v5 02/13] hw/acpi/GI: Fix trivial parameter alignment issue
` [PATCH v5 03/13] hw/acpi: Move AML building code for Generic Initiators to aml_build.c
` [PATCH v5 04/13] hw/acpi: Rename build_all_acpi_generic_initiators() to build_acpi_generic_initiator()
` [PATCH v5 05/13] hw/pci: Add a busnr property to pci_props and use for acpi/gi
` [PATCH v5 06/13] acpi/pci: Move Generic Initiator object handling into acpi/pci.*
` [PATCH v5 07/13] hw/pci-bridge: Add acpi_uid property to TYPE_PXB_BUS
` [PATCH v5 08/13] hw/i386/acpi: Use TYPE_PXB_BUS property acpi_uid for DSDT
` [PATCH v5 09/13] hw/pci-host/gpex-acpi: Use acpi_uid property
` [PATCH v5 10/13] hw/acpi: Generic Port Affinity Structure support
` [PATCH v5 11/13] bios-tables-test: Allow for new acpihmat-generic-x test data
` [PATCH v5 12/13] bios-tables-test: Add complex SRAT / HMAT test for GI GP
` [PATCH v5 13/13] bios-tables-test: Add data for complex numa test (GI, GP etc)
[PULL v1 0/3] Xen queue
2024-07-12 11:02 UTC (4+ messages)
` [PULL v1 1/3] MAINTAINERS: add Edgar as Xen maintainer
` [PULL v1 2/3] physmem: Bail out qemu_ram_block_from_host() for invalid ram addrs
` [PULL v1 3/3] xen: mapcache: Fix unmapping of first entries in buckets
[PATCH v5 00/13] WIP: Use Intel DSA accelerator to offload zero page checking in multifd live migration
2024-07-12 10:58 UTC (13+ messages)
` [PATCH v5 01/13] meson: Introduce new instruction set enqcmd to the build system
` [PATCH v5 02/13] util/dsa: Add idxd into linux header copy list
` [PATCH v5 03/13] util/dsa: Implement DSA device start and stop logic
` [PATCH v5 04/13] util/dsa: Implement DSA task enqueue and dequeue
` [PATCH v5 05/13] util/dsa: Implement DSA task asynchronous completion thread model
` [PATCH v5 06/13] util/dsa: Implement zero page checking in DSA task
` [PATCH v5 07/13] util/dsa: Implement DSA task asynchronous submission and wait for completion
` [PATCH v5 08/13] migration/multifd: Add new migration option for multifd DSA offloading
` [PATCH v5 09/13] migration/multifd: Prepare to introduce DSA acceleration on the multifd path
[RFC PATCH] build deps: update lcitool to include rust bits
2024-07-12 10:12 UTC (3+ messages)
[PATCH v5 0/7] target/riscv: Expose RV32 cpu to RV64 QEMU
2024-07-12 9:57 UTC (5+ messages)
` [PATCH v5 7/7] tests/avocado: Add an avocado test for riscv64
[PULL 0/9] loongarch-to-apply queue
2024-07-12 9:50 UTC (5+ messages)
[PATCH] Revert "qemu-char: do not operate on sources from finalize callbacks"
2024-07-12 9:26 UTC
[PATCH 00/14] Improve mechanism for configuring allowed commands
2024-07-12 9:17 UTC (8+ messages)
` [PATCH 03/14] qapi: cope with special feature names containing a '-'
` [PATCH 04/14] qapi: add a 'command-features' pragma
[PATCH v4 00/11] target/riscv: Support zimop/zcmop/zama16b/zabha
2024-07-12 9:08 UTC (9+ messages)
` [PATCH v4 01/11] target/riscv: Add zimop extension
` [PATCH v4 02/11] disas/riscv: Support zimop disassemble
` [PATCH v4 03/11] target/riscv: Add zcmop extension
` [PATCH v4 04/11] disas/riscv: Support zcmop disassemble
[PATCH] chardev: add a mutex to protect IOWatchPoll::src
2024-07-12 8:39 UTC (3+ messages)
[PATCH v3] plugins/stoptrigger: TCG plugin to stop execution under conditions
2024-07-12 8:03 UTC
[PATCH v2] plugins/stoptrigger: TCG plugin to stop execution under conditions
2024-07-12 7:53 UTC (3+ messages)
[PATCH v4] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
2024-07-12 7:12 UTC
[PATCH] hw/vmcoreinfo: make guest format endian safe
2024-07-12 7:02 UTC (2+ messages)
[PATCH 0/5] XIVE changes for Cache Watch, VSTs, STT and info pic
2024-07-12 6:17 UTC (5+ messages)
` [PATCH 1/5] pnv/xive2: XIVE2 Cache Watch, Cache Flush and Sync Injection support
[RFC PATCH v4 0/7] Add Rust support, implement ARM PL011
2024-07-12 6:14 UTC (8+ messages)
` [RFC PATCH v4 2/7] rust: add bindgen step as a meson dependency
[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
2024-07-12 5:47 UTC (4+ messages)
[PATCH v1] target/s390x: filter deprecated features based on model expansion type
2024-07-12 5:23 UTC (2+ messages)
[PATCH v4] target/riscv: raise an exception when CSRRS/CSRRC writes a read-only CSR
2024-07-12 5:20 UTC (2+ messages)
[PATCH] Add vhost-user-spi and vhost-user-spi-pci devices
2024-07-12 3:42 UTC
[PATCH qemu v2 0/1] target/riscv: Add Zilsd and Zcmlsd extension support
2024-07-12 3:32 UTC (2+ messages)
` [PATCH qemu v2 1/1] "
[PATCH v9] virtio-net: Fix network stall at the host side waiting for kick
2024-07-12 3:10 UTC
[PATCH v9 00/10] Support persistent reservation operations
2024-07-12 2:36 UTC (11+ messages)
` [PATCH v9 01/10] block: add persistent reservation in/out api
` [PATCH v9 02/10] block/raw: add persistent reservation in/out driver
` [PATCH v9 03/10] scsi/constant: add persistent reservation in/out protocol constants
` [PATCH v9 04/10] scsi/util: add helper functions for persistent reservation types conversion
` [PATCH v9 05/10] hw/scsi: add persistent reservation in/out api for scsi device
` [PATCH v9 06/10] block/nvme: add reservation command protocol constants
` [PATCH v9 07/10] hw/nvme: add helper functions for converting reservation types
` [PATCH v9 08/10] hw/nvme: enable ONCS and rescap function
` [PATCH v9 09/10] hw/nvme: add reservation protocal command
` [PATCH v9 10/10] block/iscsi: add persistent reservation in/out driver
[RFC PATCH 00/16] Implements RISC-V WorldGuard extension v0.4
2024-07-12 2:02 UTC (11+ messages)
` [RFC PATCH 03/16] exec: Add RISC-V WorldGuard WID to MemTxAttrs
` [RFC PATCH 04/16] hw/misc: riscv_worldguard: Add RISC-V WorldGuard global config
` [RFC PATCH 05/16] target/riscv: Add CPU options of WorldGuard CPU extension
` [RFC PATCH 06/16] target/riscv: Add hard-coded CPU state of WG extension
` [RFC PATCH 16/16] hw/riscv: virt: Add WorldGuard support
[PATCH] e1000: Fix the unexpected assumption that the receive buffer is full
2024-07-12 2:00 UTC (10+ messages)
[PULL v2 0/8] loongarch-to-apply queue
2024-07-12 1:36 UTC (9+ messages)
` [PULL v2 1/8] hw/loongarch/boot.c: fix out-of-bound reading
` [PULL v2 2/8] hw/loongarch: Change the tpm support by default
` [PULL v2 3/8] hw/loongarch/virt: Remove unused assignment
` [PULL v2 4/8] MAINTAINERS: Add myself as a reviewer of LoongArch virt machine
` [PULL v2 5/8] target/loongarch/kvm: Add software breakpoint support
` [PULL v2 6/8] target/loongarch: Remove avail_64 in trans_srai_w() and simplify it
` [PULL v2 7/8] target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 values
` [PULL v2 8/8] target/loongarch: Fix cpu_reset set wrong CSR_CRMD
[PATCH v6 0/7] plugins: access values during a memory read/write
2024-07-12 0:48 UTC (12+ messages)
` [PATCH v6 4/7] tests/tcg: add mechanism to run specific tests with plugins
` [PATCH v6 5/7] tests/tcg: allow to check output of plugins
` [PATCH v6 7/7] tests/tcg/x86_64: add test for plugin memory access
[PATCH v8 00/13] Add RISC-V ISA extension smcntrpmf support
2024-07-11 22:31 UTC (14+ messages)
` [PATCH v8 01/13] target/riscv: Combine set_mode and set_virt functions
` [PATCH v8 02/13] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [PATCH v8 03/13] target/riscv: Add cycle & instret privilege mode filtering properties
` [PATCH v8 04/13] target/riscv: Add cycle & instret privilege mode filtering definitions
` [PATCH v8 05/13] target/riscv: Add cycle & instret privilege mode filtering support
` [PATCH v8 06/13] target/riscv: Only set INH fields if priv mode is available
` [PATCH v8 07/13] target/riscv: Implement privilege mode filtering for cycle/instret
` [PATCH v8 08/13] target/riscv: Save counter values during countinhibit update
` [PATCH v8 09/13] target/riscv: Enforce WARL behavior for scounteren/hcounteren
` [PATCH v8 10/13] target/riscv: Start counters from both mhpmcounter and mcountinhibit
` [PATCH v8 11/13] target/riscv: More accurately model priv mode filtering
` [PATCH v8 12/13] target/riscv: Do not setup pmu timer if OF is disabled
` [PATCH v8 13/13] target/riscv: Expose the Smcntrpmf config
[PATCH v5 10/13] migration/multifd: Enable DSA offloading in multifd sender path
2024-07-11 22:04 UTC (4+ messages)
` [PATCH v5 11/13] migration/multifd: Add migration option set packet size
` [PATCH v5 12/13] util/dsa: Add unit test coverage for Intel DSA task submission and completion
` [PATCH v5 13/13] migration/multifd: Add integration tests for multifd with Intel DSA offloading
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).