Hello,

This mini-series follows up the removal of cpudef config section support.
It cleans up the list of x86 definitions previously parsed from the cpudefs
and rips out everything cpudef_*, making remaining x86_cpudef_setup() static.
This is done by calling our setup code from class_init - an alternative would
be type registration time.

As a bonus I'm proposing to document my coordinating the x86 CPU rework in
the MAINTAINERS file.

This series is based on my qom-cpu-next branch (pending qom-cpu + latest master)
and is intended to be included in an upcoming qom-cpu pull, just to be clear. :)

Regards,
Andreas

Cc: Blue Swirl <blauwir...@gmail.com>
Cc: Anthony Liguori <anth...@codemonkey.ws>
Cc: Igor Mammedov <imamm...@redhat.com>
Cc: Eduardo Habkost <ehabk...@redhat.com>

Andreas Färber (4):
  target-i386: Inline -cpu host check into cpu_x86_register()
  target-i386: Drop redundant list of CPU definitions
  Really finally kill cpudef config section support
  MAINTAINERS: Include X86CPU in CPU maintenance area

 MAINTAINERS       |    1 +
 arch_init.c       |    7 -------
 arch_init.h       |    1 -
 bsd-user/main.c   |    3 ---
 linux-user/main.c |    3 ---
 target-i386/cpu.c |   54 ++++++++++++++++++++++++++---------------------------
 target-i386/cpu.h |    2 --
 vl.c              |    7 -------
 8 Dateien geändert, 27 Zeilen hinzugefügt(+), 51 Zeilen entfernt(-)

-- 
1.7.10.4


Reply via email to