Re: [Qemu-devel] [PATCH 00/12] qdev: cleanup legacy properties

2014-02-05 Thread Andreas Färber
Am 05.02.2014 17:36, schrieb Paolo Bonzini: > Il 05/02/2014 12:12, Igor Mammedov ha scritto: >> with fixed checkpatch error in 13/12 >> Reviewed-By: Igor Mammedov > > Andreas, can you ack it so that I can send a pull request myself? Since I just raised a question I cannot ack it yet. ;) But I ca

Re: [Qemu-devel] [PATCH 00/12] qdev: cleanup legacy properties

2014-02-05 Thread Paolo Bonzini
Il 05/02/2014 12:12, Igor Mammedov ha scritto: with fixed checkpatch error in 13/12 Reviewed-By: Igor Mammedov Andreas, can you ack it so that I can send a pull request myself? Thanks, Paolo

Re: [Qemu-devel] [PATCH 00/12] qdev: cleanup legacy properties

2014-02-05 Thread Igor Mammedov
On Thu, 30 Jan 2014 14:09:42 +0100 Paolo Bonzini wrote: > The conversion of qdev to QOM brought with it legacy properties. > Legacy properties are always have a string type (the accessors always > call visit_type_str), and were used to support -device syntax while > keeping QOM properties strongl

[Qemu-devel] [PATCH 00/12] qdev: cleanup legacy properties

2014-01-30 Thread Paolo Bonzini
The conversion of qdev to QOM brought with it legacy properties. Legacy properties are always have a string type (the accessors always call visit_type_str), and were used to support -device syntax while keeping QOM properties strongly typed. For example, an hex8 property is registered twice, once