summary refs log tree commit diff stats
path: root/hw/core
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-12-08 18:10:30 -0500
committerPaolo Bonzini <pbonzini@redhat.com>2014-12-15 17:34:44 +0100
commitd368ba4376b2c1c24175c74b3733b8fe64dbe8a6 (patch)
tree9e9479567f488f602fbfa449074594db3107dad8 /hw/core
parentc7ff8daacf4a669f9ab5a975f33a51ef901b7556 (diff)
downloadfocaccia-qemu-d368ba4376b2c1c24175c74b3733b8fe64dbe8a6.tar.gz
focaccia-qemu-d368ba4376b2c1c24175c74b3733b8fe64dbe8a6.zip
sdhci: Remove class "virtual" methods
The SDHCIClass defines a series of class "methods".  However, no code
in the QEMU tree overrides these methods or even uses them outside of
sdhci.c.

Remove the virtual methods and replace them with direct calls to the
underlying functions.  This simplifies the process of extending the
sdhci code to support PCI devices (which have a different parent
class).

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/core')
0 files changed, 0 insertions, 0 deletions