[Qemu-devel] [PULL v1 0/1] Merge I/O 2017/07/18

Daniel P. Berrange posted 1 patch 6 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170718103251.20657-1-berrange@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
io/channel.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
[Qemu-devel] [PULL v1 0/1] Merge I/O 2017/07/18
Posted by Daniel P. Berrange 6 years, 9 months ago
The following changes since commit 9964e96dc9999cf7f7c936ee854a795415d19b60:

  Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging (2017-05-23 15:01:31 +0100)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qio-2017-07-18-1

for you to fetch changes up to 8f7168b34323ceec4d5faff797e7bcf1be57e6be:

  io: simplify qio_channel_attach_aio_context (2017-05-26 10:38:08 +0100)

----------------------------------------------------------------
Merge I/O 2017/07/18 v1

----------------------------------------------------------------
Paolo Bonzini (1):
  io: simplify qio_channel_attach_aio_context

 io/channel.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

-- 
2.13.0


Re: [Qemu-devel] [PULL v1 0/1] Merge I/O 2017/07/18
Posted by Peter Maydell 6 years, 9 months ago
On 18 July 2017 at 11:32, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit 9964e96dc9999cf7f7c936ee854a795415d19b60:
>
>   Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging (2017-05-23 15:01:31 +0100)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-qio-2017-07-18-1
>
> for you to fetch changes up to 8f7168b34323ceec4d5faff797e7bcf1be57e6be:
>
>   io: simplify qio_channel_attach_aio_context (2017-05-26 10:38:08 +0100)
>
> ----------------------------------------------------------------
> Merge I/O 2017/07/18 v1
>
> ----------------------------------------------------------------
> Paolo Bonzini (1):
>   io: simplify qio_channel_attach_aio_context
>
>  io/channel.c | 10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)

Applied, thanks.

-- PMM