Re: [Qemu-devel] [RFC 3/7] kvm: Move some kvm-stub.c code to stubs/kvm.c

2016-12-21 Thread David Hildenbrand
Am 20.12.2016 um 18:43 schrieb Eduardo Habkost: Move the kvm-stub.c code that doesn't depend on cpu.h or CONFIG_* defines to stubs/kvm.c. Notes about copyright, licensing, and authorship: * There was no copyright not on the original stubs/kvm.c file. * As include/sysemu/kvm.h and kvm-all.c are

[Qemu-devel] [RFC 3/7] kvm: Move some kvm-stub.c code to stubs/kvm.c

2016-12-20 Thread Eduardo Habkost
Move the kvm-stub.c code that doesn't depend on cpu.h or CONFIG_* defines to stubs/kvm.c. Notes about copyright, licensing, and authorship: * There was no copyright not on the original stubs/kvm.c file. * As include/sysemu/kvm.h and kvm-all.c are licensed as GPLv2+, I am assuming stubs/kvm.c fi