mbox

[PULL,0/5] xen-20161122-tag

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

Pull-request

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

Message

Stefano Stabellini Nov. 22, 2016, 6:45 p.m. UTC
Hi Stefan,

this pull request contains an XSA ("fix ioreq handling") and xen-usb bug
fixes and cleanups. Please note that "qdev: add function qdev_set_id()"
touches generic qdev code: I was the only one to review the patch but it
is just code movement.


The following changes since commit a7764f1548ef9946af30a8f96be9cef10761f0c1:

  Fix FreeBSD (10.x) build after 7dc9ae43 (2016-11-22 10:56:01 +0000)

are available in the git repository at:

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

for you to fetch changes up to f1784a222eed213ce3213f431bc2f9c570f20c3e:

  xen: attach pvusb usb bus to backend qdev (2016-11-22 10:29:41 -0800)

----------------------------------------------------------------
Xen 2016/11/22

----------------------------------------------------------------
Jan Beulich (1):
      xen: fix ioreq handling

Juergen Gross (4):
      xen: add an own bus for xen backend devices
      qdev: add function qdev_set_id()
      xen: create qdev for each backend device
      xen: attach pvusb usb bus to backend qdev

 hw/usb/xen-usb.c             | 23 +++++++--------
 hw/xen/xen_backend.c         | 66 ++++++++++++++++++++++++++++++++++++++++++--
 hw/xen/xen_pvdev.c           |  4 ++-
 include/hw/xen/xen_backend.h |  8 ++++++
 include/hw/xen/xen_pvdev.h   |  1 +
 include/monitor/qdev.h       |  1 +
 qdev-monitor.c               | 36 +++++++++++++-----------
 xen-hvm.c                    | 16 ++++++++++-
 8 files changed, 121 insertions(+), 34 deletions(-)

Comments

Stefan Hajnoczi Nov. 22, 2016, 7:31 p.m. UTC | #1
On Tue, Nov 22, 2016 at 10:45:58AM -0800, Stefano Stabellini wrote:
> Hi Stefan,
> 
> this pull request contains an XSA ("fix ioreq handling") and xen-usb bug
> fixes and cleanups. Please note that "qdev: add function qdev_set_id()"
> touches generic qdev code: I was the only one to review the patch but it
> is just code movement.
> 
> 
> The following changes since commit a7764f1548ef9946af30a8f96be9cef10761f0c1:
> 
>   Fix FreeBSD (10.x) build after 7dc9ae43 (2016-11-22 10:56:01 +0000)
> 
> are available in the git repository at:
> 
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20161122-tag
> 
> for you to fetch changes up to f1784a222eed213ce3213f431bc2f9c570f20c3e:
> 
>   xen: attach pvusb usb bus to backend qdev (2016-11-22 10:29:41 -0800)
> 
> ----------------------------------------------------------------
> Xen 2016/11/22
> 
> ----------------------------------------------------------------
> Jan Beulich (1):
>       xen: fix ioreq handling
> 
> Juergen Gross (4):
>       xen: add an own bus for xen backend devices
>       qdev: add function qdev_set_id()
>       xen: create qdev for each backend device
>       xen: attach pvusb usb bus to backend qdev
> 
>  hw/usb/xen-usb.c             | 23 +++++++--------
>  hw/xen/xen_backend.c         | 66 ++++++++++++++++++++++++++++++++++++++++++--
>  hw/xen/xen_pvdev.c           |  4 ++-
>  include/hw/xen/xen_backend.h |  8 ++++++
>  include/hw/xen/xen_pvdev.h   |  1 +
>  include/monitor/qdev.h       |  1 +
>  qdev-monitor.c               | 36 +++++++++++++-----------
>  xen-hvm.c                    | 16 ++++++++++-
>  8 files changed, 121 insertions(+), 34 deletions(-)

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan