messages from 2023-04-25 13:26:06 to 2023-04-25 20:21:05 UTC [more...]
[PATCH 00/20] Graph locking, part 3 (more block drivers)
2023-04-25 20:20 UTC (27+ 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() "
[RFC] hw/arm/virt: Provide DT binding generation for PCI eXpander Bridges
2023-04-25 20:15 UTC (8+ messages)
[PATCH v2 0/3] ROM migration
2023-04-25 20:06 UTC (6+ 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 v3 00/57] tcg: Simplify calls to load/store helpers
2023-04-25 19:55 UTC (21+ messages)
` [PATCH v3 01/57] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
` [PATCH v3 02/57] tcg/mips: "
` [PATCH v3 03/57] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH v3 04/57] tcg: Introduce tcg_out_movext2
` [PATCH v3 07/57] tcg/i386: Introduce HostAddress
` [PATCH v3 08/57] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
` [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 v3 00/57] tcg: Improve atomicity support
2023-04-25 19:31 UTC (58+ messages)
` [PATCH v3 01/57] include/exec/memop: Add bits describing atomicity
` [PATCH v3 02/57] accel/tcg: Add cpu_in_serial_context
` [PATCH v3 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v3 04/57] accel/tcg: Reorg system mode load helpers
` [PATCH v3 05/57] accel/tcg: Reorg system mode store helpers
` [PATCH v3 06/57] accel/tcg: Honor atomicity of loads
` [PATCH v3 07/57] accel/tcg: Honor atomicity of stores
` [PATCH v3 08/57] target/loongarch: Do not include tcg-ldst.h
` [PATCH v3 09/57] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v3 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v3 11/57] tcg/tci: Use helper_{ld,st}*_mmu "
` [PATCH v3 12/57] tcg: Add 128-bit guest memory primitives
` [PATCH v3 13/57] meson: Detect atomic128 support with optimization
` [PATCH v3 14/57] tcg/i386: Add have_atomic16
` [PATCH v3 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v3 16/57] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v3 17/57] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v3 18/57] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v3 19/57] accel/tcg: Add have_lse2 support in ldst_atomicity
` [PATCH v3 20/57] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH v3 21/57] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v3 22/57] tcg/aarch64: "
` [PATCH v3 23/57] tcg/ppc: "
` [PATCH v3 24/57] tcg/loongarch64: "
` [PATCH v3 25/57] tcg/riscv: "
` [PATCH v3 26/57] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v3 27/57] tcg/arm: Use full load/store helpers in user-only mode
` [PATCH v3 28/57] tcg/mips: "
` [PATCH v3 29/57] tcg/s390x: "
` [PATCH v3 30/57] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v3 31/57] tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
` [PATCH v3 32/57] tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
` [PATCH v3 33/57] tcg/sparc64: Split out tcg_out_movi_s32
` [PATCH v3 34/57] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v3 35/57] accel/tcg: Remove helper_unaligned_{ld,st}
` [PATCH v3 36/57] tcg/loongarch64: Assert the host supports unaligned accesses
` [PATCH v3 37/57] tcg/loongarch64: Support softmmu "
` [PATCH v3 38/57] tcg/riscv: "
` [PATCH v3 39/57] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v3 40/57] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v3 41/57] tcg: Support TCG_TYPE_I128 in tcg_out_{ld, st}_helper_{args, ret}
` [PATCH v3 42/57] tcg: Introduce atom_and_align_for_opc
` [PATCH v3 43/57] tcg/i386: Use atom_and_align_for_opc
` [PATCH v3 44/57] tcg/aarch64: "
` [PATCH v3 45/57] tcg/arm: "
` [PATCH v3 46/57] tcg/loongarch64: "
` [PATCH v3 47/57] tcg/mips: "
` [PATCH v3 48/57] tcg/ppc: "
` [PATCH v3 49/57] tcg/riscv: "
` [PATCH v3 50/57] tcg/s390x: "
` [PATCH v3 51/57] tcg/sparc64: "
` [PATCH v3 52/57] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v3 53/57] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v3 54/57] tcg/aarch64: Rename temporaries
` [PATCH v3 55/57] tcg/aarch64: Support 128-bit load/store
` [PATCH v3 56/57] tcg/ppc: "
` [PATCH v3 57/57] tcg/s390x: "
[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 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
[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 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 (8+ messages)
` [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 (4+ messages)
` [PATCH v19 14/21] tests/avocado: s390x cpu topology core
newbie
2023-04-25 14:52 UTC
[PATCH] pci: make ROM memory resizable
2023-04-25 12:59 UTC (4+ 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 (2+ 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).