On Wed, Jan 22, 2020 at 2:03 PM Marek Marczykowski-Górecki <marma...@invisiblethingslab.com> wrote: > > On Wed, Jan 22, 2020 at 04:56:15PM +0000, 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 HVM driver domain, I am using Ubuntu 18.04 running on kernel > > version 5.0.0-23-generic. I am doing a NIC PCI passthrough to this domain. > > The Xen config file for this domain looks like the following. > > > > builder = "hvm" > > name = "ubuntu-doment-hvm"
This name... > > memory = "2048" > > pci = [ '01:00.0,permissive=1' ] > > vcpus = 1 > > disk = ['phy:/dev/vg/ubuntu-hvm,hda,w'] > > vnc = 1 > > boot="c" <snip> > > name = "ubuntu_on_ubuntu" > > bootloader = "/usr/lib/xen-4.9/bin/pygrub" > > memory = 1024 > > vcpus = 1 > > vif = [ 'backend=ubuntu-domnet-hvm,bridge=xenbr1' ] ...and this name don't match. Regards, Jason _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel