qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH 0/3] block: Extend QMP events for anonymous BlockBac


From: Kevin Wolf
Subject: [Qemu-block] [PATCH 0/3] block: Extend QMP events for anonymous BlockBackends
Date: Wed, 5 Oct 2016 11:26:10 +0200

We have two QMP events that include only a BlockBackend name and that are
therefore useless with anonymous BBs. This series adds a node-name/qdev ID to
them.

Kevin Wolf (3):
  block: Add node name to BLOCK_IO_ERROR event
  block-backend: Remember if attached device is non-qdev
  block: Add qdev ID to DEVICE_TRAY_MOVED

 block.c                        |  7 -----
 block/block-backend.c          | 64 +++++++++++++++++++++++++++++++++++-------
 docs/qmp-commands.txt          |  3 ++
 docs/qmp-events.txt            | 12 ++++++--
 hw/block/xen_disk.c            |  2 +-
 include/sysemu/block-backend.h |  4 +--
 qapi/block-core.json           |  8 ++++--
 qapi/block.json                |  8 ++++--
 8 files changed, 82 insertions(+), 26 deletions(-)

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]