mbox

[PULL,0/2] xen-20170920-tag

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

Pull-request

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

Message

Stefano Stabellini Sept. 21, 2017, 2:21 a.m. UTC
The following changes since commit b62b7ed0fc9c58e373b8946c9bd2e193be98dae6:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2017-09-20 20:33:48 +0100)

are available in the git repository at:


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

for you to fetch changes up to a8036336609d2e184fc3543a4c439c0ba7d7f3a2:

  xen/pt: allow QEMU to request MSI unmasking at bind time (2017-09-20 19:05:27 -0700)

----------------------------------------------------------------
Xen 2017/09/20

----------------------------------------------------------------
Olaf Hering (1):
      xen-disk: use g_new0 to fix build

Roger Pau Monne (1):
      xen/pt: allow QEMU to request MSI unmasking at bind time

 hw/block/xen_disk.c         |  2 +-
 hw/xen/xen_pt.h             |  1 +
 hw/xen/xen_pt_config_init.c | 20 ++++++++++++++++++--
 hw/xen/xen_pt_msi.c         | 13 ++++++++++---
 4 files changed, 30 insertions(+), 6 deletions(-)

Comments

Peter Maydell Sept. 21, 2017, 9:55 a.m. UTC | #1
On 21 September 2017 at 03:21, Stefano Stabellini
<sstabellini@kernel.org> wrote:
> The following changes since commit b62b7ed0fc9c58e373b8946c9bd2e193be98dae6:
>
>   Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2017-09-20 20:33:48 +0100)
>
> are available in the git repository at:
>
>
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20170920-tag
>
> for you to fetch changes up to a8036336609d2e184fc3543a4c439c0ba7d7f3a2:
>
>   xen/pt: allow QEMU to request MSI unmasking at bind time (2017-09-20 19:05:27 -0700)
>
> ----------------------------------------------------------------
> Xen 2017/09/20
>
> ----------------------------------------------------------------
> Olaf Hering (1):
>       xen-disk: use g_new0 to fix build
>
> Roger Pau Monne (1):
>       xen/pt: allow QEMU to request MSI unmasking at bind time
>
>  hw/block/xen_disk.c         |  2 +-
>  hw/xen/xen_pt.h             |  1 +
>  hw/xen/xen_pt_config_init.c | 20 ++++++++++++++++++--
>  hw/xen/xen_pt_msi.c         | 13 ++++++++++---
>  4 files changed, 30 insertions(+), 6 deletions(-)

Applied, thanks.

-- PMM