diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-07 21:35:27 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-07 21:35:27 +0000 |
commit | 2701dfd2d02354fd4951a5387c9954de1201f5ad (patch) | |
tree | 4a4aa50f899fb85d78a231eb64550f88e200418f /vl.c | |
parent | bd4524edb80610a5e5523599aaa81614a512056c (diff) | |
download | qemu-2701dfd2d02354fd4951a5387c9954de1201f5ad.zip |
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
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" |