commit | 787aaf5703a702094f395db6795e74230282cd62 | [log] [tgz] |
---|---|---|
author | Benoît Canet <benoit@irqsave.net> | Mon Sep 02 17:06:37 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 20 12:38:40 2013 +0200 |
tree | 3ff3b47cf751c04798fb4923a8fceeec3b4fc9a8 | |
parent | c5daeae1b4ddff97d605bd954a7c2a2b2cf6040f [diff] |
target-i386: forward CPUID cache leaves when -cpu host is used 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: Benoît Canet <benoit@irqsave.net> [Rename new field to cache_info_passthrough - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>