Markus Armbruster 124386cc75 spitz tosa: Simplify "drive is suitable for microdrive" test
We try the drive defined with -drive if=ide,index=0 (or equivalent
sugar).  We use it only if (dinfo && bdrv_is_inserted(dinfo->bdrv) &&
!bdrv_is_removable(dinfo->bdrv)).  This is a convoluted way to test
for "drive media can't be removed".

The only way to create such a drive with -drive if=ide is media=cdrom.
And that sets dinfo->media_cd, so just test that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2011-09-06 11:24:07 +02:00
2011-09-03 17:47:14 +00:00
2011-08-23 22:24:40 +02:00
2011-08-27 15:42:35 +00:00
2011-09-06 11:23:51 +02:00
2011-08-22 10:17:44 -05:00
2011-09-02 10:34:55 -05:00
2011-08-25 09:21:48 +01:00
2011-08-28 07:17:08 +00:00
2011-08-27 15:42:35 +00:00
2011-08-27 15:42:35 +00:00
2011-09-02 10:34:55 -05:00
2011-09-06 11:23:51 +02:00
2011-09-02 10:34:55 -05:00
2011-08-27 15:42:35 +00:00
2011-08-21 15:33:33 +00:00
2011-08-21 15:33:22 +00:00
2011-08-27 15:42:35 +00:00
2011-08-27 15:42:35 +00:00
2011-08-22 10:17:44 -05:00
2011-08-20 23:01:08 -05:00
2011-08-26 18:18:38 +02:00
2011-08-27 15:42:35 +00:00
2011-08-27 15:42:35 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%