On Tue, Oct 13, 2015 at 11:28 AM, Beniamino Galvani <b.galv...@gmail.com> wrote: > On Sun, Oct 11, 2015 at 09:21:35AM -0700, Peter Crosthwaite wrote: >> --- a/hw/ide/ahci.c >> +++ b/hw/ide/ahci.c >> @@ -1692,9 +1692,107 @@ static const TypeInfo sysbus_ahci_info = { >> .class_init = sysbus_ahci_class_init, >> }; >> >> +#define ALLWINNER_AHCI_MMIO_OFF 0x80 >> +#define ALLWINNER_AHCI_MMIO_SIZE 0x80 > > These are already defined in the header file. >
Dropped. >> +static const VMStateDescription vmstate_allwinner_ahci = { >> + .name = "a10.pic", > > .name = "allwinner-ahci" ? > Fixed. I also tweaked the name of the memory region to use - instead of _ to match this. Thanks. Regards, Peter > Beniamino