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

libvirt: fix stubdom patch to not conflict with direct kernel boot #1456

Closed
marmarek opened this Issue Nov 26, 2015 · 0 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Nov 26, 2015

Our libvirt version has a patch for device model in stubdomain. But it uses
kernel cmdline option for passing qemu arguments - with an assumption that HVM
will not use kernel cmdline option. This assumption is wrong - HVM can use
direct kernel boot and then kernel cmdline would be useful.

This issue is blocking upstreaming the patch.

@marmarek marmarek added this to the Release 3.1 milestone Nov 26, 2015

marmarek added a commit to marmarek/qubes-core-libvirt that referenced this issue Nov 29, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment