On Thu, Jan 23, 2020 at 10:36:34PM +0000, tosher 1 wrote:
> 
> 
> I wasn't able to make the HVM driver domain work even with the latest Xen 
> version which is 4.14. I see the 'xendriverdomain' executable in the 
> /etc/init.d/ directory, but it doesn't seem to be running in the background. 

The background process will be 'xl devd', not xendriverdomain, that's
just the init script name.

You can also start xl devd manually, as that will give you verbose
output of whats going on. In the driver domain:

# killall xl
# xl -vvv devd -F

That should give you detailed output of what's going on in the driver
domain, can you paste the output you get from the driver domain when
you try to start the failed guest?

Roger.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to