commit | 666daa68234b5b1758652633cab07d5ca6046a5b | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Wed Jun 02 18:48:27 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 04 15:20:47 2010 +0200 |
tree | d4511a0094915ab279c7c02e74fbc6b53c524157 | |
parent | 7b370f513002b340a383fac961dc8c6fdf39eddc [diff] [blame] |
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>
diff --git a/hw/apb_pci.c b/hw/apb_pci.c index b53e3c3..31c8d70 100644 --- a/hw/apb_pci.c +++ b/hw/apb_pci.c
@@ -31,6 +31,7 @@ #include "pci_host.h" #include "rwhandler.h" #include "apb_pci.h" +#include "sysemu.h" /* debug APB */ //#define DEBUG_APB