public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 V2] kvm tools: Support for multiple virtio-blk
@ 2011-05-04 13:45 Sasha Levin
  2011-05-04 13:45 ` [PATCH 1/3 V2] kvm tools: Move disk_image into virtio-blk Sasha Levin
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Sasha Levin @ 2011-05-04 13:45 UTC (permalink / raw)
  To: penberg, kvm; +Cc: mingo, asias.hejun, gorcunov, prasadjoshi124

Following patches add support for multiple virtio-blk devices.
Sample cmdline for testing:
./kvm run --image <img1.raw> --readonly --image2 <img2.raw> --readonly2

Changes in V2:
 - Multiple device support is now fully working.
 - Fixed code styling and formatting.
 - Each virtio-blk gets it's own IRQ line, updated mptable.c.
 - New issue: How do we pass multiple disk params? Currently
   the parser we took from perf doesn't support multiple arguments.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-05-04 19:39 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-04 13:45 [PATCH 0/3 V2] kvm tools: Support for multiple virtio-blk Sasha Levin
2011-05-04 13:45 ` [PATCH 1/3 V2] kvm tools: Move disk_image into virtio-blk Sasha Levin
2011-05-04 13:45 ` [PATCH 2/3 V2] kvm tools: Add support for multiple virtio-blk Sasha Levin
2011-05-04 13:56   ` Ingo Molnar
2011-05-04 14:32     ` Avi Kivity
2011-05-04 14:40       ` Asias He
2011-05-04 14:44     ` Sasha Levin
2011-05-04 14:51       ` Cyrill Gorcunov
2011-05-04 13:45 ` [PATCH 3/3 V2] kvm tools: Add cmdline options for loading multiple images Sasha Levin
2011-05-04 14:51   ` David Ahern
2011-05-04 15:03     ` Sasha Levin
2011-05-04 15:33       ` David Ahern
2011-05-04 19:38         ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox