Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any documentation to run full test? #131

Open
Outstep opened this issue Jan 30, 2021 · 2 comments
Open

Any documentation to run full test? #131

Outstep opened this issue Jan 30, 2021 · 2 comments

Comments

@Outstep
Copy link

Outstep commented Jan 30, 2021

Hello,

I have been able to compile the X86_64 version of Xvisor on my Ubuntu 20.04 system for which it is has produced:

vmm.bin
vmm.elf
vmm_tmp.elf
vmm.tmp1.elf

Now I would like to boot up some "test" VM's like in the Youtube video by Anup Patel:

https://www.youtube.com/watch?v=KEyi_m3X3Zc

Although in that video he was using an ARM system, I think while the one that I have here is X86_64 based. I can test on AMD and Intel as well. but need some step direction to continue.

Can you please post the scripts from the video or other information that might help?

It would be nice to text some Linux and Windows Guest VM's to as much possible. I was thinking that I have some bootable ISO's of each that I could try.

Any information that you could provide would be helpful.
Thanks in Advance

@Outstep
Copy link
Author

Outstep commented Jan 30, 2021

I was able to find some documentation under

https://github.com/xvisor/xvisor/tree/master/docs/x86

but the seabios repo does not exist

The seabios which is being tested with Xvisor can be clone by:
git clone https://github.com/hschauhan/xvisor-seabios.git

@Outstep
Copy link
Author

Outstep commented Jan 30, 2021

Hi All,

After following the instructions down through Step (7) from the doc/x86 folder for the generic build, I get an Xvisor bootable.iso but when booting it with Qemu, I get seg faults.

image

I also tried it from a fresh clone from both

git clone --recursive https://github.com/xvisor/xvisor.git
and
git clone --recursive https://github.com/hschauhan/xvisor-x86.git

Both yielding the same results.

These test are before any VM is loaded although I would expect to have the Xvisor command prompt available.

Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants