Re: [Xen-devel] HVM Driver Domain

2020-01-30 Thread tosher 1
> 'xl devd' should add the backend interfaces (vifX.Y) to the bridge if > properly configured, as it should be calling the hotplug scripts to do that. Yes, running ' xl devd' in the driver domain before launching the DomU, solved the bridge issue. Thanks a lot. So, for the people who end up rea

Re: [Xen-devel] HVM Driver Domain

2020-01-30 Thread Roger Pau Monné
On Wed, Jan 29, 2020 at 10:43:07PM +, tosher 1 wrote: > > BTW, are you creating the driver domain with 'driver_domain=1' in the xl > config file? > > No, I wasn't aware of the 'driver_domain' configuration option before, and > this is what I was missing. With this configuration option, I wa

Re: [Xen-devel] HVM Driver Domain

2020-01-29 Thread tosher 1
> BTW, are you creating the driver domain with 'driver_domain=1' in the xl > config file? No, I wasn't aware of the 'driver_domain' configuration option before, and this is what I was missing. With this configuration option, I was able to make the HVM driver domain work. However, the PV drive

Re: [Xen-devel] HVM Driver Domain

2020-01-28 Thread Roger Pau Monné
On Mon, Jan 27, 2020 at 08:43:21PM +, tosher 1 wrote: > Rojer, > > > 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 i

Re: [Xen-devel] HVM Driver Domain

2020-01-27 Thread tosher 1
Rojer, > 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 doma

Re: [Xen-devel] HVM Driver Domain

2020-01-24 Thread tosher 1
> > builder = "hvm" > > name = "ubuntu-doment-hvm" > This name... > > vif = [ 'backend=ubuntu-domnet-hvm,bridge=xenbr1' ] > ...and this name don't match. Jason, Thanks for pointing this out. I feel very stupid. However, the problem is not solved yet, but I was able to get to the next step wi

Re: [Xen-devel] HVM Driver Domain

2020-01-24 Thread Jason Andryuk
On Wed, Jan 22, 2020 at 2:03 PM Marek Marczykowski-Górecki wrote: > > On Wed, Jan 22, 2020 at 04:56:15PM +, tosher 1 wrote: > > Hi Marek, > > > > Thanks for your response. The server machine I am using for this setup is > > an x86_64 Intel Xeon. For the Dom0, I am using Ubuntu 18.04 running o

Re: [Xen-devel] HVM Driver Domain

2020-01-24 Thread Roger Pau Monné
On Thu, Jan 23, 2020 at 10:36:34PM +, 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 b

Re: [Xen-devel] HVM Driver Domain

2020-01-23 Thread Marek Marczykowski-Górecki
On Thu, Jan 23, 2020 at 10:36:34PM +, 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. > > O

Re: [Xen-devel] HVM Driver Domain

2020-01-23 Thread tosher 1
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. On the other hand, I see the official "Qubes OS Architecture" document (

Re: [Xen-devel] HVM Driver Domain

2020-01-22 Thread Marek Marczykowski-Górecki
On Wed, Jan 22, 2020 at 07:50:13PM +, tosher 1 wrote: > > > I don't see what is wrong here. Are you sure the backend domain is running? > If you mean the HVM network driver domain then, Yes, I am running the backend > domain. > > > Probably irrelevant at this stage, but do you have "xendrive

Re: [Xen-devel] HVM Driver Domain

2020-01-22 Thread tosher 1
> I don't see what is wrong here. Are you sure the backend domain is running? If you mean the HVM network driver domain then, Yes, I am running the backend domain. > Probably irrelevant at this stage, but do you have "xendriverdomain" service > running in the backend? I do not have this service

Re: [Xen-devel] HVM Driver Domain

2020-01-22 Thread Marek Marczykowski-Górecki
On Wed, Jan 22, 2020 at 04:56:15PM +, tosher 1 wrote: > Hi Marek, > > Thanks for your response. The server machine I am using for this setup is an > x86_64 Intel Xeon. For the Dom0, I am using Ubuntu 18.04 running on kernel > version 5.0.0-37-generic. My Xen version is 4.9.2. > > For the H

Re: [Xen-devel] HVM Driver Domain

2020-01-22 Thread tosher 1
Hi Marek, Thanks for your response. The server machine I am using for this setup is an x86_64 Intel Xeon. For the Dom0, I am using Ubuntu 18.04 running on kernel version 5.0.0-37-generic. My Xen version is 4.9.2. For the HVM driver domain, I am using Ubuntu 18.04 running on kernel version 5.0

Re: [Xen-devel] HVM Driver Domain

2020-01-21 Thread Marek Marczykowski-Górecki
On Mon, Jan 20, 2020 at 06:07:57PM +, tosher 1 wrote: > Hi all, > > I was doing some experiments on the Xen network Driver Domain using Ubuntu > 18.04.  I was able to see the driver domain works fine when I run it in PV > mode. However, I wasn't able to make the driver domain work when I run

[Xen-devel] HVM Driver Domain

2020-01-20 Thread tosher 1
Hi all, I was doing some experiments on the Xen network Driver Domain using Ubuntu 18.04.  I was able to see the driver domain works fine when I run it in PV mode. However, I wasn't able to make the driver domain work when I run it in HVM mode. I get the following error when I want my DomU to u