projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da85ccf
)
qdev/isa: make the piix isa bridge register an isa bus.
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 31 Jul 2009 10:30:16 +0000
(12:30 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 10 Aug 2009 18:05:28 +0000
(13:05 -0500)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
hw/piix_pci.c
patch
|
blob
|
history
diff --git
a/hw/piix_pci.c
b/hw/piix_pci.c
index db40ed3b850acbdead329a139238f3aeb435a775..e2ddf4ba90a2df9c79bc5888dbbf8eca96dd13cd 100644
(file)
--- a/
hw/piix_pci.c
+++ b/
hw/piix_pci.c
@@
-25,6
+25,7
@@
#include "hw.h"
#include "pc.h"
#include "pci.h"
+#include "isa.h"
#include "sysbus.h"
typedef uint32_t pci_addr_t;
@@
-342,6
+343,7
@@
static void piix3_initfn(PCIDevice *d)
{
uint8_t *pci_conf;
+ isa_bus_new(&d->qdev);
register_savevm("PIIX3", 0, 2, piix_save, piix_load, d);
pci_conf = d->config;