Best practice for issuing blocking calls in response to an event

2025-04-05 Thread Miles Glenn
Hello, I am attempting to simulate a system with multiple CPU architectures. To do this I am starting a unique QEMU process for each CPU architecture that is needed. I'm also developing some QEMU code that aids in transporting MMIO transactions across the process boundaries using sockets. The de

Re: Best practice for issuing blocking calls in response to an event

2025-03-25 Thread Miles Glenn
On Mon, 2025-03-24 at 14:35 -0400, Stefan Hajnoczi wrote: > On Fri, Mar 21, 2025 at 11:17 AM Miles Glenn wrote: > > On Thu, 2025-03-20 at 16:09 -0400, Stefan Hajnoczi wrote: > > > On Thu, Mar 20, 2025 at 12:34 PM Miles Glenn wrote: > > > > Hello, > > > > > > > > I am attempting to simulate a sys

Re: Best practice for issuing blocking calls in response to an event

2025-03-24 Thread Stefan Hajnoczi
On Fri, Mar 21, 2025 at 11:17 AM Miles Glenn wrote: > > On Thu, 2025-03-20 at 16:09 -0400, Stefan Hajnoczi wrote: > > On Thu, Mar 20, 2025 at 12:34 PM Miles Glenn wrote: > > > Hello, > > > > > > I am attempting to simulate a system with multiple CPU > > > architectures. To do this I am starting

Re: Best practice for issuing blocking calls in response to an event

2025-03-21 Thread Miles Glenn
On Thu, 2025-03-20 at 16:09 -0400, Stefan Hajnoczi wrote: > On Thu, Mar 20, 2025 at 12:34 PM Miles Glenn wrote: > > Hello, > > > > I am attempting to simulate a system with multiple CPU > > architectures. To do this I am starting a unique QEMU process for each > > CPU architecture that is needed

Re: Best practice for issuing blocking calls in response to an event

2025-03-20 Thread Stefan Hajnoczi
On Thu, Mar 20, 2025 at 12:34 PM Miles Glenn wrote: > > Hello, > > I am attempting to simulate a system with multiple CPU > architectures. To do this I am starting a unique QEMU process for each > CPU architecture that is needed. I'm also developing some QEMU code > that aids in transporting MMIO