diff options
author | Markus Armbruster | 2010-06-02 18:48:27 +0200 |
---|---|---|
committer | Kevin Wolf | 2010-06-04 15:20:47 +0200 |
commit | 666daa68234b5b1758652633cab07d5ca6046a5b (patch) | |
tree | d4511a0094915ab279c7c02e74fbc6b53c524157 /hw/pc.c | |
parent | qdev: Move declaration of qdev_init_bdrv() into qdev.h (diff) | |
download | qemu-666daa68234b5b1758652633cab07d5ca6046a5b.tar.gz qemu-666daa68234b5b1758652633cab07d5ca6046a5b.tar.xz qemu-666daa68234b5b1758652633cab07d5ca6046a5b.zip |
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/pc.c')
-rw-r--r-- | hw/pc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include "elf.h" #include "multiboot.h" #include "mc146818rtc.h" +#include "sysemu.h" /* output Bochs bios info messages */ //#define DEBUG_BIOS |