提交 f75247f1 编写于 作者: G Gerd Hoffmann 提交者: Anthony Liguori

qdev/isa: make the piix isa bridge register an isa bus.

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
Message-Id: 
上级 da85ccfb
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册