mbox

[PULL,0/2] build QEMU with Xen support on ARM

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

Pull-request

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

Message

Stefano Stabellini July 7, 2014, 10:45 a.m. UTC
The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:

  MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +0100)

are available in the git repository at:

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

for you to fetch changes up to 643f59322432d77165329dfabe2d040d7e30dae8:

  xen: build on ARM (2014-07-07 10:37:40 +0000)

----------------------------------------------------------------
Stefano Stabellini (2):
      xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
      xen: build on ARM

 hw/display/xenfb.c           |   18 ++++++++++--------
 hw/xen/xen_backend.c         |   18 ++++++++++++++++++
 include/hw/xen/xen_backend.h |    2 ++
 xen-hvm.c                    |    2 +-
 xen-mapcache.c               |    4 ++--
 5 files changed, 33 insertions(+), 11 deletions(-)

Comments

Peter Maydell July 7, 2014, 2:01 p.m. UTC | #1
On 7 July 2014 11:45, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit 9d9de254c2b81b68cd48f2324cc753a570a4cdd8:
>
>   MAINTAINERS: seccomp: change email contact for Eduardo Otubo (2014-07-03 12:36:15 +0100)
>
> are available in the git repository at:
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen_arm_20140707
>
> for you to fetch changes up to 643f59322432d77165329dfabe2d040d7e30dae8:
>
>   xen: build on ARM (2014-07-07 10:37:40 +0000)
>
> ----------------------------------------------------------------
> Stefano Stabellini (2):
>       xen_backend: introduce xenstore_read_uint64 and xenstore_read_fe_uint64
>       xen: build on ARM

Applied, thanks.

-- PMM