Re: [PATCH] qemu/machine: add asyncio process-management demo

2022-12-02 Thread John Snow
On Fri, Dec 2, 2022 at 3:57 PM John Snow wrote: > > This is just an RFC to show a technique for how to watch terminal input > using asyncio. This is just a *demo* and elides many things for > simplicity; namely I don't create a QMP monitor nor a guest console > socket. > > What I really wanted fee

[PATCH] qemu/machine: add asyncio process-management demo

2022-12-02 Thread John Snow
This is just an RFC to show a technique for how to watch terminal input using asyncio. This is just a *demo* and elides many things for simplicity; namely I don't create a QMP monitor nor a guest console socket. What I really wanted feedback on was an API for consuming information from an async st