a48539c qemu: convert monitor to use qemuDomainLogContextPtr indirectly

Authored and Committed by berrange 8 years ago
    qemu: convert monitor to use qemuDomainLogContextPtr indirectly
    
    Currently the QEMU monitor is given an FD to the logfile. This
    won't work in the future with virtlogd, so it needs to use the
    qemuDomainLogContextPtr instead, but it shouldn't directly
    access that object either. So define a callback that the
    monitor can use for reporting errors from the log file.
    
    Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
    
        
file modified
+0 -12
file modified
+0 -2
file modified
+1 -1
file modified
+23 -24
file modified
+7 -1
file modified
+48 -46
file modified
+0 -4