diff options
author | Liu Jinsong <jinsong.liu@intel.com> | 2013-12-03 04:17:50 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-12-05 18:51:08 +0100 |
commit | 33f373d7c56350fd2ec3e31f4f2c46cb49464911 (patch) | |
tree | d7043e4edd555f79601b7dadb8d571240438b23e /VERSION | |
parent | ef36fa1492e9105f3fa607b56edc63df513d7da1 (diff) | |
download | qemu-33f373d7c56350fd2ec3e31f4f2c46cb49464911.tar.gz qemu-33f373d7c56350fd2ec3e31f4f2c46cb49464911.tar.bz2 qemu-33f373d7c56350fd2ec3e31f4f2c46cb49464911.zip |
target-i386: fix cpuid leaf 0x0d
Fix cpuid leaf 0x0d which incorrectly parsed eax and ebx.
However, before this patch the CPUID worked fine -- the .offset
field contained the size _and_ was stored in the register that
is supposed to hold the size (eax), and likewise the .size field
contained the offset _and_ was stored in the register trhat is
supposed to hold the offset (ebx).
Signed-off-by: Liu Jinsong <jinsong.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'VERSION')
0 files changed, 0 insertions, 0 deletions