mbox

[PULL] xen-20160126-2

Message ID alpine.DEB.2.02.1601261720520.3619@kaball.uk.xensource.com
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20160126-2

Message

Stefano Stabellini Jan. 26, 2016, 5:21 p.m. UTC
The following changes since commit 1535a6d699487740b490369e44f9ca8d305463cd:

  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2016-01-26 09:16:07 +0000)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20160126-2

for you to fetch changes up to 64a7ad6fe3d8500119d83e0af830e0e45e83499a:

  xen: make it possible to build without the Xen PV domain builder (2016-01-26 17:19:44 +0000)

----------------------------------------------------------------
Xen 2016/01/26 with Signed-off-by lines.

----------------------------------------------------------------
Ian Campbell (8):
      xen_console: correctly cleanup primary console on teardown.
      xen: Switch to libxenevtchn interface for compat shims.
      xen: Switch to libxengnttab interface for compat shims.
      xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pages
      xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.
      xen: Use stable library interfaces when they are available.
      xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.
      xen: make it possible to build without the Xen PV domain builder

 configure                    |   70 ++++++++++++++++++++
 hw/block/xen_disk.c          |   38 ++++++-----
 hw/char/xen_console.c        |   19 +++---
 hw/display/xenfb.c           |   28 ++++----
 hw/net/xen_nic.c             |   18 ++---
 hw/xen/xen_backend.c         |   44 +++++++------
 hw/xenpv/Makefile.objs       |    4 +-
 hw/xenpv/xen_domainbuild.c   |    9 ++-
 hw/xenpv/xen_machine_pv.c    |   15 +++--
 include/hw/xen/xen_backend.h |    5 +-
 include/hw/xen/xen_common.h  |  149 +++++++++++++++++++++++++++++++++---------
 xen-common.c                 |    6 ++
 xen-hvm.c                    |   39 +++++------
 xen-mapcache.c               |    6 +-
 14 files changed, 315 insertions(+), 135 deletions(-)

Comments

Peter Maydell Jan. 26, 2016, 5:56 p.m. UTC | #1
On 26 January 2016 at 17:21, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit 1535a6d699487740b490369e44f9ca8d305463cd:
>
>   Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging (2016-01-26 09:16:07 +0000)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20160126-2
>
> for you to fetch changes up to 64a7ad6fe3d8500119d83e0af830e0e45e83499a:
>
>   xen: make it possible to build without the Xen PV domain builder (2016-01-26 17:19:44 +0000)
>
> ----------------------------------------------------------------
> Xen 2016/01/26 with Signed-off-by lines.

Applied, thanks.

-- PMM