messages from 2023-04-25 08:52:57 to 2023-04-25 19:32:59 UTC [more...]
[PATCH v3 00/57] tcg: Improve atomicity support
2023-04-25 19:30 UTC (2+ messages)
` [PATCH v3 05/57] accel/tcg: Reorg system mode store helpers
[PATCH] cocoa: Fix warnings about invalid prototype declarations
2023-04-25 19:28 UTC
[RFC PATCH v3 00/20] configure: create a python venv and ensure meson, sphinx
2023-04-25 18:58 UTC (16+ messages)
` [RFC PATCH v3 01/20] python: update pylint configuration
` [RFC PATCH v3 09/20] tests/docker: add python3-venv dependency
` [RFC PATCH v3 10/20] tests/vm: Configure netbsd to use Python 3.10
` [RFC PATCH v3 11/20] tests/vm: add py310-expat to NetBSD
[PATCH v8 0/3] Eliminate multifd flush
2023-04-25 18:49 UTC (6+ messages)
` [PATCH v8 1/3] multifd: Create property multifd-flush-after-each-section
` [PATCH v8 2/3] multifd: Protect multifd_send_sync_main() calls
` [PATCH v8 3/3] multifd: Only flush once each full round of memory
[PATCH 00/20] Graph locking, part 3 (more block drivers)
2023-04-25 18:39 UTC (23+ messages)
` [PATCH 01/20] qcow2: Don't call bdrv_getlength() in coroutine_fns
` [PATCH 02/20] block: Consistently call bdrv_activate() outside coroutine
` [PATCH 03/20] block: bdrv/blk_co_unref() for calls in coroutine context
` [PATCH 04/20] block: Don't call no_coroutine_fns in qmp_block_resize()
` [PATCH 05/20] test-bdrv-drain: Don't modify the graph in coroutines
` [PATCH 06/20] graph-lock: Add GRAPH_UNLOCKED(_PTR)
` [PATCH 07/20] graph-lock: Fix GRAPH_RDLOCK_GUARD*() to be reader lock
` [PATCH 08/20] block: .bdrv_open is non-coroutine and unlocked
` [PATCH 09/20] nbd: Remove nbd_co_flush() wrapper function
` [PATCH 10/20] nbd: Mark nbd_co_do_establish_connection() and callers GRAPH_RDLOCK
` [PATCH 11/20] vhdx: Take graph lock for accessing a node's parent list
` [PATCH 12/20] mirror: "
` [PATCH 13/20] block: Mark bdrv_co_get_allocated_file_size() and callers GRAPH_RDLOCK
` [PATCH 14/20] block: Mark bdrv_co_get_info() "
` [PATCH 15/20] block: Mark bdrv_co_debug_event() GRAPH_RDLOCK
` [PATCH 16/20] block: Mark BlockDriver callbacks for amend job GRAPH_RDLOCK
` [PATCH 17/20] block: Mark bdrv_query_bds_stats() and callers GRAPH_RDLOCK
` [PATCH 18/20] block: Mark bdrv_query_block_graph_info() "
` [PATCH 19/20] block: Mark bdrv_recurse_can_replace() "
` [PATCH 20/20] block: Mark bdrv_refresh_limits() "
[PATCH 0/2] vmstate-static-checker: Fix VMS_ARRAY comparisons
2023-04-25 18:05 UTC (3+ messages)
` [PATCH 1/2] migration/vmstate-dump: Dump array size too as "num"
` [PATCH 2/2] vmstate-static-checker: Recognize "num" field
[RFC] hw/arm/virt: Provide DT binding generation for PCI eXpander Bridges
2023-04-25 17:37 UTC (7+ messages)
[PATCH v4 00/20] block: remove aio_disable_external() API
2023-04-25 17:27 UTC (21+ messages)
` [PATCH v4 01/20] block-backend: split blk_do_set_aio_context()
` [PATCH v4 02/20] hw/qdev: introduce qdev_is_realized() helper
` [PATCH v4 03/20] virtio-scsi: avoid race between unplug and transport event
` [PATCH v4 04/20] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v4 05/20] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH v4 06/20] block/export: wait for vhost-user-blk requests when draining
` [PATCH v4 07/20] block/export: stop using is_external in vhost-user-blk server
` [PATCH v4 08/20] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PATCH v4 09/20] block: add blk_in_drain() API
` [PATCH v4 10/20] block: drain from main loop thread in bdrv_co_yield_to_drain()
` [PATCH v4 11/20] xen-block: implement BlockDevOps->drained_begin()
` [PATCH v4 12/20] hw/xen: do not set is_external=true on evtchn fds
` [PATCH v4 13/20] block/export: rewrite vduse-blk drain code
` [PATCH v4 14/20] block/export: don't require AioContext lock around blk_exp_ref/unref()
` [PATCH v4 15/20] block/fuse: do not set is_external=true on FUSE fd
` [PATCH v4 16/20] virtio: make it possible to detach host notifier from any thread
` [PATCH v4 17/20] virtio-blk: implement BlockDevOps->drained_begin()
` [PATCH v4 18/20] virtio-scsi: "
` [PATCH v4 19/20] virtio: do not set is_external=true on host notifiers
` [PATCH v4 20/20] aio: remove aio_disable_external() API
test-blockjob: intermittent CI failures in msys2-64bit job
2023-04-25 16:58 UTC (9+ messages)
[PATCH v3 00/20] block: remove aio_disable_external() API
2023-04-25 16:42 UTC (9+ messages)
` [PATCH v3 13/20] block/export: rewrite vduse-blk drain code
` [PATCH v3 20/20] aio: remove aio_disable_external() API
[PATCH v2 0/3] ROM migration
2023-04-25 16:37 UTC (5+ messages)
` [PATCH v2 1/3] pci: pci_add_option_rom(): improve style
` [PATCH v2 2/3] pci: pci_add_option_rom(): refactor: use g_autofree for path variable
` [PATCH v2 3/3] pci: ROM preallocation for incoming migration
[PATCH v20 00/21] s390x: CPU Topology
2023-04-25 16:14 UTC (22+ messages)
` [PATCH v20 01/21] s390x/cpu topology: add s390 specifics to CPU topology
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v20 03/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v20 04/21] s390x/sclp: reporting the maximum nested topology entries
` [PATCH v20 05/21] s390x/cpu topology: resetting the Topology-Change-Report
` [PATCH v20 06/21] s390x/cpu topology: interception of PTF instruction
` [PATCH v20 07/21] target/s390x/cpu topology: activate CPU topology
` [PATCH v20 08/21] qapi/s390x/cpu topology: set-cpu-topology qmp command
` [PATCH v20 09/21] machine: adding s390 topology to query-cpu-fast
` [PATCH v20 10/21] machine: adding s390 topology to info hotpluggable-cpus
` [PATCH v20 11/21] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v20 12/21] qapi/s390x/cpu topology: query-cpu-polarization qmp command
` [PATCH v20 13/21] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v20 14/21] tests/avocado: s390x cpu topology core
` [PATCH v20 15/21] tests/avocado: s390x cpu topology polarisation
` [PATCH v20 16/21] tests/avocado: s390x cpu topology entitlement tests
` [PATCH v20 17/21] tests/avocado: s390x cpu topology test dedicated CPU
` [PATCH v20 18/21] tests/avocado: s390x cpu topology test socket full
` [PATCH v20 19/21] tests/avocado: s390x cpu topology dedicated errors
` [PATCH v20 20/21] tests/avocado: s390x cpu topology bad move
` [PATCH v20 21/21] tests/avocado: s390x cpu topology query-cpu-polarization
[PATCH] multifd: Avoid busy-wait in multifd_send_pages()
2023-04-25 16:05 UTC
[PATCH 0/3] ROM migration
2023-04-25 15:58 UTC (10+ messages)
` [PATCH 1/3] pci: pci_add_option_rom(): improve style
` [PATCH 2/3] pci: pci_add_option_rom(): refactor: use g_autofree for path variable
` [PATCH 3/3] pci: ROM preallocation for incoming migration
[PATCH 0/3] hw/arm: Fix raspi, aspeed bootloaders on big-endian hosts
2023-04-25 15:51 UTC (3+ messages)
[PATCH] hw/intc/allwinner-a10-pic: Don't use set_bit()/clear_bit()
2023-04-25 15:47 UTC (2+ messages)
[PATCH 0/2] arm: allwinner: fix endianness bugs in sdhost and sun8i-emac
2023-04-25 15:46 UTC (5+ messages)
` [PATCH 1/2] hw/sd/allwinner-sdhost: Correctly byteswap descriptor fields
` [PATCH 2/2] hw/net/allwinner-sun8i-emac: "
[QEMU][PATCH v4 0/4] Introduce Xilinx Versal CANFD
2023-04-25 15:36 UTC (5+ messages)
` [QEMU][PATCH v4 1/4] MAINTAINERS: Include canfd tests under Xilinx CAN
` [QEMU][PATCH v4 3/4] xlnx-versal: Connect Xilinx VERSAL CANFD controllers
[PATCH v3 0/7] Add EPYC-Genoa model and update previous EPYC Models
2023-04-25 15:35 UTC (7+ messages)
` [PATCH v3 1/7] target/i386: allow versioned CPUs to specify new cache_info
` [PATCH v3 2/7] target/i386: Add new EPYC CPU versions with updated cache_info
[PATCH v2 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
2023-04-25 15:19 UTC (3+ messages)
` [PATCH v2 1/3] hw/i2c: add mctp core
[PATCH v19 00/21] s390x: CPU Topology
2023-04-25 15:03 UTC (11+ messages)
` [PATCH v19 02/21] s390x/cpu topology: add topology entries on CPU hotplug
` [PATCH v19 14/21] tests/avocado: s390x cpu topology core
newbie
2023-04-25 14:52 UTC
[PATCH v3 00/57] tcg: Simplify calls to load/store helpers
2023-04-25 14:40 UTC (9+ messages)
` [PATCH v3 13/57] tcg/aarch64: Introduce HostAddress
` [PATCH v3 19/57] tcg/loongarch64: "
` [PATCH v3 24/57] tcg/ppc: "
` [PATCH v3 30/57] tcg/s390x: "
[PATCH] pci: make ROM memory resizable
2023-04-25 13:18 UTC (11+ messages)
[PATCH v3 00/10] Deprecate/rename singlestep command line option, monitor interfaces
2023-04-25 13:08 UTC (4+ messages)
` [PATCH v3 10/10] hmp: Deprecate 'singlestep' member of StatusInfo
[RFC PATCH 0/3] Deprecate the qemu-system-i386 binary
2023-04-25 13:38 UTC (4+ messages)
` [RFC PATCH 1/3] cpu: Add a way to detect 32-bit mode from argv0
` [RFC PATCH 2/3] target/i386/cpu: Allow to limit the 64-bit binary to 32-bit mode only
` [RFC PATCH 3/3] docs/about/deprecated: Deprecate the qemu-system-i386 binary
[PATCH] async: Suppress GCC13 false positive in aio_bh_poll()
2023-04-25 13:30 UTC (4+ messages)
[PATCH v2 0/3] qapi: allow unions to contain further unions
2023-04-25 13:29 UTC (5+ messages)
[PATCH v3 0/3] qapi: allow unions to contain further unions
2023-04-25 13:28 UTC (9+ messages)
` [PATCH v3 1/3] qapi: support updating expected test output via make
` [PATCH v3 2/3] qapi: improve specificity of type/member descriptions
[PULL 00/25] Block layer patches
2023-04-25 13:13 UTC (26+ messages)
` [PULL 01/25] block: make BlockBackend->quiesce_counter atomic
` [PULL 02/25] block: make BlockBackend->disable_request_queuing atomic
` [PULL 03/25] block: protect BlockBackend->queued_requests with a lock
` [PULL 04/25] block: don't acquire AioContext lock in bdrv_drain_all()
` [PULL 05/25] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PULL 06/25] block: convert bdrv_graph_wrlock() "
` [PULL 07/25] block: convert bdrv_drain_all_begin() "
` [PULL 08/25] hmp: convert handle_hmp_command() "
` [PULL 09/25] monitor: convert monitor_cleanup() "
` [PULL 10/25] include/block: fixup typos
` [PULL 11/25] block: add missing coroutine_fn to bdrv_sum_allocated_file_size()
` [PULL 12/25] linux-aio: use LinuxAioState from the running thread
` [PULL 13/25] io_uring: use LuringState "
` [PULL 14/25] thread-pool: use ThreadPool "
` [PULL 15/25] thread-pool: avoid passing the pool parameter every time
` [PULL 16/25] vvfat: mark various functions as coroutine_fn
` [PULL 17/25] blkdebug: add missing coroutine_fn annotation
` [PULL 18/25] mirror: make mirror_flush a coroutine_fn, do not use co_wrappers
` [PULL 19/25] nbd: mark more coroutine_fns, "
` [PULL 20/25] 9pfs: mark more coroutine_fns
` [PULL 21/25] qemu-pr-helper: "
` [PULL 22/25] tests: "
` [PULL 23/25] qcow2: mark various functions as coroutine_fn and GRAPH_RDLOCK
` [PULL 24/25] vmdk: make vmdk_is_cid_valid a coroutine_fn
` [PULL 25/25] block/monitor/block-hmp-cmds.c: Fix crash when execute hmp_commit
[PATCH] hw/arm/bcm2835_property: Implement "get command line" message
2023-04-25 10:34 UTC
[PATCH 0/6] iotests: Add and fix tests for parallels images
2023-04-25 12:46 UTC (8+ messages)
` [PATCH 1/6] iotests: Add out-of-image check test for parallels format
` [PATCH 2/6] iotests: Add leak "
` [PATCH 3/6] iotests: Add test for BAT entries duplication check
` [PATCH 4/6] iotests: Refactor tests of parallels images checks (131)
` [PATCH 5/6] iotests: Fix cluster size in parallels images tests (131)
` [PATCH 6/6] iotests: Fix test 131 after repair was added to parallels_open()
` [PATCH 6/6] iotests/parallels: "
Warning on Fedora 38
2023-04-25 12:11 UTC (2+ messages)
[PATCH v2] block/monitor/block-hmp-cmds.c: Fix crash when execute hmp_commit
2023-04-25 12:09 UTC (2+ messages)
[RFC PATCH 00/13] gfxstream + rutabaga_gfx: a surprising delight or startling epiphany?
2023-04-25 12:04 UTC (5+ messages)
` [RFC PATCH 13/13] HACK: schedule fence return on main AIO context
[PULL 0/2] Block patches
2023-04-25 11:15 UTC (2+ messages)
[PULL 00/31] virtio,pc,pci: fixes, features, cleanups
2023-04-25 11:16 UTC (2+ messages)
[PATCH v2 0/3] tests/tcg/s390x: Enable the multiarch system tests
2023-04-25 10:27 UTC (6+ messages)
` [PATCH v2 1/3] tests/tcg: Make the QEMU headers available to the tests
[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
2023-04-25 10:25 UTC
[PATCH v8 0/8] memory: prevent dma-reentracy issues
2023-04-25 9:46 UTC (2+ messages)
[PATCH] aspeed/hace: Initialize g_autofree pointer
2023-04-25 9:21 UTC (2+ messages)
[PATCH v2] migration: Handle block device inactivation failures better
2023-04-25 8:53 UTC (4+ messages)
` git-format-patch useAutoBase (was Re: [PATCH v2] migration: Handle block ... )
[PATCH] kvm: Merge kvm_check_extension() and kvm_vm_check_extension()
2023-04-25 8:51 UTC (3+ messages)
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).