qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-24 14:22:40 to 2020-09-24 21:50:14 UTC [more...]

[PATCH V1 00/32] Live Update
 2020-09-24 21:47 UTC  (16+ messages)
` [PATCH V1 01/32] savevm: add vmstate handler iterators
` [PATCH V1 04/32] savevm: HMP Command for cprsave
` [PATCH V1 11/32] cpu: disable ticks when suspended
` [PATCH V1 14/32] savevm: VMS_RESTART and cprsave restart
` [PATCH V1 15/32] vl: QEMU_START_FREEZE env var

[PATCH v7 0/5] fix & merge block_status_above and is_allocated_above
 2020-09-24 21:45 UTC  (10+ messages)
` [PATCH v7 1/5] block/io: fix bdrv_co_block_status_above
` [PATCH v7 2/5] block/io: bdrv_common_block_status_above: support include_base
` [PATCH v7 3/5] block/io: bdrv_common_block_status_above: support bs == base
` [PATCH v7 4/5] block/io: fix bdrv_is_allocated_above
` [PATCH v7 5/5] iotests: add commit top->base cases to 274

About TODO in nvme emulation
 2020-09-24 21:28 UTC  (3+ messages)

[PATCH 00/16] hw/block/nvme: zoned namespace command set
 2020-09-24 21:13 UTC  (18+ messages)
` [PATCH 01/16] hw/block/nvme: add nsid to get/setfeat trace events
` [PATCH 02/16] hw/block/nvme: add trace event for requests with non-zero status code
` [PATCH 03/16] hw/block/nvme: make lba data size configurable
` [PATCH 04/16] hw/block/nvme: reject io commands if only admin command set selected
` [PATCH 05/16] hw/block/nvme: consolidate read, write and write zeroes
` [PATCH 06/16] hw/block/nvme: add support for dulbe and block utilization tracking
` [PATCH 07/16] hw/block/nvme: add commands supported and effects log page
` [PATCH 08/16] hw/block/nvme: support namespace types
` [PATCH 09/16] hw/block/nvme: add basic read/write for zoned namespaces
` [PATCH 10/16] hw/block/nvme: add the zone management receive command
` [PATCH 11/16] hw/block/nvme: add the zone management send command
` [PATCH 12/16] hw/block/nvme: add the zone append command
` [PATCH 13/16] hw/block/nvme: track and enforce zone resources
` [PATCH 14/16] hw/block/nvme: allow open to close transitions by controller
` [PATCH 15/16] hw/block/nvme: support zone active excursions
` [PATCH 16/16] hw/block/nvme: support reset/finish recommended limits

[PATCH] configure: Fix build dependencies with vhost-vdpa
 2020-09-24 21:00 UTC 

[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-24 21:07 UTC  (7+ messages)
` [PATCH v4 06/14] hw/block/nvme: Add support for active/inactive namespaces

[PATCH v2 00/38] qapi: static typing conversion, pt1
 2020-09-24 20:54 UTC  (47+ messages)
` [PATCH v2 02/38] qapi-gen: Separate arg-parsing from generation
` [PATCH v2 04/38] qapi: Prefer explicit relative imports
` [PATCH v2 05/38] qapi: Remove wildcard includes
` [PATCH v2 07/38] qapi: add pylintrc
` [PATCH v2 10/38] qapi/common.py: delint with pylint
` [PATCH v2 28/38] qapi/gen.py: update write() to be more idiomatic
` [PATCH v2 29/38] qapi/gen.py: delint with pylint
` [PATCH v2 34/38] qapi/types.py: add type hint annotations
` [PATCH v2 35/38] qapi/types.py: remove one-letter variables
` [PATCH v2 36/38] qapi/visit.py: assert tag_member contains a QAPISchemaEnumType
` [PATCH v2 37/38] qapi/visit.py: remove unused parameters from gen_visit_object
` [PATCH v2 38/38] qapi/visit.py: add type hint annotations

[PATCH v9 0/7] coroutines: generate wrapper code
 2020-09-24 20:32 UTC  (11+ messages)
` [PATCH v9 1/7] block: return error-code from bdrv_invalidate_cache
` [PATCH v9 2/7] block/io: refactor coroutine wrappers
` [PATCH v9 3/7] block: declare some coroutine functions in block/coroutines.h
` [PATCH v9 4/7] scripts: add block-coroutine-wrapper.py
` [PATCH v9 5/7] block: generate coroutine-wrapper code
` [PATCH v9 6/7] block: drop bdrv_prwv
` [PATCH v9 7/7] block/io: refactor save/load vmstate

[PATCH v2 0/6] pseries NUMA distance calculation
 2020-09-24 19:50 UTC  (7+ messages)
` [PATCH v2 1/6] spapr: add spapr_machine_using_legacy_numa() helper
` [PATCH v2 2/6] spapr_numa: forbid asymmetrical NUMA setups
` [PATCH v2 3/6] spapr_numa: translate regular NUMA distance to PAPR distance
` [PATCH v2 4/6] spapr_numa: change reference-points and maxdomain settings
` [PATCH v2 5/6] spapr_numa: consider user input when defining associativity
` [PATCH v2 6/6] specs/ppc-spapr-numa: update with new NUMA support

SEV guest debugging support for Qemu
 2020-09-24 19:37 UTC  (4+ messages)

[PATCH 0/4] qemu/bswap: Use compiler __builtin_bswap()
 2020-09-24 19:33 UTC  (13+ messages)
` [PATCH 1/4] qemu/bswap: Remove unused qemu_bswap_len()
` [PATCH 2/4] qemu/bswap: Replace bswapXX() by compiler __builtin_bswap()
` [PATCH 3/4] qemu/bswap: Replace bswapXXs() "
` [PATCH 4/4] qemu/bswap: Remove <byteswap.h> dependency

[PATCH PROTOTYPE 0/6] virtio-mem: vfio support
 2020-09-24 19:30 UTC  (8+ messages)
` [PATCH PROTOTYPE 1/6] memory: Introduce sparse RAM handler for memory regions
` [PATCH PROTOTYPE 2/6] virtio-mem: Impelement SparseRAMHandler interface
` [PATCH PROTOTYPE 3/6] vfio: Implement support for sparse RAM memory regions
` [PATCH PROTOTYPE 4/6] memory: Extend ram_block_discard_(require|disable) by two discard types
` [PATCH PROTOTYPE 5/6] virtio-mem: Require only RAM_BLOCK_DISCARD_T_COORDINATED discards
` [PATCH PROTOTYPE 6/6] vfio: Disable only RAM_BLOCK_DISCARD_T_UNCOORDINATED discards

[PATCH v2] target/i386: always create kvmclock device
 2020-09-24 19:01 UTC  (2+ messages)

[RFC PATCH v3 00/34] Hexagon patch series
 2020-09-24 19:04 UTC  (18+ messages)
` [RFC PATCH v3 30/34] Hexagon (target/hexagon) TCG for instructions with multiple definitions

[PATCH v8 0/7] coroutines: generate wrapper code
 2020-09-24 18:52 UTC  (7+ messages)
` [PATCH v8 4/7] scripts: add block-coroutine-wrapper.py

[RFC DOCUMENT 00/12] kubevirt-and-kvm: Add documents
 2020-09-24 18:31 UTC  (3+ messages)

[PATCH v5 00/20] Convert QAPI doc comments to generate rST instead of texinfo
 2020-09-24 18:14 UTC  (15+ messages)
` [PATCH v5 09/20] docs/sphinx: Add new qapi-doc Sphinx extension
` [PATCH v5 14/20] scripts/qapi: Remove texinfo generation support

[PATCH v8 0/7] Apply COR-filter to the block-stream permanently
 2020-09-24 17:49 UTC  (11+ messages)
` [PATCH v8 2/7] copy-on-read: add filter append/drop functions

[PULL 0/9] Audio 20200923 patches
 2020-09-24 17:48 UTC  (2+ messages)

[PATCH 0/9] Audio fixes and improvements
 2020-09-24 17:42 UTC  (4+ messages)
` [PATCH 8/9] audio: restore mixing-engine playback buffer size

qtest with multiple driver instances
 2020-09-24 17:39 UTC  (4+ messages)

[PATCH v6 00/15] preallocate filter
 2020-09-24 17:36 UTC  (9+ messages)
` [PATCH v6 07/15] block: bdrv_check_perm(): process children anyway
` [PATCH v6 08/15] block: introduce preallocate filter
` [PATCH v6 09/15] qemu-io: add preallocate mode parameter for truncate command

[PATCH] docs: add 'io_uring' option to 'aio' param in qemu-options.hx
 2020-09-24 17:28 UTC  (3+ messages)

[PATCH v2 00/31] block/export: Add infrastructure and QAPI for block exports
 2020-09-24 17:21 UTC  (33+ messages)
` [PATCH v2 01/31] nbd: Remove unused nbd_export_get_blockdev()
` [PATCH v2 02/31] qapi: Create block-export module
` [PATCH v2 03/31] qapi: Rename BlockExport to BlockExportOptions
` [PATCH v2 04/31] block/export: Add BlockExport infrastructure and block-export-add
` [PATCH v2 05/31] qemu-storage-daemon: Use qmp_block_export_add()
` [PATCH v2 06/31] qemu-nbd: Use raw block driver for --offset
` [PATCH v2 07/31] block/export: Remove magic from block-export-add
` [PATCH v2 08/31] nbd: Add max-connections to nbd-server-start
` [PATCH v2 09/31] nbd: Add writethrough to block-export-add
` [PATCH v2 10/31] nbd: Remove NBDExport.close callback
` [PATCH v2 11/31] qemu-nbd: Use blk_exp_add() to create the export
` [PATCH v2 12/31] nbd/server: Simplify export shutdown
` [PATCH v2 13/31] block/export: Move refcount from NBDExport to BlockExport
` [PATCH v2 14/31] block/export: Move AioContext "
` [PATCH v2 15/31] block/export: Add node-name to BlockExportOptions
` [PATCH v2 16/31] block/export: Allocate BlockExport in blk_exp_add()
` [PATCH v2 17/31] block/export: Add blk_exp_close_all(_type)
` [PATCH v2 18/31] block/export: Add 'id' option to block-export-add
` [PATCH v2 19/31] block/export: Move strong user reference to block_exports
` [PATCH v2 20/31] block/export: Add block-export-del
` [PATCH v2 21/31] block/export: Add BLOCK_EXPORT_DELETED event
` [PATCH v2 22/31] block/export: Move blk to BlockExport
` [PATCH v2 23/31] block/export: Create BlockBackend in blk_exp_add()
` [PATCH v2 24/31] block/export: Add query-block-exports
` [PATCH v2 25/31] block/export: Move writable to BlockExportOptions
` [PATCH v2 26/31] nbd: Merge nbd_export_new() and nbd_export_create()
` [PATCH v2 27/31] nbd: Deprecate nbd-server-add/remove
` [PATCH v2 28/31] iotests: Factor out qemu_tool_pipe_and_status()
` [PATCH v2 29/31] iotests: Introduce qemu_nbd_list_log()
` [PATCH v2 30/31] iotests: Allow supported and unsupported formats at the same time
` [PATCH v2 31/31] iotests: Test block-export-* QMP interface

[PATCH v9 00/20] Initial support for multi-process Qemu
 2020-09-24 17:20 UTC  (12+ messages)
` [PATCH v9 07/20] multi-process: define transmission functions in remote
` [PATCH v9 08/20] multi-process: Initialize message handler in remote device
` [PATCH v9 11/20] multi-process: introduce proxy object

[PATCH] numa: hmat: require parent cache description before the next level one
 2020-09-24 16:50 UTC  (2+ messages)

[PATCH v6 0/5] fix & merge block_status_above and is_allocated_above
 2020-09-24 16:24 UTC  (7+ messages)
` [PATCH v6 1/5] block/io: fix bdrv_co_block_status_above
` [PATCH v6 4/5] block/io: fix bdrv_is_allocated_above
` [PATCH v6 5/5] iotests: add commit top->base cases to 274

[PATCH 00/37] qapi: static typing conversion, pt1
 2020-09-24 16:31 UTC  (8+ messages)
` [PATCH 14/37] qapi/common.py: Move comments into docstrings

[RFC PATCH] scripts/qemu-version.sh: Always describe tag version
 2020-09-24 16:35 UTC 

[PULL 00/11] machine + QOM queue, 2020-09-22
 2020-09-24 16:22 UTC  (2+ messages)

Problems with building using meson and fuzzing
 2020-09-24 16:15 UTC  (2+ messages)

[PATCH V9 0/6] mips: Add Loongson-3 machine support
 2020-09-24 15:40 UTC  (5+ messages)
` [PATCH V9 6/6] hw/mips: "

[PATCH v2 00/13] block/export: convert vhost-user-blk-server to block exports API
 2020-09-24 15:15 UTC  (14+ messages)
` [PATCH v2 01/13] block/export: shorten serial string to fit
` [PATCH v2 02/13] util/vhost-user-server: s/fileds/fields/ typo fix
` [PATCH v2 03/13] util/vhost-user-server: drop unnecessary QOM cast
` [PATCH v2 04/13] util/vhost-user-server: drop unnecessary watch deletion
` [PATCH v2 05/13] block/export: consolidate request structs into VuBlockReq
` [PATCH v2 06/13] util/vhost-user-server: drop unused DevicePanicNotifier
` [PATCH v2 07/13] util/vhost-user-server: fix memory leak in vu_message_read()
` [PATCH v2 08/13] util/vhost-user-server: check EOF when reading payload
` [PATCH v2 09/13] util/vhost-user-server: rework vu_client_trip() coroutine lifecycle
` [PATCH v2 10/13] block/export: report flush errors
` [PATCH v2 11/13] block/export: convert vhost-user-blk server to block export API
` [PATCH v2 12/13] util/vhost-user-server: move header to include/
` [PATCH v2 13/13] util/vhost-user-server: use static library in meson.build

[PATCH QEMU v25 00/17] Add migration support for VFIO devices
 2020-09-24 15:15 UTC  (7+ messages)
` [PATCH v26 05/17] vfio: Add VM state change handler to know state of VM
` [PATCH v26 07/17] vfio: Register SaveVMHandlers for VFIO device
` [PATCH v26 17/17] qapi: Add VFIO devices migration stats in Migration stats

[PATCH] hw/rtc/m48t59: Simplify m48t59_init()
 2020-09-24 15:00 UTC  (4+ messages)

[PATCH] hw/scsi/lsi53c895a: Sanitize some trace events format
 2020-09-24 14:58 UTC  (4+ messages)

[PATCH] docs/system/deprecated: Mark the 'moxie' CPU as deprecated
 2020-09-24 14:43 UTC  (2+ messages)

[PULL v3 00/15] virtio,pc,acpi: fixes, tests
 2020-09-24 14:29 UTC  (8+ messages)

[RFC PATCH v3 0/7] Use ACPI PCI hot-plug for Q35
 2020-09-24 14:27 UTC  (7+ messages)
` [RFC PATCH v3 4/7] hw/acpi/ich9: Enable ACPI PCI hot-plug
` [RFC PATCH v3 6/7] hw/acpi/ich9: Set ACPI PCI hot-plug as default

[PATCH v10 0/7] Make hcd-xhci independent of pci hooks
 2020-09-24 14:20 UTC  (5+ messages)
` [PATCH v10 1/7] usb/hcd-xhci: Make dma read/writes hooks pci free
` [PATCH v10 2/7] usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
` [PATCH v10 5/7] misc: Add versal-usb2-ctrl-regs module
` [PATCH v10 6/7] usb: Add DWC3 model


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).