mbox

[PULL,0/8] xen-20160126

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

Pull-request

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

Message

Stefano Stabellini Jan. 26, 2016, 3:51 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

for you to fetch changes up to f4297d663d92844f87aeb6ea762244167490dadb:

  xen: make it possible to build without the Xen PV domain builder (2016-01-26 15:03:38 +0000)

----------------------------------------------------------------
Xen 2016/01/26

----------------------------------------------------------------
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:15 p.m. UTC | #1
On 26 January 2016 at 15:51, 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
>
> for you to fetch changes up to f4297d663d92844f87aeb6ea762244167490dadb:
>
>   xen: make it possible to build without the Xen PV domain builder (2016-01-26 15:03:38 +0000)
>
> ----------------------------------------------------------------
> Xen 2016/01/26
>
> ----------------------------------------------------------------
> 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

Hi. It looks like you forgot to add your Signed-off-by: line as the maintainer
to these patches; can I ask you to fix that and resend the pull, please?
(You can just resend the cover letter.)

thanks
-- PMM
Stefano Stabellini Jan. 26, 2016, 5:20 p.m. UTC | #2
On Tue, 26 Jan 2016, Peter Maydell wrote:
> On 26 January 2016 at 15:51, 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
> >
> > for you to fetch changes up to f4297d663d92844f87aeb6ea762244167490dadb:
> >
> >   xen: make it possible to build without the Xen PV domain builder (2016-01-26 15:03:38 +0000)
> >
> > ----------------------------------------------------------------
> > Xen 2016/01/26
> >
> > ----------------------------------------------------------------
> > 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
> 
> Hi. It looks like you forgot to add your Signed-off-by: line as the maintainer
> to these patches; can I ask you to fix that and resend the pull, please?
> (You can just resend the cover letter.)

Sorry, I'll do now.