Re: [Qemu-devel] [PATCH] forward cpuid leaves when using -cpu host

2013-09-02 Thread Eduardo Habkost
On Mon, Sep 02, 2013 at 02:45:48PM +0200, Benoît Canet wrote: > > Ping, > > I am aware that this patch must be a QObject/CPUState monstruosity but I don't > see how I could store the fact that the cpu derive from a "host" type cpu. > The alternative would be to remember a variable number of leave

Re: [Qemu-devel] [PATCH] forward cpuid leaves when using -cpu host

2013-09-02 Thread Benoît Canet
Ping, I am aware that this patch must be a QObject/CPUState monstruosity but I don't see how I could store the fact that the cpu derive from a "host" type cpu. The alternative would be to remember a variable number of leaves and serving them to the guest as needed but I don't find that much clean

[Qemu-devel] [PATCH] forward cpuid leaves when using -cpu host

2013-08-27 Thread Benoît Canet
This patch uses directly cpuid_host to forward the informations instead of storing a variable number of leaves in the cpu states. Benoît Canet (1): i386: forward CPUID cache leaves when -cpu host is used target-i386/cpu.c | 19 +++ target-i386/cpu.h |1 + 2 files changed,