Re: xen PV on HVM and initial domain merge in linux-next

2010-10-21 Thread Stefano Stabellini
On Thu, 21 Oct 2010, Stephen Rothwell wrote:
> Hi Stefano,
> 
> On Wed, 20 Oct 2010 16:47:51 +0100 Stefano Stabellini 
>  wrote:
> >
> > Good idea, I have created a link called linux-next to
> > 2.6.36-rc8-initial-domain-v5 so the following should also work:
> > 
> > git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git linux-next
> 
> I have added that branch from today with just you listed as the contact
> (if you ant anyone else (even a mailing list) listed as a contact, just
> let me know.
> 
> Thanks for adding your subsystem tree as a participant of linux-next.  As
> you may know, this is not a judgment of your code.  The purpose of
> linux-next is for integration testing and to lower the impact of
> conflicts between subsystems in the next merge window. 
> 

Thank you!

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


Re: [GIT PULL net-2.6] vhost-net: access_ok fix

2010-10-21 Thread David Miller
From: "Michael S. Tsirkin" 
Date: Tue, 19 Oct 2010 16:59:01 +0200

> David,
> Not sure if it's too late for 2.6.36 - in case it's not, the following tree
> includes a last minute bugfix for vhost-net, found by code inspection.
> It is on top of net-2.6.
> Thanks!
> 
> The following changes since commit b0057c51db66c5f0f38059f242c57d61c4741d89:
> 
>   tg3: restore rx_dropped accounting (2010-10-11 16:06:24 -0700)
> 
> are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net

Even though it's too late, I've pulled this.
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


[PULL] virtio (console and one block)

2010-10-21 Thread Rusty Russell
The following changes since commit f6f94e2ab1b33f0082ac22d71f66385a60d8157f:

  Linux 2.6.36 (2010-10-20 13:30:22 -0700)

are available in the git repository at:
  
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git 
virtio

Amit Shah (18):
  virtio: console: Reset vdev before removing device
  virtio: console: Remove control vq data only if using multiport support
  virtio: console: Check if portdev is valid in send_control_msg()
  virtio: console: Un-block reads on chardev close
  virtio: console: Unblock poll on port hot-unplug
  virtio: console: Make read() return -ENODEV on hot-unplug
  virtio: console: Make write() return -ENODEV on hot-unplug
  virtio: console: remove_port() should return void
  virtio: console: open: Use a common path for error handling
  virtio: console: Add a list of portdevs that are active
  virtio: console: Add a find_port_by_devt() function
  virtio: console: Use cdev_alloc() instead of cdev_init()
  virtio: console: Add reference counting for port struct
  virtio: console: Reference counting portdev structs is not needed
  virtio: console: Send SIGIO to processes that request it for host events
  virtio: console: Send SIGIO on new data arrival on ports
  virtio: console: Send SIGIO in case of port unplug
  virtio: console: Disable lseek(2) for port file operations

Christoph Hellwig (1):
  virtio_blk: remove BKL leftovers

 drivers/block/virtio_blk.c|   17 +---
 drivers/char/virtio_console.c |  240 +++--
 2 files changed, 209 insertions(+), 48 deletions(-)
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization