commit | 326d07cb30fed2387efccd4bf3bd8e4f28719e9e | [log] [tgz] |
---|---|---|
author | Mathias Krause <minipli@googlemail.com> | Thu Aug 30 01:30:13 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Sep 05 12:41:09 2012 +0300 |
tree | 2cd806d2830530b81724d8d4de51aef1b683071c | |
parent | ec798660cf72c981ad8eed272487a0fe2b3222f2 [diff] |
KVM: x86: minor size optimization Some fields can be constified and/or made static to reduce code and data size. Numbers for a 32 bit build: text data bss dec hex filename before: 3351 80 0 3431 d67 cpuid.o after: 3391 0 0 3391 d3f cpuid.o Signed-off-by: Mathias Krause <minipli@googlemail.com> Signed-off-by: Avi Kivity <avi@redhat.com>