commit | 1de1ae0a7d956b3c87712bf2c09d277f99873f4c | [log] [tgz] |
---|---|---|
author | Christoph Egger <Christoph.Egger@amd.com> | Tue May 24 11:30:29 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jun 08 10:39:32 2011 +0200 |
tree | 54e38c273622a758fa333ec9d465867eeef0217c | |
parent | 16372ff03d71c7ed3283f0e873ea0727a35810a9 [diff] |
block/raw-posix: use a character device if a block device is given On NetBSD a userland process is better with the character device interface. In addition, a block device can't be opened twice; if a Xen backend opens it, qemu can't and vice-versa. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>