[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH V2] forward cpuid leaves when using -cpu host
From: |
Benoît Canet |
Subject: |
[Qemu-devel] [PATCH V2] forward cpuid leaves when using -cpu host |
Date: |
Tue, 27 Aug 2013 23:05:46 +0200 |
This patch uses directly cpuid_host to forward the informations instead of
storing a variable number of leaves in the cpu states.
since v1:
use index as argument to cpuid_host
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, 20 insertions(+)
--
1.7.10.4
- [Qemu-devel] [PATCH V2] forward cpuid leaves when using -cpu host,
Benoît Canet <=