Skip to content
Discussion options

You must be logged in to vote

We can't keep the qemu process running since the client is exiting. It's possible to get the exact command arguments from the QemuDriver with qemu_get_base_args(), this way you can use labgrid as a library to retrieve the arguments and than spawn qemu yourself:

def get_qemu_base_args(self):

The tests for barebox use this to spawn qemu interactively, see here.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by Bastian-Krause
Comment options

You must be logged in to vote
1 reply
@Bastian-Krause
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants