Re: KVM Forum 2011: Call For Participation

2011-05-16 Thread Dor Laor
The abstract submission deadline was originally set for today. The forum committee agreed to extend the deadline period until next Sunday, May 22. The notification date remains the same (May 31). Thanks, your KVM Forum 2011 Program Committee On 04/21/2011 08:21 PM,

Unattended Linux VM Configuration Tool for Hyper-V

2011-05-16 Thread yusuf öztürk
Hello, I've announced a new tool for Hyper-V called Set-LinuxVM. What you can do with “Set-LinuxVM”: *1)* Unattended IP, Hostname and DNS configuration for Linux VMs. *2)* Automatic Linux integration components installation. *3)* Multi Distro Support: Debian, Ubuntu, Centos, Fedora, Redhat and

Re: [PATCH 14/18] virtio: add api for delayed callbacks

2011-05-16 Thread Rusty Russell
On Sun, 15 May 2011 15:48:18 +0300, Michael S. Tsirkin m...@redhat.com wrote: On Mon, May 09, 2011 at 03:27:33PM +0930, Rusty Russell wrote: On Wed, 4 May 2011 23:52:33 +0300, Michael S. Tsirkin m...@redhat.com wrote: Add an API that tells the other side that callbacks should be

Re: [PATCH 06/18] virtio_ring: avail event index interface

2011-05-16 Thread Rusty Russell
On Sun, 15 May 2011 15:47:27 +0300, Michael S. Tsirkin m...@redhat.com wrote: On Mon, May 09, 2011 at 01:43:15PM +0930, Rusty Russell wrote: On Wed, 4 May 2011 23:51:19 +0300, Michael S. Tsirkin m...@redhat.com wrote: #define VIRTIO_RING_F_USED_EVENT_IDX 29 +/* The Host publishes

Re: [PATCH 09/18] virtio: use avail_event index

2011-05-16 Thread Rusty Russell
On Sun, 15 May 2011 16:55:41 +0300, Michael S. Tsirkin m...@redhat.com wrote: On Mon, May 09, 2011 at 02:03:26PM +0930, Rusty Russell wrote: On Wed, 4 May 2011 23:51:47 +0300, Michael S. Tsirkin m...@redhat.com wrote: Use the new avail_event feature to reduce the number of exits from