Re: [PATCH 2/2] kvm tools: support 9p flush command

2012-06-20 Thread Pekka Enberg
On Fri, 15 Jun 2012, Sasha Levin wrote: While we process 9p requests serially, so there's no point for implementing flush, we still need to answer it to prevent guest kernel from hanging waiting for it. Signed-off-by: Sasha Levin levinsasha...@gmail.com Applied, thanks! -- To unsubscribe

[PATCH 2/2] kvm tools: support 9p flush command

2012-06-15 Thread Sasha Levin
While we process 9p requests serially, so there's no point for implementing flush, we still need to answer it to prevent guest kernel from hanging waiting for it. Signed-off-by: Sasha Levin levinsasha...@gmail.com --- tools/kvm/virtio/9p.c | 15 ++- 1 files changed, 14