Hi, I ran into the follow problems when I tried to build code based on latest master or ppc-for-2.8:
hw/ide/core.c: In function ‘ide_init_ioport’:
hw/ide/core.c:2622:39: error: ‘IDEBus’ has no member named ‘portio_list’
isa_register_portio_list(dev, &bus->portio_list,
^
hw/ide/core.c:2626:43: error: ‘IDEBus’ has no member named ‘portio2_list’
isa_register_portio_list(dev, &bus->portio2_list,
^
make: *** [hw/ide/core.o] Error 1
Is there a patch available for this?
Thanks,
Jianjun
