Avi Kivity wrote: > Jan Kiszka wrote: >>> Alternatively, I can make kvm-kmod install the necessary headers to >>> /usr/local/include. It's probably cleaner this way. >>> >>> >> >> Good idea. Maybe put them in a separate directory (and make qemu aware >> of it) so that kvm-kmod packages will not run into conflicts with the >> installed kernel headers. >> > > Yes, /usr/local/include (configurable). gcc should automatically prefer > /usr/local/include to /use/include. /me should put on my glasses... Jan