Re: [PATCH 00/22] Fix hotplug of disks with iothreads and s390 cruft cleanup

2021-06-15 Thread Boris Fiuczynski
On 6/11/21 4:48 PM, Peter Krempa wrote: This series consists of 3 parts: Part 1, patches 1-3: These are fixes to the virCommand->string conversion, namely two bugs: - VIR_TEST_REGENERATE_OUTPUT would produce new files with missing end newline - memleak in bhyves xml->native c

Re: [PATCH 00/22] Fix hotplug of disks with iothreads and s390 cruft cleanup

2021-06-15 Thread Jano Tomko
On 6/11/21 4:48 PM, Peter Krempa wrote: > This series consists of 3 parts: > > Part 1, patches 1-3: > > These are fixes to the virCommand->string conversion, namely two bugs: > - VIR_TEST_REGENERATE_OUTPUT would produce new files with missing end > newline > - memleak in bhyves xml

Re: [PATCH 00/22] Fix hotplug of disks with iothreads and s390 cruft cleanup

2021-06-13 Thread Bjoern Walk
Peter Krempa [2021-06-11, 04:48PM +0200]: > This series consists of 3 parts: > > Part 1, patches 1-3: > > These are fixes to the virCommand->string conversion, namely two bugs: > - VIR_TEST_REGENERATE_OUTPUT would produce new files with missing end > newline > - memleak in bhyves

[PATCH 00/22] Fix hotplug of disks with iothreads and s390 cruft cleanup

2021-06-11 Thread Peter Krempa
This series consists of 3 parts: Part 1, patches 1-3: These are fixes to the virCommand->string conversion, namely two bugs: - VIR_TEST_REGENERATE_OUTPUT would produce new files with missing end newline - memleak in bhyves xml->native conversion Part 2, patches 4 - 21: Removal