mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target-ppc: move the CD-ROM drive to the second IDE
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6764 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
bd4524edb8
commit
2701dfd2d0
1 changed files with 0 additions and 4 deletions
4
vl.c
4
vl.c
|
@ -2139,11 +2139,7 @@ static int bt_parse(const char *opt)
|
|||
/* QEMU Block devices */
|
||||
|
||||
#define HD_ALIAS "index=%d,media=disk"
|
||||
#ifdef TARGET_PPC
|
||||
#define CDROM_ALIAS "index=1,media=cdrom"
|
||||
#else
|
||||
#define CDROM_ALIAS "index=2,media=cdrom"
|
||||
#endif
|
||||
#define FD_ALIAS "index=%d,if=floppy"
|
||||
#define PFLASH_ALIAS "if=pflash"
|
||||
#define MTD_ALIAS "if=mtd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue