-
Notifications
You must be signed in to change notification settings - Fork 19
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
Convert Qemu to KVM #15
Comments
the kvm bits are installed on the hypervisor. using https://libvirt.org/drvqemu.html#xmlimport i imported the qemu args. to see the vm's definition: (ALL COMMANDS NEED TO BE RUN AS ROOT.)
to launch the vm:
to acpi shutdown the vm:
to hard shutdown the vm:
to reboot the vm:
The VM will not currently come up at boot if the box restarts. we can fix that easily. |
To test this, this may be a good idea:
And then edit the XML to point to a different image for the hard drive. This lets you test without everything being blown up. We'll need to update the client code to call libvirt directly (or virsh commands listed above) before rolling this out. |
In this case, the domain name is 'twitchintheshell' for node.js bindings. |
Shouldn't a recent QEMU and |
Though launching it with qemu --enable-kvm will accomplish perf On Thu, Nov 5, 2015 at 2:16 PM, Jonne Haß [email protected] wrote:
|
So |
@jhass will enabling that require us to rewrite our input system? |
not from my local tests |
Then we should enable that now, I'll make a pr |
We need to switch the qemu instance to run with kvm:
https://github.com/hooklift/node-libvirt
The keymap will need to be updated.
We will need to become familiar with virsh
http://askaralikhan.blogspot.com/2011/01/creating-kvm-guests-using-virsh-tool.html
The text was updated successfully, but these errors were encountered: