
On 01/28/2015 05:24 PM, John Ferlan wrote:
Lots of details here:
<...snip...>
John Ferlan (7): qemu: Save/restore error in error path for qemuDomainSaveInternal qemu: Adjust EndAsyncJob for qemuDomainSaveInternal error path virfile: Need to check for ENOTCONN from recvfd failure virfile: Adjust error path for virFileOpenForked qemu: Don't unconditionally delete file in qemuOpenFileAs qemu: remove failed create prior to root squash share path qemu: qemuOpenFileAs - set flag VIR_FILE_OPEN_FORCE_MODE
src/qemu/qemu_driver.c | 24 +++++++++++++++--- src/util/virfile.c | 66 +++++++++++++++++++++++++++++--------------------- 2 files changed, 60 insertions(+), 30 deletions(-)
Thanks for the reviews so far... I combined patches 1 & 2, changed the commit text and pushed I combined patches 5 & 6, changed the commit text and pushed along with patch 3 That leaves the refactor of virFileOpenForked (patch 4) and setting VIR_FILE_OPEN_FORCE_MODE (patch 7) as things that will show up in a v2. John