-
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
Added KVM dev files. #8
Conversation
Nice! Couple fixes needed:
If you can fix those, rebase, and force a push, I think this can go in. Thanks! |
I think I have done this successfully. I am new to git as well as github Andrew On Fri, Jan 22, 2016 at 4:59 PM, Jim Garlick notifications@github.com
|
No prob! I'd like to have those squashed together into one commit so that powerman's commit history doesn't include the commit-that-needs-fixing + fix; it should be done right in the first commit The way to to do that is with an interactive rebase, e.g.
Then you'll have to force a push to your branch (which will automatically update this PR)
|
Added dev files for controlling power to virtual machines running on a KVM (Kernel-based Virtual Machine) hypervisor, kvm.dev for a local hypervisor and kvm-ssh for a remote hypervisor.
Sorry about the delay. Should be good to go. Thanks for your help! On Tue, Jan 26, 2016 at 7:13 AM, Jim Garlick notifications@github.com
"He deserves death." "Deserves it! I daresay he does. Many that live |
Thanks! |
Happy to help! On Sun, Jan 31, 2016 at 8:33 AM, Jim Garlick notifications@github.com
"He deserves death." "Deserves it! I daresay he does. Many that live |
Added dev files for controlling power to virtual machines running on a
KVM (Kernel-based Virtual Machine) hypervisor, kvm.dev for a local
hypervisor and kvm-ssh for a remote hypervisor.