diff options
| author | Peter Crosthwaite <peter.crosthwaite@xilinx.com> | 2013-02-28 18:23:15 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2013-02-28 18:49:24 +0000 |
| commit | a7fd6915d84b20d5ff9ae287ddfabb9b222e7067 (patch) | |
| tree | 411b2f17349af1857137d3f44da6f2204095c7d4 /hw/cadence_gem.c | |
| parent | b972b4e25340abdd23238bc8f3bdacbef533bd5a (diff) | |
| download | focaccia-qemu-a7fd6915d84b20d5ff9ae287ddfabb9b222e7067.tar.gz focaccia-qemu-a7fd6915d84b20d5ff9ae287ddfabb9b222e7067.zip | |
m25p80.c: Use QOM classes for part differentiation
Currently, M25P80 uses an object property to differentiate between flash parts. Changed this over to use QOM sub-classes - the actual names of the different parts are used to create a set of dynamic classes which passes the part info as class data. The object no longer needs to search the known_devices table for itself, instead it just gets its info from its own class. Kept the intermediate class definition private to m25p80.c for the moment, as the expectation is parts will only be added as new entries in the table. We can factor out the TYPE_M25P80 abstraction into a header on a demand basis. Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: e24e156d-ff96-4901-997a-e31178b08bee@VA3EHSMHS021.ehs.local Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/cadence_gem.c')
0 files changed, 0 insertions, 0 deletions