mbox

[PULL,0/3] xen-2015-10-26

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

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-2015-10-26

Message

Stefano Stabellini Oct. 26, 2015, 11:35 a.m. UTC
The following changes since commit af25e7277d3e95a3ea31023f31d8097ab5e2ac84:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-10-23 18:14:42 +0100)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-2015-10-26

for you to fetch changes up to b1ecd51bdbb0fc0a7026662b03e7e7df9d129ca0:

  xen-platform: Replace assert() with appropriate error reporting (2015-10-26 11:32:24 +0000)

----------------------------------------------------------------
Xen 2015-10-26

----------------------------------------------------------------
Eduardo Habkost (1):
      xen-platform: Replace assert() with appropriate error reporting

Lan Tianyu (1):
      Qemu/Xen: Fix early freeing MSIX MMIO memory region

Stefano Stabellini (1):
      xen_platform: switch to realize

 hw/i386/xen/xen_platform.c  |   12 +++++++-----
 hw/xen/xen_pt.c             |    8 ++++++++
 hw/xen/xen_pt.h             |    1 +
 hw/xen/xen_pt_config_init.c |    2 +-
 hw/xen/xen_pt_msi.c         |   13 ++++++++++++-
 5 files changed, 29 insertions(+), 7 deletions(-)

Comments

Peter Maydell Oct. 26, 2015, 1:44 p.m. UTC | #1
On 26 October 2015 at 11:35, Stefano Stabellini
<stefano.stabellini@eu.citrix.com> wrote:
> The following changes since commit af25e7277d3e95a3ea31023f31d8097ab5e2ac84:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-10-23 18:14:42 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-2015-10-26
>
> for you to fetch changes up to b1ecd51bdbb0fc0a7026662b03e7e7df9d129ca0:
>
>   xen-platform: Replace assert() with appropriate error reporting (2015-10-26 11:32:24 +0000)
>
> ----------------------------------------------------------------
> Xen 2015-10-26
>
> ----------------------------------------------------------------
> Eduardo Habkost (1):
>       xen-platform: Replace assert() with appropriate error reporting
>
> Lan Tianyu (1):
>       Qemu/Xen: Fix early freeing MSIX MMIO memory region
>
> Stefano Stabellini (1):
>       xen_platform: switch to realize
>
>  hw/i386/xen/xen_platform.c  |   12 +++++++-----
>  hw/xen/xen_pt.c             |    8 ++++++++
>  hw/xen/xen_pt.h             |    1 +
>  hw/xen/xen_pt_config_init.c |    2 +-
>  hw/xen/xen_pt_msi.c         |   13 ++++++++++++-
>  5 files changed, 29 insertions(+), 7 deletions(-)

Applied, thanks.

-- PMM