[Qemu-devel] [PULL 0/1] 9p patches 2018-08-22

Greg Kurz posted 1 patch 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180822144340.91828-1-groug@kaod.org
Test docker-clang@ubuntu failed
Test checkpatch passed
fsdev/Makefile.objs | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] 9p patches 2018-08-22
Posted by Greg Kurz 7 years, 2 months ago
The following changes since commit 13b7b188501d419a7d63c016e00065bcc693b7d4:

  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180821-pull-request' into staging (2018-08-21 15:57:56 +0100)

are available in the Git repository at:

  https://github.com/gkurz/qemu.git tags/for-upstream

for you to fetch changes up to adbffc2074754aff8d806843d9e83443590ce5e0:

  fsdev: fix compilation with VIRTIO but not VIRTIO_9P (2018-08-22 12:21:13 +0200)

----------------------------------------------------------------
Just a build fix that I had queued during soft freeze.

----------------------------------------------------------------
Paolo Bonzini (1):
      fsdev: fix compilation with VIRTIO but not VIRTIO_9P

 fsdev/Makefile.objs | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
-- 
2.14.4


Re: [Qemu-devel] [PULL 0/1] 9p patches 2018-08-22
Posted by Peter Maydell 7 years, 2 months ago
On 22 August 2018 at 15:43, Greg Kurz <groug@kaod.org> wrote:
> The following changes since commit 13b7b188501d419a7d63c016e00065bcc693b7d4:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180821-pull-request' into staging (2018-08-21 15:57:56 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to adbffc2074754aff8d806843d9e83443590ce5e0:
>
>   fsdev: fix compilation with VIRTIO but not VIRTIO_9P (2018-08-22 12:21:13 +0200)
>
> ----------------------------------------------------------------
> Just a build fix that I had queued during soft freeze.
>
> ----------------------------------------------------------------
> Paolo Bonzini (1):
>       fsdev: fix compilation with VIRTIO but not VIRTIO_9P
>
>  fsdev/Makefile.objs | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> --

Applied, thanks.

-- PMM