[libvirt] [PATCH 1.5/3] conf: use VIR_AUTOPTR as much as possible for virNetworkPortDefPtr

2019-09-22 Thread Laine Stump
Since the VIR_DEFINE_AUTOPTR_FUNC() was added for virNetworkPortDefPtr, I decided to convert all uses of virNetworkPortDefPtr that were appropriate to use VIR_AUTOPTR. This could be squashed into patch 1/2, or left separate, or just completely dropped. Signed-off-by: Laine Stump --- src/conf/dom

Re: [libvirt] [PATCH 1/2] libvirt-rust: Fix bugs in Stream::recv

2019-09-22 Thread Linus Färnstrand
‐‐‐ Original Message ‐‐‐ On Friday, September 20, 2019 9:58 AM, Martin Kletzander wrote: > On Thu, Sep 19, 2019 at 05:48:37AM +, Linus Färnstrand wrote: > > > - pass same size to virStreamRecv as the buffer has allocated > > - Handle -2 error case > > - Fix FFI declaration to