On 6/7/19 5:37 PM, Philippe Mathieu-Daudé wrote: > New qom-cpu style requested by Igor. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > --- > target/rx/cpu.c | 19 +++++++++++++++---- > 1 file changed, 15 insertions(+), 4 deletions(-) > > diff --git a/target/rx/cpu.c b/target/rx/cpu.c > index 3c43467534..c370f65faa 100644 > --- a/target/rx/cpu.c > +++ b/target/rx/cpu.c > @@ -80,7 +80,7 @@ static void rx_cpu_list_entry(gpointer data, gpointer > user_data) > void rx_cpu_list(void) > { > GSList *list; > - list = object_class_get_list_sorted(TYPE_RXCPU, false); > + list = object_class_get_list_sorted(TYPE_RX_CPU, false);
This line belongs to the previous !fixup patch, but it is a fixup anyway... > g_slist_foreach(list, rx_cpu_list_entry, NULL); > g_slist_free(list); > }