virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* hv block drivers
@ 2010-08-30 14:43 Arnd Bergmann
  2010-08-30 16:17 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2010-08-30 14:43 UTC (permalink / raw)
  To: Hank Janssen; +Cc: linux-kernel, 'virtualization@lists.osdl.org'

Hi Hank,

I wanted to follow up on the block device driver discussion we had at
LinuxCon, based on some other input I got.

What most people recommended was to make both the hv scsi and the
hv ata code scsi device drivers, *not* make them standalone block
drivers as I originally recommended.

The main reason for this is consistent naming of the devices. We
have a lot of user code that can deal with /dev/sd* devices, but
introducing the /dev/vd* devices for virtio caused a lot of pain
that you probably shouldn't have to go through.

I'm not sure whether the two should be one or two drivers. My
feeling here is that it might be nice to have a single scsi
host driver for both that has two modes of driving the device,
one sending the SCSI commands down the virtual bus, the other
one interpreting the SCSI commands in the same way that libata
does.

	Arnd

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

end of thread, other threads:[~2010-08-31 10:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 14:43 hv block drivers Arnd Bergmann
2010-08-30 16:17 ` Jeremy Fitzhardinge
2010-08-30 17:08   ` Arnd Bergmann
2010-08-30 17:31     ` Hank Janssen
2010-08-30 17:35       ` Jeremy Fitzhardinge
2010-08-30 19:18         ` Arnd Bergmann
2010-08-31 10:46           ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).