Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-03 | remove exec-all.h inclusion from cpu.h | Paolo Bonzini | 1 | -0/+1 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||||
2010-04-19 | provide a stub version of kvm-all.c if !CONFIG_KVM | Paolo Bonzini | 1 | -0/+137 | |
This allows limited use of kvm functions (which will return ENOSYS) even in once-compiled modules. The patch also improves a bit the error messages for KVM initialization. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> [blauwirbel@gmail.com: fixed Win32 build] Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |