qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH for 1.2] w32: Fix broken build


From: Anthony Liguori
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH for 1.2] w32: Fix broken build
Date: Thu, 30 Aug 2012 16:37:16 -0500
User-agent: Notmuch/0.13.2+93~ged93d79 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu)

Stefan Weil <address@hidden> writes:

> Commit ef8621b1a3b199c348606c0a11a77d8e8bf135f1 added an include
> file which is not available for MinGW compilations.
>
> Signed-off-by: Stefan Weil <address@hidden>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>  target-i386/cpu.c |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/target-i386/cpu.c b/target-i386/cpu.c
> index f3cac49..423e009 100644
> --- a/target-i386/cpu.c
> +++ b/target-i386/cpu.c
> @@ -33,7 +33,9 @@
>  #include "hyperv.h"
>  
>  #include "hw/hw.h"
> +#if defined(CONFIG_KVM)
>  #include <linux/kvm_para.h>
> +#endif
>  
>  /* feature flags taken from "Intel Processor Identification and the CPUID
>   * Instruction" and AMD's "CPUID Specification".  In cases of disagreement
> -- 
> 1.7.10




reply via email to

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