Re: [PATCH v2 07/18] python: backport 'feat: allow setting read buffer limit'

2025-09-11 Thread Daniel P . Berrangé
On Wed, Sep 03, 2025 at 01:11:13AM -0400, John Snow wrote: > From: Adam Dorsey > > Expose the limit parameter of the underlying StreamReader and StreamWriter > instances. > > This is helpful for the use case of transferring files in and out of a VM > via the QEMU guest agent's guest-file-open, g

[PATCH v2 07/18] python: backport 'feat: allow setting read buffer limit'

2025-09-02 Thread John Snow
From: Adam Dorsey Expose the limit parameter of the underlying StreamReader and StreamWriter instances. This is helpful for the use case of transferring files in and out of a VM via the QEMU guest agent's guest-file-open, guest-file-read, guest-file-write, and guest-file-close methods, as it all