• J
    libxl: Fix broken build attach/detach controller device · 172218a0
    John Ferlan 提交于
    Commit id '44304c6e' added the API libxlDomainAttachControllerDevice
    inside a conditional LIBXL_HAVE_PVUSB, but called that function outside
    the conditional in libxlDomainAttachDeviceLive.
    
    Similarly, the API libxlDomainDetachControllerDevice was added inside a
    conditional LIBXL_HAVE_PVUSB, but called outside the conditional in
    libxlDomainDetachDeviceLive.
    
    This patch adds the conditional LIBXL_HAVE_PVUSB around those two calls
    from within the switch.
    172218a0
libxl_driver.c 189.9 KB