qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-09 11:25:08 to 2023-02-10 00:33:05 UTC [more...]

[PATCH v2 0/7] Python: Drop support for Python 3.6
 2023-02-10  0:31 UTC  (5+ messages)
` [PATCH v2 1/7] python: support pylint 2.16
` [PATCH v2 4/7] configure: Add nice hint to Python failure message
` [PATCH v2 6/7] CI: Stop building docs on centos8
` [PATCH v2 7/7] Python: Drop support for Python 3.6

[PATCH v7 0/2] Update AVX512 support for xbzrle and CI failure
 2023-02-09 23:50 UTC  (7+ messages)
` [PATCH v7 1/2] AVX512 support for xbzrle_encode_buffer
` [PATCH v7 2/2] Update bench-code for addressing CI problem

[PATCH v10 00/12] vfio/migration: Implement VFIO migration protocol v2
 2023-02-09 23:50 UTC  (14+ messages)
` [PATCH v10 01/12] linux-headers: Update to v6.2-rc1
` [PATCH v10 02/12] vfio/migration: Fix NULL pointer dereference bug
` [PATCH v10 03/12] vfio/migration: Allow migration without VFIO IOMMU dirty tracking support
` [PATCH v10 04/12] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH v10 05/12] vfio/common: Change vfio_devices_all_running_and_saving() logic to equivalent one
` [PATCH v10 06/12] vfio/migration: Block multiple devices migration
` [PATCH v10 07/12] vfio/migration: Move migration v1 logic to vfio_migration_init()
` [PATCH v10 08/12] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v10 09/12] vfio/migration: Implement VFIO migration protocol v2
` [PATCH v10 10/12] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v10 11/12] vfio: Alphabetize migration section of VFIO trace-events file
` [PATCH v10 12/12] docs/devel: Align VFIO migration docs to v2 protocol

[PATCH v2] target/riscv: Remove privileged spec version restriction for RVV
 2023-02-09 23:41 UTC  (2+ messages)

[PATCH] target/riscv: Smepmp: Skip applying default rules when address matches
 2023-02-09 23:39 UTC  (2+ messages)

[PATCH v4 0/4] Eliminate multifd flush
 2023-02-09 23:37 UTC  (5+ messages)
` [PATCH v4 1/4] multifd: Create property multifd-sync-after-each-section
` [PATCH v4 2/4] multifd: Protect multifd_send_sync_main() calls
` [PATCH v4 3/4] multifd: Only sync once each full round of memory
` [PATCH v4 4/4] ram: Document migration ram flags

[PULL 00/17] Migration 20230209 patches
 2023-02-09 23:34 UTC  (18+ messages)
` [PULL 01/17] migration: Remove spurious files
` [PULL 02/17] multifd: cleanup the function multifd_channel_connect
` [PULL 03/17] multifd: Remove some redundant code
` [PULL 04/17] linux-headers: Update to v6.1
` [PULL 05/17] util/userfaultfd: Support /dev/userfaultfd
` [PULL 06/17] migration: Simplify ram_find_and_save_block()
` [PULL 07/17] migration: Make find_dirty_block() return a single parameter
` [PULL 08/17] migration: Split ram_bytes_total_common() in two functions
` [PULL 09/17] migration: Calculate ram size once
` [PULL 10/17] migration: Make ram_save_target_page() a pointer
` [PULL 11/17] migration: I messed state_pending_exact/estimate
` [PULL 12/17] AVX512 support for xbzrle_encode_buffer
` [PULL 13/17] Update bench-code for addressing CI problem
` [PULL 14/17] migration: Rework multi-channel checks on URI
` [PULL 15/17] migration: Cleanup postcopy_preempt_setup()
` [PULL 16/17] migration: Add a semaphore to count PONGs
` [PULL 17/17] migration: Postpone postcopy preempt channel to be after main

Linker failures trying to build static qemu-user binary
 2023-02-09 23:33 UTC  (6+ messages)

[PATCH 0/7] Python: Drop support for Python 3.6
 2023-02-09 23:32 UTC  (20+ messages)
` [PATCH 1/7] python: support pylint 2.16
` [PATCH 2/7] Python: drop pipenv
` [PATCH 3/7] configure: Look for auxiliary Python installations
` [PATCH 4/7] configure: Add nice hint to Python failure message
` [PATCH 5/7] testing: Add Python >= 3.7 to Centos, OpenSuSE
` [PATCH 6/7] CI: Stop building docs on centos8
` [PATCH 7/7] Python: Drop support for Python 3.6

[PATCH 00/18] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-09 22:21 UTC  (9+ messages)
` [PATCH 06/18] util: Add iova_tree_nnodes()
` [PATCH 07/18] util: Extend iova_tree_foreach() to take data argument
` [PATCH 13/18] memory/iommu: Add IOMMU_ATTR_MAX_IOVA attribute
` [PATCH 14/18] intel-iommu: Implement get_attr() method

[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-02-09 21:53 UTC  (6+ messages)

[PATCH v3 00/15] pci hotplug tracking
 2023-02-09 21:37 UTC  (19+ messages)
` [PATCH v3 01/15] pci/shpc: set attention led to OFF on reset
` [PATCH v3 02/15] pci/shpc: change shpc_get_status() return type to uint8_t
` [PATCH v3 03/15] pci/shpc: shpc_slot_command(): handle PWRONLY -> ENABLED transition
` [PATCH v3 04/15] pci/shpc: more generic handle hot-unplug in shpc_slot_command()
` [PATCH v3 05/15] pci/shpc: pass PCIDevice pointer to shpc_slot_command()
` [PATCH v3 06/15] pcie: pcie_cap_slot_write_config(): use correct macro
` [PATCH v3 07/15] pcie_regs: drop duplicated indicator value macros
` [PATCH v3 08/15] pcie: drop unused PCIExpressIndicator
` [PATCH v3 09/15] pcie: pcie_cap_slot_enable_power() use correct helper
` [PATCH v3 10/15] pcie: introduce pcie_sltctl_powered_off() helper
` [PATCH v3 11/15] pcie: set power indicator to off on reset by default
` [PATCH v3 12/15] pci: introduce pci_find_the_only_child()
` [PATCH v3 13/15] qapi: add HOTPLUG_STATE event
` [PATCH v3 14/15] qapi: introduce DEVICE_ON event
` [PATCH v3 15/15] qapi: introduce query-hotplug command

[PATCH V2 0/4] string list functions
 2023-02-09 21:34 UTC  (16+ messages)
` [PATCH V2 1/4] qapi: strList_from_string

"patches" tool has a new patches.json URL
 2023-02-09 20:46 UTC 

[PATCH RFCv1 0/8] hw/arm/virt: Support dirty ring
 2023-02-09 19:48 UTC  (3+ messages)
` [PATCH RFCv1 2/8] memory: Add last stage indicator to global dirty log synchronization

[PATCH v3 0/4] migration: Fix disorder of channel creations
 2023-02-09 19:34 UTC  (3+ messages)
` [PATCH v3 2/4] migration: Cleanup postcopy_preempt_setup()

[PATCH v3 0/7] qapi: static typing conversion, pt5c
 2023-02-09 18:47 UTC  (8+ messages)
` [PATCH v3 1/7] qapi: Update flake8 config
` [PATCH v3 2/7] qapi: update pylint configuration
` [PATCH v3 3/7] qapi/expr: Split check_expr out from check_exprs
` [PATCH v3 4/7] qapi/expr: add typing workaround for AbstractSet
` [PATCH v3 5/7] qapi/parser: add QAPIExpression type
` [PATCH v3 6/7] qapi: remove _JSONObject
` [PATCH v3 7/7] qapi: remove JSON value FIXME

[PATCH 0/3] Remove res_compatible parameter
 2023-02-09 18:10 UTC  (4+ messages)
` [PATCH 1/3] migration: In case of postcopy, the memory ends in res_postcopy_only

[PATCH] hw/misc/sga: Remove the deprecated "sga" device
 2023-02-09 17:58 UTC  (2+ messages)

[PATCH] block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threads
 2023-02-09 17:31 UTC  (3+ messages)

[PATCH v15 00/11] s390x: CPU Topology
 2023-02-09 17:14 UTC  (15+ messages)
` [PATCH v15 03/11] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v15 08/11] qapi/s390x/cpu topology: x-set-cpu-topology monitor command
` [PATCH v15 10/11] qapi/s390x/cpu topology: CPU_POLARITY_CHANGE qapi event

[PATCH] vdpa: stop all svq on device deletion
 2023-02-09 17:08 UTC  (2+ messages)

[PATCH] tests/avocado: Add set of boot tests on SBSA-ref
 2023-02-09 16:49 UTC 

[PATCH v2] migration: I messed state_pending_exact/estimate
 2023-02-09 16:46 UTC  (3+ messages)

[PATCH v2 0/6] migration: Modified 'migrate' QAPI command for migration
 2023-02-09 16:26 UTC  (32+ messages)
` [PATCH v2 1/6] migration: moved hmp_split_at_commma() helper func to qapi-util.c file
` [PATCH v2 2/6] migration: Updated QAPI format for 'migrate' qemu monitor command
` [PATCH v2 3/6] migration: HMP side changes for modified 'migrate' QAPI design
` [PATCH v2 4/6] migration: Avoid multiple parsing of uri in migration code flow
` [PATCH v2 5/6] migration: Modified 'migrate-incoming' QAPI and HMP side changes on the destination interface

[PATCH RFC 0/7] revert RNG seed mess
 2023-02-09 15:52 UTC  (4+ messages)
` [PATCH RFC 6/7] Revert "x86: return modified setup_data only if read as memory, not as file"

[PULL 0/6] Block patches
 2023-02-09 15:25 UTC  (7+ messages)
` [PULL 1/6] vhost-user-fs: Back up vqs before cleaning up vhost_dev
` [PULL 2/6] virtio-blk: add missing AioContext lock
` [PULL 3/6] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
` [PULL 4/6] qemu-io: use BdrvRequestFlags instead of int
` [PULL 5/6] qemu-io: add -r option to register I/O buffer
` [PULL 6/6] iotests/detect-zeroes-registered-buf: add new test

[PULL 00/30] Migration 20230206 patches
 2023-02-09 15:24 UTC  (7+ messages)
` [PULL 03/30] migration: Split save_live_pending() into state_pending_*
` [PULL 28/30] multifd: Fix flush of zero copy page send request

[PATCH v4 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
 2023-02-09 15:24 UTC  (2+ messages)

[PATCH] migration: I messed state_pending_exact/estimate
 2023-02-09 15:23 UTC  (2+ messages)

[PATCH] virtio-blk: add missing AioContext lock
 2023-02-09 15:21 UTC  (3+ messages)

[PULL v2 00/11] Misc patches for 2023-02-08
 2023-02-09 15:17 UTC  (2+ messages)

rainier-bmc machine dumping core with latest qemu
 2023-02-09 15:07 UTC  (4+ messages)

[PATCH v3] tests/docker: Use binaries for debian-tricore-cross
 2023-02-09 14:58 UTC 

[PATCH] tests/qtest/npcm7xx_pwm-test: Be less verbose unless V=2
 2023-02-09 14:55 UTC  (3+ messages)

[PATCH v2 00/13] Dynamycally switch to vhost shadow virtqueues at vdpa net migration
 2023-02-09 14:38 UTC  (3+ messages)

[PATCH v1 1/1] migration: Fix yank on postcopy multifd crashing guest after migration
 2023-02-09 14:22 UTC  (6+ messages)

Expose support for HyperV features via QMP
 2023-02-09 14:17 UTC  (4+ messages)

[PATCH] migration: Remove spurious files
 2023-02-09 13:40 UTC  (4+ messages)

[PATCH v4 0/2] migration: Store ram size value
 2023-02-09 13:37 UTC  (4+ messages)
` [PATCH v4 1/2] migration: Split ram_bytes_total_common() in two functions
` [PATCH v4 2/2] migration: Calculate ram size once

[PATCH v3 00/14] File-based migration support and fixed-ram features
 2023-02-09 13:32 UTC  (2+ messages)

[PATCH v3 0/6] Eliminate multifd flush
 2023-02-09 13:27 UTC  (6+ messages)
` [PATCH v3 1/6] multifd: Create property multifd-sync-after-each-section
` [PATCH v3 6/6] ram: Document migration ram flags

[PATCH v3 00/10] Teach 'getfd' QMP command to import win32 sockets
 2023-02-09 12:41 UTC  (3+ messages)
` [PATCH v3 07/10] qapi: implement conditional command arguments

[PATCH v3 0/6] migration: Modified 'migrate' QAPI command for migration
 2023-02-09 12:04 UTC  (5+ messages)
` [PATCH v3 1/6] migration: moved hmp_split_at_commma() helper func to qapi-util.c file

[PATCH] tests/qtest/netdev-socket: Raise connection timeout to 60 seconds
 2023-02-09 11:24 UTC  (3+ 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).