Il 03/10/2013 17:39, Alex Williamson ha scritto: > +static const MemoryRegionOps vfio_rom_ops = { > + .read = vfio_rom_read, > + .endianness = DEVICE_LITTLE_ENDIAN, > +}; > +
I think you need to define a write callback too (unless you're sure for some other reason that the area will never be loaded). Paolo