mbox

[PULL,for-2.8,0/4] tags/xen-20161128-tag

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

Pull-request

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

Message

Stefano Stabellini Nov. 28, 2016, 7:42 p.m. UTC
The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:

  Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)

are available in the git repository at:

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

for you to fetch changes up to e514379de52573131ccc47441787e5fab6dbfc08:

  xen: ignore direction in bufioreq handling (2016-11-28 11:26:29 -0800)

----------------------------------------------------------------
Xen 2016/11/28

----------------------------------------------------------------
Jan Beulich (3):
      xen: fix quad word bufioreq handling
      xen: slightly simplify bufioreq handling
      xen: ignore direction in bufioreq handling

Olaf Hering (1):
      xen_disk: split discard input to match internal representation

 hw/block/xen_disk.c | 42 ++++++++++++++++++++++++++++++++++++------
 xen-hvm.c           | 22 ++++++++++++++++------
 2 files changed, 52 insertions(+), 12 deletions(-)

Comments

Stefan Hajnoczi Nov. 29, 2016, 9:28 a.m. UTC | #1
On Mon, Nov 28, 2016 at 11:42:14AM -0800, Stefano Stabellini wrote:
> The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:
> 
>   Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)
> 
> are available in the git repository at:
> 
>   git://xenbits.xen.org/people/sstabellini/qemu-dm.git tags/xen-20161128-tag
> 
> for you to fetch changes up to e514379de52573131ccc47441787e5fab6dbfc08:
> 
>   xen: ignore direction in bufioreq handling (2016-11-28 11:26:29 -0800)
> 
> ----------------------------------------------------------------
> Xen 2016/11/28
> 
> ----------------------------------------------------------------
> Jan Beulich (3):
>       xen: fix quad word bufioreq handling
>       xen: slightly simplify bufioreq handling
>       xen: ignore direction in bufioreq handling
> 
> Olaf Hering (1):
>       xen_disk: split discard input to match internal representation
> 
>  hw/block/xen_disk.c | 42 ++++++++++++++++++++++++++++++++++++------
>  xen-hvm.c           | 22 ++++++++++++++++------
>  2 files changed, 52 insertions(+), 12 deletions(-)

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

Stefan