mbox

[PULL,0/4] QAPI patches patches for 2021-03-05

Message ID 20210305151143.741181-1-armbru@redhat.com
State New
Headers show

Pull-request

git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-03-05

Message

Markus Armbruster March 5, 2021, 3:11 p.m. UTC
The following changes since commit fe352f5c0056b4d21ae033ec49acc0bce9897e53:

  Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210304-pull-request' into staging (2021-03-04 12:58:50 +0000)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-03-05

for you to fetch changes up to 0e92a19b8c3b269dee377b76898c8bd7cadc1273:

  qapi: Fix parse errors for removal of null from schema language (2021-03-05 15:40:50 +0100)

----------------------------------------------------------------
QAPI patches patches for 2021-03-05

----------------------------------------------------------------
Eric Blake (1):
      qga: Utilize QAPI_LIST_APPEND in qmp_guest_network_get_interfaces

Markus Armbruster (2):
      error: Fix "Converting to ERRP_GUARD()" doc on "valid at return"
      qapi: Fix parse errors for removal of null from schema language

Philippe Mathieu-Daudé (1):
      qapi: Remove QMP events and commands from user-mode builds

 include/qapi/error.h                      |  2 +-
 qga/commands-posix.c                      | 75 +++++++++++++------------------
 qapi/meson.build                          | 12 +++--
 scripts/qapi/parser.py                    |  8 ++--
 tests/qapi-schema/leading-comma-list.err  |  2 +-
 tests/qapi-schema/trailing-comma-list.err |  2 +-
 6 files changed, 45 insertions(+), 56 deletions(-)

Comments

Peter Maydell March 5, 2021, 7:04 p.m. UTC | #1
On Fri, 5 Mar 2021 at 15:11, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit fe352f5c0056b4d21ae033ec49acc0bce9897e53:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210304-pull-request' into staging (2021-03-04 12:58:50 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2021-03-05
>
> for you to fetch changes up to 0e92a19b8c3b269dee377b76898c8bd7cadc1273:
>
>   qapi: Fix parse errors for removal of null from schema language (2021-03-05 15:40:50 +0100)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2021-03-05
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM