]> git.proxmox.com Git - mirror_qemu.git/commit
cpu defs: use Intel flag names for Intel models (v2)
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 17 Feb 2012 16:41:21 +0000 (14:41 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Feb 2012 19:24:28 +0000 (13:24 -0600)
commit3ac8ebfe1c989e4a123d13fc0f1207fa4a9b37b5
tree83c64d0103fac6e9f65d587fe477cc74111d5ebd
parentf370be3c50c0aec7785e0f82c35a0e953f23dc5b
cpu defs: use Intel flag names for Intel models (v2)

Use 'i64' instead of 'lm' and 'xd' instead of 'nx' on Intel models.

The flags have different names on Intel docs, so use those names for clarity.

This is based on a previous patch from John Cooper where this was introduced
with many other changes at the same time. Original John's patch submission is
at Message-ID: <4DDAD5E7.2020002@redhat.com>, <http://marc.info/?l=qemu-devel&m=130618871926030>.

Changes v1 -> v2:
 - Rebase patch against latest Qemu git tree

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
sysconfigs/target/target-x86_64.conf
target-i386/cpuid.c