]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
Merge remote-tracking branch 'afaerber/qom-cpu-x86-prop.v3' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Thu, 26 Apr 2012 20:18:06 +0000 (15:18 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 26 Apr 2012 20:18:06 +0000 (15:18 -0500)
commit1fa95c23feba164f12fa52d4d8e486c10ccc5295
tree269c657ba6d1c38e57fb8d51a20a2aeca2042419
parentd6a6922f3bebbf95e2d5194a9cb8a21e3d5ddfdd
parent89e48965609f96900189aeb373e7e23693eb6eb5
Merge remote-tracking branch 'afaerber/qom-cpu-x86-prop.v3' into staging

* afaerber/qom-cpu-x86-prop.v3:
  target-i386: Introduce "tsc-frequency" property for X86CPU
  target-i386: Prepare "vendor" property for X86CPU
  target-i386: Introduce "xlevel" property for X86CPU
  target-i386: Introduce "level" property for X86CPU
  target-i386: Add property getter for CPU model-id
  target-i386: Add property getter for CPU stepping
  target-i386: Add property getter for CPU model
  target-i386: Add property getter for CPU family
  target-i386: Add "model-id" property to X86CPU
  target-i386: Add "stepping" property to X86CPU
  target-i386: Add "model" property to X86CPU
  target-i386: Add "family" property to X86CPU
  target-i386: Add range check for -cpu ,family=x
  target-i386: Pass X86CPU to cpu_x86_register()
  target-i386: Fix x86_cpuid_set_model_id()