Re: [Qemu-devel] [PATCH] i386: forward CPUID cache leaves when -cpu host is used

2013-09-02 Thread Eduardo Habkost
On Mon, Sep 02, 2013 at 02:55:36PM +0200, Andreas Färber wrote: [...] > > diff --git a/target-i386/cpu.h b/target-i386/cpu.h > > index 8a3d0fd..1ec32fa 100644 > > --- a/target-i386/cpu.h > > +++ b/target-i386/cpu.h > > @@ -865,6 +865,7 @@ typedef struct CPUX86State { > > bool tsc_valid; > >

Re: [Qemu-devel] [PATCH] i386: forward CPUID cache leaves when -cpu host is used

2013-09-02 Thread Andreas Färber
Hi, "target-i386:" please. Am 27.08.2013 22:38, schrieb Benoît Canet: > Some users running cpu intensive tasks checking the cache CPUID leaves at > startup and making decisions based on the result reported that the guest was > not reflecting the host CPUID leaves when -cpu host is used. > > This

[Qemu-devel] [PATCH] i386: forward CPUID cache leaves when -cpu host is used

2013-08-27 Thread Benoît Canet
Some users running cpu intensive tasks checking the cache CPUID leaves at startup and making decisions based on the result reported that the guest was not reflecting the host CPUID leaves when -cpu host is used. This patch fix this. Signed-off-by: Benoit Canet --- target-i386/cpu.c | 19 +