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

Anthony PERARD posted 4 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190228173439.8013-1-anthony.perard@citrix.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Anthony Perard <anthony.perard@citrix.com>, Max Reitz <mreitz@redhat.com>, Paul Durrant <paul.durrant@citrix.com>, Stefano Stabellini <sstabellini@kernel.org>, Kevin Wolf <kwolf@redhat.com>
hw/block/dataplane/xen-block.c |  5 +----
hw/block/xen-block.c           | 40 +++++++++++++++++++++++++---------------
2 files changed, 26 insertions(+), 19 deletions(-)
[Qemu-devel] [PULL 0/4] xen queue 2019-02-28
Posted by Anthony PERARD 6 years, 8 months ago
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(-)

Re: [Qemu-devel] [PULL 0/4] xen queue 2019-02-28
Posted by Peter Maydell 6 years, 8 months ago
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