q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
Ensure there is a space before the final closing brace for all global properties. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230621085353.113233-2-mark.cave-ayland@ilande.co.uk> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
67fe6ae41d
commit
26fcbf0022
|
@ -719,14 +719,14 @@ static void q800_init(MachineState *machine)
|
||||||
}
|
}
|
||||||
|
|
||||||
static GlobalProperty hw_compat_q800[] = {
|
static GlobalProperty hw_compat_q800[] = {
|
||||||
{ "scsi-hd", "quirk_mode_page_vendor_specific_apple", "on"},
|
{ "scsi-hd", "quirk_mode_page_vendor_specific_apple", "on" },
|
||||||
{ "scsi-hd", "vendor", " SEAGATE" },
|
{ "scsi-hd", "vendor", " SEAGATE" },
|
||||||
{ "scsi-hd", "product", " ST225N" },
|
{ "scsi-hd", "product", " ST225N" },
|
||||||
{ "scsi-hd", "ver", "1.0 " },
|
{ "scsi-hd", "ver", "1.0 " },
|
||||||
{ "scsi-cd", "quirk_mode_page_apple_vendor", "on"},
|
{ "scsi-cd", "quirk_mode_page_apple_vendor", "on" },
|
||||||
{ "scsi-cd", "quirk_mode_sense_rom_use_dbd", "on"},
|
{ "scsi-cd", "quirk_mode_sense_rom_use_dbd", "on" },
|
||||||
{ "scsi-cd", "quirk_mode_page_vendor_specific_apple", "on"},
|
{ "scsi-cd", "quirk_mode_page_vendor_specific_apple", "on" },
|
||||||
{ "scsi-cd", "quirk_mode_page_truncated", "on"},
|
{ "scsi-cd", "quirk_mode_page_truncated", "on" },
|
||||||
{ "scsi-cd", "vendor", "MATSHITA" },
|
{ "scsi-cd", "vendor", "MATSHITA" },
|
||||||
{ "scsi-cd", "product", "CD-ROM CR-8005" },
|
{ "scsi-cd", "product", "CD-ROM CR-8005" },
|
||||||
{ "scsi-cd", "ver", "1.0k" },
|
{ "scsi-cd", "ver", "1.0k" },
|
||||||
|
|
Loading…
Reference in New Issue