hw/sd/sdcard: Prepare SDProto to contain more fields
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 17 Jun 2024 03:15:46 +0000 (05:15 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 2 Jul 2024 08:08:32 +0000 (10:08 +0200)
commit4518a49a019648110a84d7decebd46a12c229a32
tree0b06fd976b11d6426d9ae75793f32e8ad07c216f
parentfb72e681c9caccc5f9effce219447cae1ed05c9d
hw/sd/sdcard: Prepare SDProto to contain more fields

Convert array of command handlers to array of structures.
The structure contains the command handler. No logical
change intended.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Message-Id: <20240628070216.92609-39-philmd@linaro.org>
hw/sd/sd.c