Re: How to realize multi-threading or multi-process for QOM

2021-10-19 Thread Alex Bennée
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

How to realize multi-threading or multi-process for QOM

2021-10-14 Thread Hiroko Shimizu
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