qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 09/10] hw/mips: malta: Add KVM support


From: James Hogan
Subject: Re: [Qemu-devel] [PATCH v2 09/10] hw/mips: malta: Add KVM support
Date: Wed, 12 Feb 2014 15:07:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

On 21/12/13 20:42, Peter Maydell wrote:
> On 16 December 2013 14:12, James Hogan <address@hidden> wrote:
>> +#include "linux/kvm.h"
> 
> You can't include linux/kvm.h like this -- on Linux this will pull in
> whatever the host's system kvm.h happens to be, and on non-Linux
> it won't compile:
> 
> /Users/pm215/src/qemu/hw/mips/mips_malta.c:56:10: fatal error:
> 'linux/kvm.h' file not found
> #include "linux/kvm.h"
>          ^
> 1 error generated.

Thanks Peter, I've removed all these new includes except sysemu/kvm.h.

Cheers
James




reply via email to

[Prev in Thread] Current Thread [Next in Thread]