• C
    caps: Improve error if passed an unknown arch · e1ecba46
    Cole Robinson 提交于
    Previously we would have:
    
    "os type 'hvm' & arch 'idontexist' combination is not supported"
    
    Now we get
    
    "No guest options available for arch 'idontexist'"
    
    or if options available but guest OS type not applicable:
    
    "No os type 'xen' available for arch 'x86_64'"
    e1ecba46
capabilities.c 25.7 KB