mbox

[PULL,0/4] xen queue 2019-02-28

Message ID 20190228173439.8013-1-anthony.perard@citrix.com
State New
Headers show

Pull-request

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

Message

Anthony PERARD Feb. 28, 2019, 5:34 p.m. UTC
The following changes since commit 711d13d5e2e160c1c3bcbd302af6df3980a99469:

  Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-27-2019' into staging (2019-02-28 12:59:49 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 156ac94463b42b0b9beea263af9866dfcd3683e0:

  xen-block: stop leaking memory in xen_block_drive_create() (2019-02-28 17:21:12 +0000)

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

* xen-block fixes

----------------------------------------------------------------
Paul Durrant (4):
      dataplane/xen-block: remove dead code
      xen-block: remove redundant assignment
      xen-block: report error condition from vbd_name_to_disk()
      xen-block: stop leaking memory in xen_block_drive_create()

 hw/block/dataplane/xen-block.c |  5 +----
 hw/block/xen-block.c           | 40 +++++++++++++++++++++++++---------------
 2 files changed, 26 insertions(+), 19 deletions(-)

Comments

Peter Maydell March 1, 2019, 11:20 a.m. UTC | #1
On Thu, 28 Feb 2019 at 17:34, Anthony PERARD <anthony.perard@citrix.com> wrote:
>
> The following changes since commit 711d13d5e2e160c1c3bcbd302af6df3980a99469:
>
>   Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-27-2019' into staging (2019-02-28 12:59:49 +0000)
>
> are available in the Git repository at:
>
>   https://xenbits.xen.org/git-http/people/aperard/qemu-dm.git tags/pull-xen-20190228
>
> for you to fetch changes up to 156ac94463b42b0b9beea263af9866dfcd3683e0:
>
>   xen-block: stop leaking memory in xen_block_drive_create() (2019-02-28 17:21:12 +0000)
>
> ----------------------------------------------------------------
> Xen queue
>
> * xen-block fixes
>
> ----------------------------------------------------------------
> Paul Durrant (4):
>       dataplane/xen-block: remove dead code
>       xen-block: remove redundant assignment
>       xen-block: report error condition from vbd_name_to_disk()
>       xen-block: stop leaking memory in xen_block_drive_create()

Applied, thanks.

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

-- PMM