Re: [Qemu-devel] [PATCH v2 00/17] QOMify accelerator code

2014-09-26 Thread Paolo Bonzini
Il 29/08/2014 22:31, Eduardo Habkost ha scritto: > This is an attempt to convert the accel initialization and registration code > to be QOM-based. Some use cases for this are: > > * Isolating KVM-specific CPU initialization and compatibility code; > * Use compat_props to implement accelrator-spe

[Qemu-devel] [PATCH v2 00/17] QOMify accelerator code

2014-08-29 Thread Eduardo Habkost
This is an attempt to convert the accel initialization and registration code to be QOM-based. Some use cases for this are: * Isolating KVM-specific CPU initialization and compatibility code; * Use compat_props to implement accelrator-specific compatibility code on machine-types; * Returning