Re: [Xen-devel] [XEN][ARM64] PV DRM failing to convert virtual to physical address

2018-12-18 Thread Vikram K
Hello Oleksandr, Please find the attached log file. Could please provide some pointers on how test DomU display. On Tue, Dec 18, 2018 at 12:06 PM Oleksandr Andrushchenko wrote: Hello, Vikram! > * We are using 64 bit arm platform. > * Linux 4.20 Kernel in DomU with PV DRM front-end drivers.

[Xen-devel] [XEN][ARM64] PV DRM failing to convert virtual to physical address

2018-12-17 Thread Vikram K
Hello, When PV DRM is enabled and Domain-U is started xen is not able to converted virtual address to physical. Please provide input on resolving this issue. Please find the details below. - We are using 64 bit arm platform. - Linux 4.20 Kernel in DomU with PV DRM front-end drivers. -

[Xen-devel] How to create interface for wireless network

2018-11-22 Thread Vikram K
Hello, In case of Ethernet a bridge interface is created between Dom0 and DomU, so that DomU has the internet access bridge interface. We have only wireless chip in our board and how to create interface in case of wireless? Bridging doesn't work in case of wireless network. If we want use NAT,

Re: [Xen-devel] [XEN][ARM64] PVUSB device attach causing DomU hang

2018-11-03 Thread Vikram K
Hello, Please provide inputs on how to debug this issue. Is this due to some wrong configuration provide in the config file? -- This message contains confidential information and is intended only for the individual(s) named. If you are not the intended recipient, you are notified that

[Xen-devel] [XEN][ARM64] PVUSB device attach causing DomU hang

2018-11-02 Thread Vikram K
Hi, We are using xen-4.8 stable version. Our board has only USB-3.0. We trying to achieve PVUSB. Added following in the DomU config file. Applied the attached patch for USB front-end driver. Using qemu as back-end. domu.cfg *usbctrl=['version=2, ports=8', ]* *usb=['1.6, controller=0, port=1']*

Re: [Xen-devel] [Xen-users] [XEN][ARM] WiFi bridge creation

2018-10-30 Thread Vikram K
Vladimir Botka wrote: > > On Tue, Oct 30, 2018 at 12:39 PM Vladimir Botka > wrote: > > > On Tue, 30 Oct 2018 10:03:22 +0530 > > > Vikram K wrote: > > > > Hello, > > > > We are using Hikey960 with Debian as Dom0 and DomU. This board has > only &g

Re: [Xen-devel] [Xen-users] [XEN][ARM] WiFi bridge creation

2018-10-30 Thread Vikram K
:03:22 +0530 > Vikram K wrote: > > > Hello, > > We are using Hikey960 with Debian as Dom0 and DomU. This board has only > > WiFi interface. We want to create bridge between Dom0 and DomU so that > DomU > > has internet access. We tried to create bridge using brtcl

[Xen-devel] [XEN][ARM] WiFi bridge creation

2018-10-29 Thread Vikram K
Hello, We are using Hikey960 with Debian as Dom0 and DomU. This board has only WiFi interface. We want to create bridge between Dom0 and DomU so that DomU has internet access. We tried to create bridge using brtcl command, but it is not working. Please provide pointers. -- This message

[Xen-devel] [ARM] Display passthrough

2018-10-05 Thread Vikram K
Hi, We want to passthrough the display to the guest OS.We are using Xen-4.8 and Hikey960. Is it possible to do pass through of display?If yes please provide reference. -- This message contains confidential information and is intended only for the individual(s) named. If you are not the

[Xen-devel] USB pass-through and WiFi access

2018-09-06 Thread Vikram K
Hi, 1. We are using Hikey960 board. 2. Xen version is 4.8 3. Linux kernel version is 4.14 We want to add/pass-through USB devices to DomU. From the below link I understood that there is no USB back and front driver support in latest kernel. But PVUSB support is added to *xl* tools since Xen 4.7.