[PULL 0/4] xen queue 2020-10-20

Anthony PERARD via posted 4 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/20201020100239.272748-1-anthony.perard@citrix.com
Maintainers: Paul Durrant <paul@xen.org>, Eduardo Habkost <ehabkost@redhat.com>, Stefano Stabellini <sstabellini@kernel.org>, Paolo Bonzini <pbonzini@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Anthony Perard <anthony.perard@citrix.com>, "Michael S. Tsirkin" <mst@redhat.com>, Richard Henderson <rth@twiddle.net>
configure                           |  4 ++--
hw/i386/pc_piix.c                   |  4 ++--
hw/i386/xen/xen_platform.c          |  2 --
hw/xen/xen-backend.c                | 11 ++++++++++
hw/xen/xen-bus.c                    | 40 +++++++++++++++++++++++++++++--------
include/hw/xen/xen-backend.h        |  1 +
include/hw/xen/xen-bus.h            |  3 ++-
include/hw/xen/xen-legacy-backend.h |  2 +-
8 files changed, 51 insertions(+), 16 deletions(-)
[PULL 0/4] xen queue 2020-10-20
Posted by Anthony PERARD via 3 years, 6 months ago
The following changes since commit d76f4f97eb2772bf85fe286097183d0c7db19ae8:

  Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201019' into staging (2020-10-19 14:39:27 +0100)

are available in the Git repository at:

  https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20201020

for you to fetch changes up to 8959e0a63a3a681a31ff8397d9345a88e6d905bf:

  hw/xen: Set suppress-vmdesc for Xen machines (2020-10-19 16:33:28 +0100)

----------------------------------------------------------------
Xen queue

* cleanup patches.
* improve xen backend setup performance when other xen guests are
  running/booting.
* improve xen guest migration when running in a stubdomain.

----------------------------------------------------------------
Eduardo Habkost (1):
      xen: Rename XENBACKEND_DEVICE to XENBACKEND

Jason Andryuk (1):
      hw/xen: Set suppress-vmdesc for Xen machines

Michael Tokarev (1):
      xen: xenguest is not used so is not needed

Paul Durrant (1):
      xen-bus: reduce scope of backend watch

 configure                           |  4 ++--
 hw/i386/pc_piix.c                   |  4 ++--
 hw/i386/xen/xen_platform.c          |  2 --
 hw/xen/xen-backend.c                | 11 ++++++++++
 hw/xen/xen-bus.c                    | 40 +++++++++++++++++++++++++++++--------
 include/hw/xen/xen-backend.h        |  1 +
 include/hw/xen/xen-bus.h            |  3 ++-
 include/hw/xen/xen-legacy-backend.h |  2 +-
 8 files changed, 51 insertions(+), 16 deletions(-)

Re: [PULL 0/4] xen queue 2020-10-20
Posted by Peter Maydell 3 years, 6 months ago
On Tue, 20 Oct 2020 at 11:02, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit d76f4f97eb2772bf85fe286097183d0c7db19ae8:
>
>   Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201019' into staging (2020-10-19 14:39:27 +0100)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20201020
>
> for you to fetch changes up to 8959e0a63a3a681a31ff8397d9345a88e6d905bf:
>
>   hw/xen: Set suppress-vmdesc for Xen machines (2020-10-19 16:33:28 +0100)
>
> ----------------------------------------------------------------
> Xen queue
>
> * cleanup patches.
> * improve xen backend setup performance when other xen guests are
>   running/booting.
> * improve xen guest migration when running in a stubdomain.
>


Applied, thanks.

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

-- PMM