hw/sd/sdcard: Store command class in SDProto
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 17 Jun 2024 03:28:09 +0000 (05:28 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 2 Jul 2024 08:08:32 +0000 (10:08 +0200)
commitde32f0aa9a53db5d4cac8e9a5944c688b0ab24a2
treeee98b92577eff3c1e93bc87e47ed97576ac7b093
parent1ab08790bb75e40cf35002edc26672d6b0e8004e
hw/sd/sdcard: Store command class in SDProto

Store the command class altogether with the other command
fields (handler, name and type).

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-42-philmd@linaro.org>
hw/sd/sd.c