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

Markus Armbruster posted 4 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210305151143.741181-1-armbru@redhat.com
Maintainers: Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>
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(-)
[PULL 0/4] QAPI patches patches for 2021-03-05
Posted by Markus Armbruster 3 years, 1 month ago
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(-)

-- 
2.26.2


Re: [PULL 0/4] QAPI patches patches for 2021-03-05
Posted by Peter Maydell 3 years, 1 month ago
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