mbox

[PULL,0/2] Xen tree 2015-01-13

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

Pull-request

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

Message

Stefano Stabellini Jan. 13, 2015, 6:24 p.m. UTC
The following changes since commit 7d5ad15d17f26dd4f9ff5f3491828bc34e74f28c:

  Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2015-01-12 11:13:24 +0000)

are available in the git repository at:


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

for you to fetch changes up to c1d322e6048796296555dd36fdd102d7fa2f50bf:

  xen-hvm: increase maxmem before calling xc_domain_populate_physmap (2015-01-13 18:05:52 +0000)

----------------------------------------------------------------
Liang Li (1):
      xen-pt: Fix PCI devices re-attach failed

Stefano Stabellini (1):
      xen-hvm: increase maxmem before calling xc_domain_populate_physmap

 hw/xen/xen_pt.c |    2 +-
 xen-hvm.c       |   24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)

Comments

Peter Maydell Jan. 13, 2015, 8:14 p.m. UTC | #1
On 13 January 2015 at 18:24, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit 7d5ad15d17f26dd4f9ff5f3491828bc34e74f28c:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging (2015-01-12 11:13:24 +0000)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-2015-01-13
>
> for you to fetch changes up to c1d322e6048796296555dd36fdd102d7fa2f50bf:
>
>   xen-hvm: increase maxmem before calling xc_domain_populate_physmap (2015-01-13 18:05:52 +0000)
>
> ----------------------------------------------------------------
> Liang Li (1):
>       xen-pt: Fix PCI devices re-attach failed
>
> Stefano Stabellini (1):
>       xen-hvm: increase maxmem before calling xc_domain_populate_physmap

Applied, thanks.

-- PMM