diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-06-02 18:48:27 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-06-04 15:20:47 +0200 |
commit | 666daa68234b5b1758652633cab07d5ca6046a5b (patch) | |
tree | d4511a0094915ab279c7c02e74fbc6b53c524157 /hw/virtio-blk.c | |
parent | 7b370f513002b340a383fac961dc8c6fdf39eddc (diff) |
blockdev: Collect block device code in new blockdev.c
Anything that moves hundreds of lines out of vl.c can't be all bad.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/virtio-blk.c')
-rw-r--r-- | hw/virtio-blk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/virtio-blk.c b/hw/virtio-blk.c index 80d51c4c0c..cdcb492c14 100644 --- a/hw/virtio-blk.c +++ b/hw/virtio-blk.c @@ -12,9 +12,7 @@ */ #include <qemu-common.h> -#include <sysemu.h> #include "virtio-blk.h" -#include "block_int.h" #ifdef __linux__ # include <scsi/sg.h> #endif |