[Qemu-devel] [PULL 0/5] Miscellaneous patches for 2018-10-10

Markus Armbruster posted 5 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181010061113.6057-1-armbru@redhat.com
Test checkpatch passed
hw/misc/ivshmem.c      | 14 +++++---------
qapi/misc.json         | 12 ++++++------
tests/Makefile.include |  2 +-
tests/check-qdict.c    |  2 ++
tests/check-qjson.c    |  1 +
tests/libqtest.c       | 11 +++--------
6 files changed, 18 insertions(+), 24 deletions(-)
[Qemu-devel] [PULL 0/5] Miscellaneous patches for 2018-10-10
Posted by Markus Armbruster 7 years ago
The following changes since commit 7c69b7c849641a39ba3defa40d384a2ba24cd7a2:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181008' into staging (2018-10-08 15:01:30 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-10-10

for you to fetch changes up to b266f1d1123396f9f5df865508f7555ab0c9582a:

  ivshmem: Fix unplug of device "ivshmem-plain" (2018-10-10 08:01:36 +0200)

----------------------------------------------------------------
Miscellaneous patches for 2018-10-10

* Fix ivshmem unplug (regressed in v2.7.0)
* Minor test suite and doc work

----------------------------------------------------------------
Kashyap Chamarthy (1):
      qapi/misc.json: Remove superfluous words in CpuModelExpansionType

Marc-André Lureau (1):
      tests/check-qjson: fix a leak

Markus Armbruster (3):
      tests: Restore check-qdict unit test
      libqtest: Inline g_assert_no_errno()
      ivshmem: Fix unplug of device "ivshmem-plain"

 hw/misc/ivshmem.c      | 14 +++++---------
 qapi/misc.json         | 12 ++++++------
 tests/Makefile.include |  2 +-
 tests/check-qdict.c    |  2 ++
 tests/check-qjson.c    |  1 +
 tests/libqtest.c       | 11 +++--------
 6 files changed, 18 insertions(+), 24 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PULL 0/5] Miscellaneous patches for 2018-10-10
Posted by Peter Maydell 7 years ago
On 10 October 2018 at 07:11, Markus Armbruster <armbru@redhat.com> wrote:
> The following changes since commit 7c69b7c849641a39ba3defa40d384a2ba24cd7a2:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181008' into staging (2018-10-08 15:01:30 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-misc-2018-10-10
>
> for you to fetch changes up to b266f1d1123396f9f5df865508f7555ab0c9582a:
>
>   ivshmem: Fix unplug of device "ivshmem-plain" (2018-10-10 08:01:36 +0200)
>
> ----------------------------------------------------------------
> Miscellaneous patches for 2018-10-10
>
> * Fix ivshmem unplug (regressed in v2.7.0)
> * Minor test suite and doc work
>

Applied, thanks.

-- PMM