google / novm

Experimental KVM-based VMM for containers, written in Go.
Apache License 2.0
1.68k stars 123 forks source link

error: 'KVM_SIGNAL_MSI' undeclared here (not in a function) when install #29

Closed tanviet12 closed 9 years ago

tanviet12 commented 9 years ago

I use CentOS 6.6 x86_64, go1.4.1.linux-amd64

[root@localhost novm]# make rpm
make[1]: Entering directory `/usr/local/novm'
make[1]: Leaving directory `/usr/local/novm'
make[1]: Entering directory `/usr/local/novm'
# novmm/platform
src/novmm/platform/kvm_apic.go:26: error: 'KVM_SIGNAL_MSI' undeclared here (not in a function)
make[1]: *** [go-test] Error 2
make[1]: Leaving directory `/usr/local/novm'
make: *** [dist] Error 2

Does novm support CentOS? Thanks!

amscanne commented 9 years ago

See README.md re: kernel version and headers required.