Linus, Rusty asked me to resolve any issues with virtio and lguest that surface, so here comes. Thanks! The following changes since commit 847f9c606cad121cebf984639e3eeee1c4db82f8: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../geert/linux-m68k are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for-linus Michael S. Tsirkin (1): virtio: fix out of range array access drivers/virtio/virtio_pci.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -- MST
Linus, Please pull another virtio fix: this one fixes hotplug and was supposed to be applied by Rusty already (http://lkml.org/lkml/2009/11/30/451), but apparently got lost, somehow. Thanks! The following changes since commit 3119815912a220bdac943dfbdfee640414c0c611: Michael S. Tsirkin (1): virtio: fix out of range array access are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for-linus Michael S. Tsirkin (1): virtio: set pci bus master enable bit drivers/virtio/virtio_pci.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
On 07.03.2010, at 11:42, Michael S. Tsirkin wrote:> Linus, > Please pull another virtio fix: this one fixes hotplug and > was supposed to be applied by Rusty already > (http://lkml.org/lkml/2009/11/30/451), but apparently got lost, > somehow. > > Thanks! > > The following changes since commit 3119815912a220bdac943dfbdfee640414c0c611: > Michael S. Tsirkin (1): > virtio: fix out of range array access > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for-linus > > Michael S. Tsirkin (1): > virtio: set pci bus master enable bitThis is still missing an identifier for the hypervisor. We need to know if the guest will ever set bus master enabled or not, so we can have a compat hack in qemu to not check for it. Alex
Linus, Please pull a couple of virtio-console fixes by Amit. The following changes since commit 220bf991b0366cc50a94feede3d7341fa5710ee4: Linux 2.6.34-rc2 (2010-03-19 18:17:57 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for-linus Amit Shah (2): virtio: console: Generate a kobject CHANGE event on adding 'name' attribute virtio: console: Check if port is valid in resize_console drivers/char/virtio_console.c | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-)