On Thu, Aug 19, 2021 at 11:48:16AM -0400, John Snow wrote:
> On Thu, Aug 19, 2021 at 10:50 AM Eric Blake wrote:
>
> > On Wed, Aug 18, 2021 at 10:24:52AM -0400, John Snow wrote:
> > > > >
> > > > > +@upper_half
> > > > > +@require(Runstate.IDLE)
> > > > > +async def accept(self, addres
On Thu, Aug 19, 2021 at 10:50 AM Eric Blake wrote:
> On Wed, Aug 18, 2021 at 10:24:52AM -0400, John Snow wrote:
> > > >
> > > > +@upper_half
> > > > +@require(Runstate.IDLE)
> > > > +async def accept(self, address: Union[str, Tuple[str, int]],
> > > > + ssl: Option
On Wed, Aug 18, 2021 at 10:24:52AM -0400, John Snow wrote:
> > >
> > > +@upper_half
> > > +@require(Runstate.IDLE)
> > > +async def accept(self, address: Union[str, Tuple[str, int]],
> > > + ssl: Optional[SSLContext] = None) -> None:
> > > +"""
> > > +
On Tue, Aug 17, 2021 at 3:30 PM Eric Blake wrote:
> On Tue, Aug 03, 2021 at 02:29:25PM -0400, John Snow wrote:
> > It's a little messier than connect, because it wasn't designed to accept
> > *precisely one* connection. Such is life.
> >
> > Signed-off-by: John Snow
> > ---
> > python/qemu/aqmp
On Tue, Aug 03, 2021 at 02:29:25PM -0400, John Snow wrote:
> It's a little messier than connect, because it wasn't designed to accept
> *precisely one* connection. Such is life.
>
> Signed-off-by: John Snow
> ---
> python/qemu/aqmp/protocol.py | 89 ++--
> 1 file