diff options
| author | Markus Armbruster <armbru@redhat.com> | 2012-07-11 15:08:36 +0200 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2012-07-17 16:48:32 +0200 |
| commit | 31e404f4ffb6adadea0b35de08e0a6b640e81a02 (patch) | |
| tree | fa52ec76c7b7cd0fb2170df4e6b94fe0dfd474fc /hw/scsi.h | |
| parent | b51daf003aa42c5c23876739ebd0b64dd2075931 (diff) | |
| download | focaccia-qemu-31e404f4ffb6adadea0b35de08e0a6b640e81a02.tar.gz focaccia-qemu-31e404f4ffb6adadea0b35de08e0a6b640e81a02.zip | |
hw/block-common: Move BlockConf & friends from block.h
This stuff doesn't belong to block layer, and was put there only because a better home didn't exist then. Now it does. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw/scsi.h')
| -rw-r--r-- | hw/scsi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/scsi.h b/hw/scsi.h index 76f06d41de..d90e9702fb 100644 --- a/hw/scsi.h +++ b/hw/scsi.h @@ -3,6 +3,7 @@ #include "qdev.h" #include "block.h" +#include "hw/block-common.h" #include "sysemu.h" #define MAX_SCSI_DEVS 255 |