The simics_start.py script for all pattern modules should call
this function to register its pattern classes. The patterns will
be automatically installed on the processor types it supports.
Function arguments:
name
class name
arch
architecture it supports (cpu->architecture ppc32, ppc64)
target_list
optional list of classnames that are supported.
If target_list is omitted or None, the pattern will be used by all
CPUs of arch architecture.
own_info_cmd
Legacy parameter, must always be overridden to True
own_status_cmd
Legacy parameter, must always be overridden to True