Re: Porting Xen in raspberry pi4B

2022-12-01 Thread Vipul Suneja
;'] > > and then run x11 and a x11vnc server in your domU. You should be able to > connect to it using vncviewer at the network IP of your domU. > > Basically you are skipping the problem because instead of using the PV > framebuffer protocol, you just use VNC over the

Re: Porting Xen in raspberry pi4B

2022-11-07 Thread Vipul Suneja
(see also the x11vnc -findauth option.) Only root will have read permission for the file, and so x11vnc must be run as root (or copy it). The random characters in the filenames will of course change and the directory the cookie file resides in is system dependent.See also: http://www.karlr

Re: Porting Xen in raspberry pi4B

2022-11-03 Thread Vipul Suneja
ckend/vbd/1/51712" params = "/home/root/guest2/xen-guest-image-minimal-raspberrypi4-64.ext3" script = "/etc/xen/scripts/block" frontend-id = "1" online = "1" removable = "0" bootable = "1" state = "1&quo

Re: Porting Xen in raspberry pi4B

2022-10-25 Thread Vipul Suneja
Hi Stefano, Thanks! Any input further as per the logs attached? Regards, Vipul Kumar On Wed, Oct 19, 2022 at 10:49 PM Vipul Suneja wrote: > Hi Stefano, > > Thanks for the response! > > I am following the same link you shared from the beginning. Tried the > command "vn

Re: Porting Xen in raspberry pi4B

2022-10-19 Thread Vipul Suneja
un the vnc client outside from another host. So basically > the following should work when executed in Dom0 after creating DomU: > > vncviewer localhost:0 > > Can you attach the Xen and QEMU logs (/var/log/xen/*)? And also use > netstat -taunp to check if there is anything running a

Re: Porting Xen in raspberry pi4B

2022-10-18 Thread Vipul Suneja
n't work", what do you mean? Do you get a black > window? > > You need CONFIG_XEN_FBDEV_FRONTEND in Linux domU > (drivers/video/fbdev/xen-fbfront.c). I would try to get a graphical text > console up and running in your domU before attempting x11/wayland. > > Cheers,

Porting Xen in raspberry pi4B

2022-10-17 Thread Vipul Suneja
Hi, Thanks! I have ported xen minimal image as DOM0 & custom wayland GUI based image as DOMU in raspberry pi4B. I am trying to make GUI display up for guest machine. I tried using sdl, included below line in guest.conf file *vfb= [ 'sdl=1' ]* But it is throwing below error: *root@raspb

Re: How to do display sharing between guests or bring up guests display

2022-10-03 Thread Vipul Suneja
Hi All, Any input on this issue or any pointers on SDL to enable display? Looking forward to hearing from you. Regards, Vipul Kumar On Thu, Sep 29, 2022 at 9:43 PM Vipul Suneja wrote: > Hi Elliott, > > Thanks! > > Any input from your side on this issue will be really hel

Re: How to do display sharing between guests or bring up guests display

2022-09-29 Thread Vipul Suneja
Hi Elliott, Thanks! Any input from your side on this issue will be really helpful. Looking forward to hearing from you asap. Regards, Vipul Kumar On Tue, Sep 27, 2022 at 11:47 PM Vipul Suneja wrote: > Hi Elliott, > > Thanks! > > As per the link you shared, VNC & SDL are

Re: How to do display sharing between guests or bring up guests display

2022-09-27 Thread Vipul Suneja
Elliott Mitchell wrote: > On Wed, Sep 21, 2022 at 10:54:55PM +0530, Vipul Suneja wrote: > > Now I have built a custom image with GUI & ported it as a guest2(DOMU2), > > guest2 came up as a console & couldn't see the GUI screen(Display screen > > connected to rpi4 vi

How to do display sharing between guests or bring up guests display

2022-09-21 Thread Vipul Suneja
Hi, Thanks! I am porting xen on raspberry pi 4B. I could build & port "xen-image-minimal" DOM0 on rpi4 & could port "xen-guest-image-minimal" as guest1(DOMU1). DOM0 & DOMU1 are working fine as consoles, even the network is also up. Now I have built a custom image with GUI & ported it as a guest2

Re: Porting xen on rpi4

2022-08-29 Thread Vipul Suneja
rapper"INIT: cannot execute "/sbin/getty-wrapper"INIT: cannot execute "/sbin/getty-wrapper"INIT: cannot execute "/sbin/getty-wrapper"INIT: Id "X0" respawning too fast: disabled for 5 minutes* Regards, Vipul Kumar On Thu, Aug 25, 2022 at 2:58 PM Bertrand M

Re: Porting xen on rpi4

2022-08-25 Thread Vipul Suneja
pul Kumar On Thu, Aug 25, 2022 at 1:25 PM Bertrand Marquis wrote: > Hi Vipul, > > > On 25 Aug 2022, at 08:31, Vipul Suneja wrote: > > > > Hi Stefano, > > > > Thanks! > > > > As suggested, I changed the guest1.cfg file. Below are the content

Re: Porting xen on rpi4

2022-08-25 Thread Vipul Suneja
Even after removing 'type=netfront' from vif it's failing. One more doubt here, could this mac address be a dummy or actual here? Regards, Vipul Kumar On Thu, Aug 25, 2022 at 2:36 AM Stefano Stabellini wrote: > On Wed, 24 Aug 2022, Vipul Suneja wrote: > > Hi Bertrand,

Re: Porting xen on rpi4

2022-08-24 Thread Vipul Suneja
I am trying to mount xen-guest-image-minimal-raspberrypi4-64.ext3 to a virtual device & then will run the guest VM by command "xl create -c guest.cfg". But facing issue while trying to mount. Regards, Vipul Kumar On Wed, Aug 24, 2022 at 8:06 PM Bertrand Marquis wrote: > Hi Vipul, &g

Porting xen on rpi4

2022-08-24 Thread Vipul Suneja
Hi, I am porting xen hypervisor on rpi4 with yocto kirkstone sources. Followed the basic steps to build xen-image-minimal & xen-guest-image-minimal. I could flash sd card with xen minimal image & could see dom0 up. I copied "Image", "xen-guest-image-minimal" .ext3 file & guest.cfg to "/home/root".