mbox

[PULL,0/2] virtio-9p fixes for 2.5

Message ID 1448899880-24623-1-git-send-email-gkurz@linux.vnet.ibm.com
State New
Headers show

Pull-request

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

Message

Greg Kurz Nov. 30, 2015, 4:11 p.m. UTC
The following changes since commit 714487515dbe0c65d5904251e796cd3a5b3579fb:

  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2015-11-27 10:44:42 +0000)

are available in the git repository at:

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

for you to fetch changes up to ebac1202c95a4f1b76b6ef3f0f63926fa76e753e:

  virtio-9p: use QEMU thread pool (2015-11-30 12:36:12 +0100)

----------------------------------------------------------------
Two fixes for virtfs/9p from Paolo.

----------------------------------------------------------------
Paolo Bonzini (2):
      fsdev-proxy-helper: avoid TOC/TOU race
      virtio-9p: use QEMU thread pool

 fsdev/virtfs-proxy-helper.c | 20 ++++++-------
 hw/9pfs/virtio-9p-coth.c    | 69 +++++++++------------------------------------
 hw/9pfs/virtio-9p-coth.h    | 10 +------
 hw/9pfs/virtio-9p-device.c  |  4 ---
 4 files changed, 25 insertions(+), 78 deletions(-)

Comments

Peter Maydell Dec. 1, 2015, 4:30 p.m. UTC | #1
On 30 November 2015 at 16:11, Greg Kurz <gkurz@linux.vnet.ibm.com> wrote:
> The following changes since commit 714487515dbe0c65d5904251e796cd3a5b3579fb:
>
>   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2015-11-27 10:44:42 +0000)
>
> are available in the git repository at:
>
>   https://github.com/gkurz/qemu.git tags/for-upstream
>
> for you to fetch changes up to ebac1202c95a4f1b76b6ef3f0f63926fa76e753e:
>
>   virtio-9p: use QEMU thread pool (2015-11-30 12:36:12 +0100)
>
> ----------------------------------------------------------------
> Two fixes for virtfs/9p from Paolo.
>
> ----------------------------------------------------------------
> Paolo Bonzini (2):
>       fsdev-proxy-helper: avoid TOC/TOU race
>       virtio-9p: use QEMU thread pool

Applied, thanks. If you're in a position to meet face-to-face
with any other QEMU developers and do the check-official-identity
and sign GPG keys, that would be cool -- your GPG key doesn't
really seem to be signed by many other people at the moment.

thanks
-- PMM
Greg Kurz Dec. 2, 2015, 10:58 a.m. UTC | #2
On Tue, 1 Dec 2015 16:30:09 +0000
Peter Maydell <peter.maydell@linaro.org> wrote:

> On 30 November 2015 at 16:11, Greg Kurz <gkurz@linux.vnet.ibm.com> wrote:
> > The following changes since commit 714487515dbe0c65d5904251e796cd3a5b3579fb:
> >
> >   Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging (2015-11-27 10:44:42 +0000)
> >
> > are available in the git repository at:
> >
> >   https://github.com/gkurz/qemu.git tags/for-upstream
> >
> > for you to fetch changes up to ebac1202c95a4f1b76b6ef3f0f63926fa76e753e:
> >
> >   virtio-9p: use QEMU thread pool (2015-11-30 12:36:12 +0100)
> >
> > ----------------------------------------------------------------
> > Two fixes for virtfs/9p from Paolo.
> >
> > ----------------------------------------------------------------
> > Paolo Bonzini (2):
> >       fsdev-proxy-helper: avoid TOC/TOU race
> >       virtio-9p: use QEMU thread pool
> 
> Applied, thanks. If you're in a position to meet face-to-face
> with any other QEMU developers and do the check-official-identity
> and sign GPG keys, that would be cool -- your GPG key doesn't
> really seem to be signed by many other people at the moment.
> 

Hi Peter,

I understand there are key signing parties during KVM Forum and other public
events. Apart from that, I am not sure if I can easily reach out to other
developers from my location (Toulouse, France). I'll do my best ! :)

Thanks.

--
Greg

> thanks
> -- PMM
>