mbox

[PULL,0/4] Xen tree 2015-01-20

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

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2015-01-20

Message

Stefano Stabellini Jan. 20, 2015, 11:19 a.m. UTC
The following changes since commit 74acb99737dbedd86654d660c0c20815139a873c:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' into staging (2015-01-19 13:37:05 +0000)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2015-01-20

for you to fetch changes up to 085bde8e8f9bd4fb06e010810991b26aba795fb2:

  xen: add a lock for the mapcache (2015-01-20 11:09:54 +0000)

----------------------------------------------------------------
Paolo Bonzini (2):
      xen: do not use __-named variables in mapcache
      xen: add a lock for the mapcache

Paul Durrant (2):
      Add device listener interface
      Xen: Use the ioreq-server API when available

 configure                   |   29 ++++++
 hw/core/qdev.c              |   53 ++++++++++
 include/hw/qdev-core.h      |   10 ++
 include/hw/xen/xen_common.h |  223 +++++++++++++++++++++++++++++++++++++++++++
 include/qemu/typedefs.h     |    1 +
 trace-events                |    9 ++
 xen-hvm.c                   |  160 ++++++++++++++++++++++++++-----
 xen-mapcache.c              |   94 ++++++++++++------
 8 files changed, 526 insertions(+), 53 deletions(-)

Comments

Peter Maydell Jan. 20, 2015, 12:52 p.m. UTC | #1
On 20 January 2015 at 11:19, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit 74acb99737dbedd86654d660c0c20815139a873c:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' into staging (2015-01-19 13:37:05 +0000)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2015-01-20
>
> for you to fetch changes up to 085bde8e8f9bd4fb06e010810991b26aba795fb2:
>
>   xen: add a lock for the mapcache (2015-01-20 11:09:54 +0000)
>
> ----------------------------------------------------------------

I'm afraid I can't apply this -- three out of four patches are missing
your signed-off-by as maintainer.

You might like to add something to your pre-submission checking scripts
to catch this error; eg the script fragment I suggested in
http://lists.nongnu.org/archive/html/qemu-devel/2015-01/msg02134.html

thanks
-- PMM
Stefano Stabellini Jan. 20, 2015, 2:22 p.m. UTC | #2
On Tue, 20 Jan 2015, Peter Maydell wrote:
> On 20 January 2015 at 11:19, Stefano Stabellini
> <stefano.stabellini@eu.citrix.com> wrote:
> > The following changes since commit 74acb99737dbedd86654d660c0c20815139a873c:
> >
> >   Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' into staging (2015-01-19 13:37:05 +0000)
> >
> > are available in the git repository at:
> >
> >
> >   git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2015-01-20
> >
> > for you to fetch changes up to 085bde8e8f9bd4fb06e010810991b26aba795fb2:
> >
> >   xen: add a lock for the mapcache (2015-01-20 11:09:54 +0000)
> >
> > ----------------------------------------------------------------
> 
> I'm afraid I can't apply this -- three out of four patches are missing
> your signed-off-by as maintainer.
> 
> You might like to add something to your pre-submission checking scripts
> to catch this error; eg the script fragment I suggested in
> http://lists.nongnu.org/archive/html/qemu-devel/2015-01/msg02134.html

No problem, I'll resend shortly.