All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] virtio: fixes for 3.4
@ 2012-04-16 13:49 Michael S. Tsirkin
  0 siblings, 0 replies; only message in thread
From: Michael S. Tsirkin @ 2012-04-16 13:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: kvm, virtualization, linux-kernel, asias, david, mst, renmx, wuzhy

I know that -rc3 went out meanwhile but git handles that fine.
Please pull for 3.4, thanks!

The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

  Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git for_linus

for you to fetch changes up to 3ccc9372ed0fab33d20f10be3c1efd5776ff5913:

  virtio_balloon: fix handling of PAGE_SIZE != 4k (2012-04-15 11:51:06 +0300)

----------------------------------------------------------------
virtio: fixes on top of 3.4-rc2

Here are some virtio fixes for 3.4:
a test build fix, a patch by Ren fixing naming for systems with a massive
number of virtio blk devices, and balloon fixes for powerpc
by David Gibson.

There was some discussion about Ren's patch for virtio disc naming: some people
wanted to move the legacy name mangling function to the block core.  But
there's no concensus on that yet, and we can always deduplicate later.
Added comments in the hope that this will stop people from
copying this legacy naming scheme into future drivers.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
David Gibson (1):
      virtio_balloon: Fix endian bug

Michael S. Tsirkin (1):
      virtio_balloon: fix handling of PAGE_SIZE != 4k

Ren Mingxin (1):
      virtio_blk: helper function to format disk names

Zhi Yong Wu (1):
      tools/virtio: fix up vhost/test module build

 drivers/block/virtio_blk.c      |   41 +++++++++++++++++++--------
 drivers/vhost/test.c            |    2 +-
 drivers/virtio/virtio_balloon.c |   58 +++++++++++++++++++++++++++++++--------
 3 files changed, 76 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-16 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-16 13:49 [PULL] virtio: fixes for 3.4 Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.