mbox

[PULL,0/3] please pull xen-20170707-tag

Message ID alpine.DEB.2.10.1707071117420.2919@sstabellini-ThinkPad-X260
State New
Headers show

Pull-request

git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170707-tag

Message

Stefano Stabellini July 7, 2017, 6:29 p.m. UTC
The following changes since commit b11365867568ba954de667a0bfe0945b8f78d6bd:

  Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into staging (2017-07-06 11:42:59 +0100)

are available in the git repository at:


  git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170707-tag

for you to fetch changes up to 4daf62594d13dfca2ce3a74dd3bddee5f54d7127:

  xen/pt: Fixup addr validation in xen_pt_pci_config_access_check (2017-07-07 11:13:10 -0700)

----------------------------------------------------------------
Xen 2017/07/07

----------------------------------------------------------------
Anoob Soman (1):
      xen/pt: Fixup addr validation in xen_pt_pci_config_access_check

Ross Lagerwall (1):
      xen-platform: Cleanup network infrastructure when emulated NICs are unplugged

Stefano Stabellini (1):
      xenfb: remove xen_init_display "temporary" hack

 hw/display/xenfb.c           | 81 ++++++++++----------------------------------
 hw/i386/xen/xen_platform.c   | 11 ++++++
 hw/xen/xen_pt.c              |  2 +-
 hw/xenpv/xen_machine_pv.c    |  3 --
 include/hw/xen/xen_backend.h |  2 --
 5 files changed, 30 insertions(+), 69 deletions(-)

Comments

Peter Maydell July 10, 2017, 11:11 a.m. UTC | #1
On 7 July 2017 at 19:29, Stefano Stabellini <sstabellini@kernel.org> wrote:
> The following changes since commit b11365867568ba954de667a0bfe0945b8f78d6bd:
>
>   Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into staging (2017-07-06 11:42:59 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170707-tag
>
> for you to fetch changes up to 4daf62594d13dfca2ce3a74dd3bddee5f54d7127:
>
>   xen/pt: Fixup addr validation in xen_pt_pci_config_access_check (2017-07-07 11:13:10 -0700)
>
> ----------------------------------------------------------------
> Xen 2017/07/07
>
> ----------------------------------------------------------------
> Anoob Soman (1):
>       xen/pt: Fixup addr validation in xen_pt_pci_config_access_check
>
> Ross Lagerwall (1):
>       xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
>
> Stefano Stabellini (1):
>       xenfb: remove xen_init_display "temporary" hack
>
>  hw/display/xenfb.c           | 81 ++++++++++----------------------------------
>  hw/i386/xen/xen_platform.c   | 11 ++++++
>  hw/xen/xen_pt.c              |  2 +-
>  hw/xenpv/xen_machine_pv.c    |  3 --
>  include/hw/xen/xen_backend.h |  2 --
>  5 files changed, 30 insertions(+), 69 deletions(-)

Applied, thanks.

-- PMM