[Qemu-devel] [PULL 0/8] Miscellaneous patches for 2019-04-02

Markus Armbruster posted 8 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190402130112.15142-1-armbru@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Markus Armbruster <armbru@redhat.com>, Juan Quintela <quintela@redhat.com>, Eric Blake <eblake@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>
There is a newer version of this series
accel/accel.c           |  3 ++-
include/sysemu/sysemu.h |  1 +
migration/migration.c   | 11 ++++++----
migration/migration.h   |  3 ---
migration/savevm.c      |  2 +-
qapi/migration.json     |  6 +++---
vl.c                    | 45 +++++++++++++++++++++++++++--------------
7 files changed, 44 insertions(+), 27 deletions(-)
[Qemu-devel] [PULL 0/8] Miscellaneous patches for 2019-04-02
Posted by Markus Armbruster 5 years ago
Two regression fixes for 4.0:

* Unbreak migration for Xen
* Unbreak accelerator fallback

Three safe bug fixes thrown in:

* Fix error location of qemu-system-FOO positional arguments
* COLOStatus minor doc fix
* COLOStatus member rename to conform to naming rules

Markus Armbruster (6):
  vl: Fix error location of positional arguments
  Revert "vl: Fix to create migration object before block backends
    again"
  Revert "migration: move only_migratable to MigrationState"
  migration: Support adding migration blockers earlier
  vl: Document dependencies hiding in global and compat props
  accel: Unbreak accelerator fallback

Zhang Chen (2):
  qapi/migration.json: Fix ColoStatus member last_mode's version
  qapi/migration.json: Rename COLOStatus last_mode to last-mode

 accel/accel.c           |  3 ++-
 include/sysemu/sysemu.h |  1 +
 migration/migration.c   | 11 ++++++----
 migration/migration.h   |  3 ---
 migration/savevm.c      |  2 +-
 qapi/migration.json     |  6 +++---
 vl.c                    | 45 +++++++++++++++++++++++++++--------------
 7 files changed, 44 insertions(+), 27 deletions(-)

-- 
2.17.2


Re: [Qemu-devel] [PULL 0/8] Miscellaneous patches for 2019-04-02
Posted by Peter Maydell 5 years ago
Hi Markus -- this pullreq seems to be missing the git url and tag
to merge. Could you fix it up and resend the cover letter, please?

thanks
-- PMM


On Tue, 2 Apr 2019 at 20:25, Markus Armbruster <armbru@redhat.com> wrote:
>
> Two regression fixes for 4.0:
>
> * Unbreak migration for Xen
> * Unbreak accelerator fallback
>
> Three safe bug fixes thrown in:
>
> * Fix error location of qemu-system-FOO positional arguments
> * COLOStatus minor doc fix
> * COLOStatus member rename to conform to naming rules
>
> Markus Armbruster (6):
>   vl: Fix error location of positional arguments
>   Revert "vl: Fix to create migration object before block backends
>     again"
>   Revert "migration: move only_migratable to MigrationState"
>   migration: Support adding migration blockers earlier
>   vl: Document dependencies hiding in global and compat props
>   accel: Unbreak accelerator fallback
>
> Zhang Chen (2):
>   qapi/migration.json: Fix ColoStatus member last_mode's version
>   qapi/migration.json: Rename COLOStatus last_mode to last-mode
>
>  accel/accel.c           |  3 ++-
>  include/sysemu/sysemu.h |  1 +
>  migration/migration.c   | 11 ++++++----
>  migration/migration.h   |  3 ---
>  migration/savevm.c      |  2 +-
>  qapi/migration.json     |  6 +++---
>  vl.c                    | 45 +++++++++++++++++++++++++++--------------
>  7 files changed, 44 insertions(+), 27 deletions(-)
>
> --
> 2.17.2
>
>