Re: [Qemu-devel] [PATCH 01/10] qdev: remove PropertyInfo range checking

2012-05-24 Thread Andreas Färber
Am 23.05.2012 17:44, schrieb Paolo Bonzini: > Range checking in PropertyInfo is now used only for pci_devfn > properties and some error reporting. Remove all code that implements > it in the various property types, and the now unused fields. > > Signed-off-by: Paolo Bonzini > --- > hw/qdev-prop

[Qemu-devel] [PATCH 01/10] qdev: remove PropertyInfo range checking

2012-05-23 Thread Paolo Bonzini
Range checking in PropertyInfo is now used only for pci_devfn properties and some error reporting. Remove all code that implements it in the various property types, and the now unused fields. Signed-off-by: Paolo Bonzini --- hw/qdev-properties.c | 104 --