mbox

[PULL,0/4] Miscellaneous patches for 2017-06-06

Message ID 1496734448-19256-1-git-send-email-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-misc-2017-06-06

Message

Markus Armbruster June 6, 2017, 7:34 a.m. UTC
The following changes since commit 199e19ee538eb61fd08b1c1ee5aa838ebdcc968e:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2017-06-05 15:28:12 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2017-06-06

for you to fetch changes up to c645d5acee0ae022534cb609184277ec2b4a8577:

  monitor: fix object_del for command-line-created objects (2017-06-06 09:29:46 +0200)

----------------------------------------------------------------
Miscellaneous patches for 2017-06-06

----------------------------------------------------------------
Markus Armbruster (2):
      block: Clarify documentation of BlockInfo member io-status
      virtio-scsi-test: Use scsi-hd instead of legacy scsi-disk

Michael Roth (2):
      tests: check-qom-proplist: add checks for cmdline-created objects
      monitor: fix object_del for command-line-created objects

 qapi/block-core.json       |  3 ++-
 qom/object_interfaces.c    |  9 ++++++++
 tests/check-qom-proplist.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/virtio-scsi-test.c   |  2 +-
 4 files changed, 68 insertions(+), 2 deletions(-)

Comments

Peter Maydell June 6, 2017, 4 p.m. UTC | #1
On 6 June 2017 at 08:34, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 199e19ee538eb61fd08b1c1ee5aa838ebdcc968e:
>
>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2017-06-05 15:28:12 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2017-06-06
>
> for you to fetch changes up to c645d5acee0ae022534cb609184277ec2b4a8577:
>
>   monitor: fix object_del for command-line-created objects (2017-06-06 09:29:46 +0200)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2017-06-06
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM