Re: [Qemu-devel] [PATCH 0/6] short x86 CPU init cleanup (v3)

2012-12-05 Thread Andreas Färber
Am 04.12.2012 20:34, schrieb Eduardo Habkost: > Igor Mammedov (4): > target-i386: use define for cpuid vendor string size > target-i386: postpone cpuid_level update to realize time Applied Igor's earlier signed off versions of these to qom-cpu, spotting no semantic difference: https://github.c

[Qemu-devel] [PATCH 0/6] short x86 CPU init cleanup (v3)

2012-12-04 Thread Eduardo Habkost
Changes v3: - Fix memory leak spotted by Igor, on patch 2 Changes 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