mbox

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

Message ID 20181010061113.6057-1-armbru@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Markus Armbruster Oct. 10, 2018, 6:11 a.m. UTC
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(-)

Comments

Peter Maydell Oct. 11, 2018, 11:57 a.m. UTC | #1
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