From: Kevin Wolf <kwolf@redhat.com>
To: qemu-block@nongnu.org
Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/6] Block layer patches
Date: Mon, 8 Jul 2019 16:18:06 +0200 [thread overview]
Message-ID: <20190708141812.3974-1-kwolf@redhat.com> (raw)
The following changes since commit df34fe314b5da628bc9a2664fb1b887bc0a6cc6d:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190708' into staging (2019-07-08 14:23:32 +0100)
are available in the Git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to f7077c9860a438087c2d9a8cc27cb8438c98a748:
qcow2: Allow -o compat=v3 during qemu-img amend (2019-07-08 16:00:31 +0200)
----------------------------------------------------------------
Block layer patches:
- virtio-scsi: Fix request resubmission after I/O error with iothreads
- qcow2: Fix missing v2/v3 subformat aliases for amend
- qcow(1): More specific error message for wrong format version
- MAINTAINERS: update RBD block maintainer
----------------------------------------------------------------
Eric Blake (1):
qcow2: Allow -o compat=v3 during qemu-img amend
Jason Dillaman (1):
MAINTAINERS: update RBD block maintainer
John Snow (1):
block/qcow: Improve error when opening qcow2 files as qcow
Stefan Hajnoczi (3):
vl: add qemu_add_vm_change_state_handler_prio()
qdev: add qdev_add_vm_change_state_handler()
virtio-scsi: restart DMA after iothread
include/hw/qdev-core.h | 5 ++++
include/sysemu/sysemu.h | 2 ++
block/qcow.c | 7 ++++-
block/qcow2.c | 6 ++--
hw/core/vm-change-state-handler.c | 61 +++++++++++++++++++++++++++++++++++++++
hw/scsi/scsi-bus.c | 4 +--
hw/virtio/virtio.c | 4 +--
vl.c | 59 +++++++++++++++++++++++++++++--------
MAINTAINERS | 2 +-
hw/core/Makefile.objs | 1 +
10 files changed, 130 insertions(+), 21 deletions(-)
create mode 100644 hw/core/vm-change-state-handler.c
next reply other threads:[~2019-07-08 14:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-08 14:18 Kevin Wolf [this message]
2019-07-08 14:18 ` [Qemu-devel] [PULL 1/6] vl: add qemu_add_vm_change_state_handler_prio() Kevin Wolf
2019-07-08 14:18 ` [Qemu-devel] [PULL 2/6] qdev: add qdev_add_vm_change_state_handler() Kevin Wolf
2019-07-08 14:18 ` [Qemu-devel] [PULL 3/6] virtio-scsi: restart DMA after iothread Kevin Wolf
2019-07-08 14:18 ` [Qemu-devel] [PULL 4/6] block/qcow: Improve error when opening qcow2 files as qcow Kevin Wolf
2019-07-08 14:18 ` [Qemu-devel] [PULL 5/6] MAINTAINERS: update RBD block maintainer Kevin Wolf
2019-07-08 14:18 ` [Qemu-devel] [PULL 6/6] qcow2: Allow -o compat=v3 during qemu-img amend Kevin Wolf
2019-07-08 15:12 ` [Qemu-devel] [PULL 0/6] Block layer patches Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190708141812.3974-1-kwolf@redhat.com \
--to=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).