mbox

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

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

Pull-request

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

Message

Stefano Stabellini Jan. 20, 2015, 2:27 p.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-v2

for you to fetch changes up to 86a6a9bf551ffa183880480b37c5836d3916687a:

  xen: add a lock for the mapcache (2015-01-20 14:24:17 +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, 3:19 p.m. UTC | #1
On 20 January 2015 at 14:27, 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-v2
>
> for you to fetch changes up to 86a6a9bf551ffa183880480b37c5836d3916687a:
>
>   xen: add a lock for the mapcache (2015-01-20 14:24:17 +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

Applied, thanks.

-- PMM