Changes v1 -> v2: - Coding style changes (patches 1-2) - Use "return -1" directly instead of "goto error" on cpu_x86_find_by_name() (patch 2)
This series is based on the qom-cpu branch from afaerber's tree. The full branch can be found in a git tree, at: git://github.com/ehabkost/qemu-hacks.git cpu-init-cleanup-short-v2 https://github.com/ehabkost/qemu-hacks/tree/cpu-init-cleanup-short-v2 References to previous versions: v1: http://article.gmane.org/gmane.comp.emulators.qemu/182713 previous (long) cleanup series: http://article.gmane.org/gmane.comp.emulators.qemu/180137 Eduardo Habkost (2): target-i386/cpu.c: coding style fixes target-i386: cpu: separate feature string parsing from CPU model lookup Igor Mammedov (4): target-i386: use define for cpuid vendor string size target-i386: postpone cpuid_level update to realize time add visitor for parsing hz[KMG] input string target-i386: use visit_type_hz to parse tsc_freq property value qapi/qapi-visit-core.c | 11 +++++ qapi/qapi-visit-core.h | 2 + qapi/string-input-visitor.c | 22 ++++++++++ target-i386/cpu.c | 103 ++++++++++++++++++++++++++++---------------- target-i386/cpu.h | 2 + 5 files changed, 102 insertions(+), 38 deletions(-) -- 1.7.11.7