mbox

[PULL,0/2] xen queue for 4.0-rc3

Message ID 20190404170722.4492-1-anthony.perard@citrix.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190404

Message

Anthony PERARD April 4, 2019, 5:07 p.m. UTC
The following changes since commit f4b37171378b0b1782570060c3411a504375d1bc:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190403' into staging (2019-04-03 13:13:30 +0100)

are available in the Git repository at:

  https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190404

for you to fetch changes up to 2bcd05cf24a7de34e7e265247c010977e43f40bc:

  xen-block: scale sector based quantities correctly (2019-04-04 18:00:07 +0100)

----------------------------------------------------------------
Xen queue

xen-block fixes

----------------------------------------------------------------
Paul Durrant (2):
      xen-block: only advertize discard to the frontend when it is enabled...
      xen-block: scale sector based quantities correctly

 hw/block/dataplane/xen-block.c | 28 +++++++++++++---------------
 hw/block/xen-block.c           | 22 +++++++++++++++++-----
 hw/block/xen_blkif.h           |  2 ++
 3 files changed, 32 insertions(+), 20 deletions(-)

Comments

Peter Maydell April 5, 2019, 3:51 a.m. UTC | #1
On Fri, 5 Apr 2019 at 00:07, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit f4b37171378b0b1782570060c3411a504375d1bc:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190403' into staging (2019-04-03 13:13:30 +0100)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190404
>
> for you to fetch changes up to 2bcd05cf24a7de34e7e265247c010977e43f40bc:
>
>   xen-block: scale sector based quantities correctly (2019-04-04 18:00:07 +0100)
>
> ----------------------------------------------------------------
> Xen queue
>
> xen-block fixes
>
> ----------------------------------------------------------------
> Paul Durrant (2):
>       xen-block: only advertize discard to the frontend when it is enabled...
>       xen-block: scale sector based quantities correctly
>
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM