[PULL 0/5] QAPI patches patches for 2020-10-21

Markus Armbruster posted 5 patches 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201021033257.2126624-1-armbru@redhat.com
qapi/machine.json      | 168 +++++++++++++++++++++++++++++++++++++++
qapi/migration.json    |  41 ++++++++++
qapi/misc.json         | 209 -------------------------------------------------
accel/stubs/xen-stub.c |   2 +-
hw/i386/xen/xen-hvm.c  |   2 +-
migration/savevm.c     |   1 -
softmmu/cpus.c         |   1 +
ui/gtk.c               |   1 +
ui/cocoa.m             |   1 +
9 files changed, 214 insertions(+), 212 deletions(-)
[PULL 0/5] QAPI patches patches for 2020-10-21
Posted by Markus Armbruster 3 years, 6 months ago
The following changes since commit 4c41341af76cfc85b5a6c0f87de4838672ab9f89:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into staging (2020-10-20 11:20:36 +0100)

are available in the Git repository at:

  git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-10-21

for you to fetch changes up to 28af9ba260634daa0bb50039a6103f31b91b1603:

  qapi: Restrict Xen migration commands to migration.json (2020-10-21 05:00:44 +0200)

----------------------------------------------------------------
QAPI patches patches for 2020-10-21

----------------------------------------------------------------
Philippe Mathieu-Daudé (5):
      qapi: Restrict 'inject-nmi' command to machine code
      qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json
      qapi: Restrict '(p)memsave' command to machine code
      qapi: Restrict 'query-kvm' command to machine code
      qapi: Restrict Xen migration commands to migration.json

 qapi/machine.json      | 168 +++++++++++++++++++++++++++++++++++++++
 qapi/migration.json    |  41 ++++++++++
 qapi/misc.json         | 209 -------------------------------------------------
 accel/stubs/xen-stub.c |   2 +-
 hw/i386/xen/xen-hvm.c  |   2 +-
 migration/savevm.c     |   1 -
 softmmu/cpus.c         |   1 +
 ui/gtk.c               |   1 +
 ui/cocoa.m             |   1 +
 9 files changed, 214 insertions(+), 212 deletions(-)

-- 
2.26.2


Re: [PULL 0/5] QAPI patches patches for 2020-10-21
Posted by Peter Maydell 3 years, 6 months ago
On Wed, 21 Oct 2020 at 04:33, Markus Armbruster <armbru@redhat.com> wrote:
>
> The following changes since commit 4c41341af76cfc85b5a6c0f87de4838672ab9f89:
>
>   Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into staging (2020-10-20 11:20:36 +0100)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2020-10-21
>
> for you to fetch changes up to 28af9ba260634daa0bb50039a6103f31b91b1603:
>
>   qapi: Restrict Xen migration commands to migration.json (2020-10-21 05:00:44 +0200)
>
> ----------------------------------------------------------------
> QAPI patches patches for 2020-10-21
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (5):
>       qapi: Restrict 'inject-nmi' command to machine code
>       qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json
>       qapi: Restrict '(p)memsave' command to machine code
>       qapi: Restrict 'query-kvm' command to machine code
>       qapi: Restrict Xen migration commands to migration.json
>

Applied, thanks.

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

-- PMM