Home
last modified time | relevance | path

Searched hist:"3 c75e12e" (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qom/
H A Dobject.h3c75e12e Wed Nov 13 12:57:55 GMT 2019 Paolo Bonzini <pbonzini@redhat.com> qom: add object_new_with_class

Similar to CPU and machine classes, "-accel" class names are mangled,
so we have to first get a class via accel_find and then instantiate it.
Provide a new function to instantiate a class without going through
object_class_get_name, and use it for CPUs and machines already.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/target/s390x/
H A Dcpu_models.c3c75e12e Wed Nov 13 12:57:55 GMT 2019 Paolo Bonzini <pbonzini@redhat.com> qom: add object_new_with_class

Similar to CPU and machine classes, "-accel" class names are mangled,
so we have to first get a class via accel_find and then instantiate it.
Provide a new function to instantiate a class without going through
object_class_get_name, and use it for CPUs and machines already.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/qom/
H A Dobject.c3c75e12e Wed Nov 13 12:57:55 GMT 2019 Paolo Bonzini <pbonzini@redhat.com> qom: add object_new_with_class

Similar to CPU and machine classes, "-accel" class names are mangled,
so we have to first get a class via accel_find and then instantiate it.
Provide a new function to instantiate a class without going through
object_class_get_name, and use it for CPUs and machines already.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/target/i386/
H A Dcpu.c3c75e12e Wed Nov 13 12:57:55 GMT 2019 Paolo Bonzini <pbonzini@redhat.com> qom: add object_new_with_class

Similar to CPU and machine classes, "-accel" class names are mangled,
so we have to first get a class via accel_find and then instantiate it.
Provide a new function to instantiate a class without going through
object_class_get_name, and use it for CPUs and machines already.

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>