Re: [PATCH] virtio: console: Move file back to drivers/char/

2011-02-01 Thread Arnd Bergmann
On Tuesday 01 February 2011, Amit Shah wrote:
 Commit 728674a7e466628df2aeec6d11a2ae1ef968fb67 moved virtio_console.c
 to drivers/tty/hvc/ under the perception of this being an hvc driver.
 It was such once, but these days it has generic communication
 capabilities as well, so move it to drivers/char/.
 
 In the future, the hvc part from this file can be split off and moved
 under drivers/tty/hvc/.
 
 CC: Rusty Russell ru...@rustcorp.com.au
 CC: Greg KH g...@kroah.com
 CC: Arnd Bergmann a...@arndb.de
 Signed-off-by: Amit Shah amit.s...@redhat.com

Acked-by: Arnd Bergmann a...@arndb.de
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


[PULL] vhost-net: 2.6.38 - warning fix

2011-02-01 Thread Michael S. Tsirkin
Please merge for 2.6.38. Not the most elegant fix,
but it does fix the noise in dmesg that interferes with
kvm debugging, and probably the best we can do for 2.6.38.

The following changes since commit fca540ab5f4718c6133f71f7be1793066008bf89:

  enc28j60: Fix reading of transmit status vector (2011-01-31 20:56:54 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net

Michael S. Tsirkin (1):
  vhost: rcu annotation fixup

 drivers/vhost/net.c   |9 +
 drivers/vhost/vhost.h |6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


Re: [PATCH] virtio_blk: allow re-reading config space at runtime

2011-02-01 Thread Christoph Hellwig
On Thu, Jan 27, 2011 at 05:32:21PM +0200, Michael S. Tsirkin wrote:
 This needs to be flushed on device removal, I think,
 otherwise the vdev pointer will go stale.

Indeed.

 
  +}
  +
  +
 
 Two empty lines :)


I'll fix it up.

___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


Re: [PULL] vhost-net: 2.6.38 - warning fix

2011-02-01 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com
Date: Tue, 1 Feb 2011 17:44:40 +0200

 git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net

Pulled, thanks Michael.
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization