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

Markus Armbruster posted 4 patches 8 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1496734448-19256-1-git-send-email-armbru@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 0/4] Miscellaneous patches for 2017-06-06
Posted by Markus Armbruster 8 years, 5 months ago
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(-)

-- 
2.7.5


Re: [Qemu-devel] [PULL 0/4] Miscellaneous patches for 2017-06-06
Posted by Peter Maydell 8 years, 5 months ago
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