Re: [PATCH] arch/x86/xen: remove depends on CONFIG_EXPERIMENTAL

2013-02-24 Thread Greg Kroah-Hartman
On Sun, Feb 24, 2013 at 05:51:44PM +0800, Dongsheng Song wrote: On Sun, Feb 24, 2013 at 1:03 AM, Kees Cook keesc...@chromium.org wrote: On Sat, Feb 23, 2013 at 3:59 AM, Dongsheng Song dongsheng.s...@gmail.com wrote: On Sat, Feb 23, 2013 at 3:29 PM, Kees Cook keesc...@chromium.org wrote:

[PATCH dontapply 1/2] tools/virtio: fix build for 3.8

2013-02-24 Thread Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/vhost/test.c| 4 +++- tools/virtio/Makefile | 2 +- tools/virtio/linux/virtio.h | 7 ++- tools/virtio/virtio_test.c | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/vhost/test.c

[PATCH dontapply 2/2] tools/virtio: update for the new virtio API

2013-02-24 Thread Michael S. Tsirkin
Signed-off-by: Michael S. Tsirkin m...@redhat.com --- tools/virtio/linux/virtio.h | 45 ++--- 1 file changed, 38 insertions(+), 7 deletions(-) diff --git a/tools/virtio/linux/virtio.h b/tools/virtio/linux/virtio.h index 390c4cb..0426a75 100644 ---

Re: [PATCH 0/5] vringh

2013-02-24 Thread Michael S. Tsirkin
On Tue, Feb 19, 2013 at 08:59:27AM +1030, Rusty Russell wrote: This introduces vringh, which are generic accessors for virtio rings (host side). There's a host-side implementation in vhost, but it assumes that the rings are in userspace, and is tied to the vhost implementation. I have