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

Start an XTF guest #17

Open
benjamreis opened this issue Dec 7, 2020 · 1 comment
Open

Start an XTF guest #17

benjamreis opened this issue Dec 7, 2020 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@benjamreis
Copy link
Contributor

benjamreis commented Dec 7, 2020

We're trying to start an XTF guest in our PoC.
We've succesfully created the domain but when we try to boot it seems some fields of the HVM context are missing.

We've converted an ELF image (test-hvm32-example from https://xenbits.xen.org/gitweb/?p=xtf.git;a=summary) to a flat binary (the command used is objcopy -O binary test-hvm32-example test-hvm32-example_flat) to keep the PoC as simple as possible.

This was referenced Dec 7, 2020
@benjamreis
Copy link
Contributor Author

benjamreis commented Dec 7, 2020

Here are the returns of
xl debug-keys q && xl dmesg and xen-hvmctx 1.

> /usr/libexec/xen/bin/xenctx 1
xc_vcpu_getcontext: No data available

The dom-id of the guest we're trying to boot is: 1.

This is how we try to start the guest: https://github.com/xcp-ng/xenopsd-ng/pull/13/files#diff-261d20d677e94cdcc61ef49a6842c7a75b1b7dd895ceb57d97203e4763a0a8ccR254-R367

@benjamreis benjamreis added the help wanted Extra attention is needed label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant