mbox

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

Message ID 20201020100239.272748-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Anthony PERARD Oct. 20, 2020, 10:02 a.m. UTC
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(-)

Comments

Peter Maydell Oct. 20, 2020, 11:04 a.m. UTC | #1
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