]> git.proxmox.com Git - qemu.git/commit
cpu models: reorder flag list to match bit order
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 17 Feb 2012 16:41:19 +0000 (14:41 -0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Feb 2012 19:24:27 +0000 (13:24 -0600)
commitf5244e937a83853411929be9502e00c98215708b
treeb14dc544cffe29fee7f29bad63bfa9abb01fa947
parentde7724f70085aa9f0185c2b50e2d069c364ec486
cpu models: reorder flag list to match bit order

This will make it easier to review and change the flag list in the future.

No behaviour change should be introduced by this, as it is just changing
the flag order on the config file.

To make sure the flag sets are really not changed by this patch, I have
used the following stupid script to compare the flag values in the
config files:
https://gist.github.com/1004885

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