Hiroko Shimizu writes:
> Hello,
>
> I would like QOM to do QOM's process independently.
I'm not sure what this means. QOM is the QEMU Object Model which is
basically our plain C version of objects. Are you in fact referring to
QMP which is the serialised management interface used by VMMs?
> I
Hello,
I would like QOM to do QOM's process independently.
I make a memory device as QOM which execute some process according to the
command specified by firmware, so MemoryRegionOps functions are called back
when reading and writing.
I would like to make the process of the MemoryRegionOps functi