commit | d36b2f4e783f984b781f4510f56d571415e1b6cd | [log] [tgz] |
---|---|---|
author | BALATON Zoltan <balaton@eik.bme.hu> | Tue Mar 05 23:57:21 2024 +0100 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Mar 11 22:09:46 2024 +0100 |
tree | ec2262c875df914d5ddcd282fbac265cc2119106 | |
parent | 86f0aa1d438e0db61015678164b835cedc80795c [diff] |
hw/ppc/sam460ex: Support short options for adding drives Having to use -drive if=none,... and -device ide-[cd,hd] is inconvenient. Add support for shorter convenience options such as -cdrom and -drive media=disk. Also adjust two nearby comments for code style. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Message-ID: <20240305225721.E9A404E6005@zero.eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>