On 01/30/2015 12:52 PM, John Ferlan wrote:
v1 here:
http://www.redhat.com/archives/libvir-list/2015-January/msg01029.html
Patch 1 of 2 replaces patch 4 from the original series
Patch 2 of 2 is the same from the original series
John Ferlan (2):
virfile: Adjust error path for virFileOpenForked
qemu: qemuOpenFileAs - set flag VIR_FILE_OPEN_FORCE_MODE
src/qemu/qemu_driver.c | 3 +++
src/util/virfile.c | 65 ++++++++++++++++++++++++++++----------------------
2 files changed, 40 insertions(+), 28 deletions(-)
I fixed up patch 1 to initialize recvfd_errno and then only set it if fd
< 0 after recvfd... then pushed the two patches.
Tks,
John