Re: [libvirt] [PATCH 01/40] Remove xen driver checks for priv-handle 0

2013-05-03 Thread Jim Fehlig
Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com The Xen hypervisor driver checks for 'priv-handle 0' and returns -1, but without raising any error. Fortunately this code will never be executed, since the main Xen driver always checks

[libvirt] [PATCH 01/40] Remove xen driver checks for priv-handle 0

2013-05-02 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com The Xen hypervisor driver checks for 'priv-handle 0' and returns -1, but without raising any error. Fortunately this code will never be executed, since the main Xen driver always checks 'priv-opened[XEN_UNIFIED_HYPERVISOR_OFFSET]' prior to invoking