diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-04 15:00:38 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-03-01 13:57:33 +0100 |
commit | eac7ec7f6a5c9e1a0a082ea8525f31549b1f0cb4 (patch) | |
tree | 35e81bb4e246081efc751d2e06c56a2d7bde282b /hw/vt82c686.c | |
parent | 60653b28f505288689d0b44218de4bb9fd254519 (diff) | |
download | qemu-eac7ec7f6a5c9e1a0a082ea8525f31549b1f0cb4.zip |
vt82c686: vt82c686 is not a PCI host bridge
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/vt82c686.c')
-rw-r--r-- | hw/vt82c686.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/vt82c686.c b/hw/vt82c686.c index 2d8e3988db..c2b1bfce10 100644 --- a/hw/vt82c686.c +++ b/hw/vt82c686.c @@ -26,8 +26,6 @@ #include "qemu/timer.h" #include "exec/address-spaces.h" -typedef uint32_t pci_addr_t; -#include "pci/pci_host.h" //#define DEBUG_VT82C686B #ifdef DEBUG_VT82C686B |