Markus Armbruster b47b35250f fdc: Reject unimplemented error actions
drive_init() doesn't permit them for if=floppy, but that's worthless:
we get them via if=none and -global.

This can make device initialization fail.  Since all callers of
fdctrl_init_isa() ignore its value, change it to die instead of
returning failure.  Without this, some callers would ignore the
failure, and others would crash.

Wart: unlike drive_init(), we don't reject the default action when
it's explicitly specified.  That's because we can't distinguish "no
rerror option" from "rerror=report", or "no werror" from
"rerror=enospc".  Left for another day.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2010-07-06 17:05:49 +02:00
2010-05-22 08:02:12 +00:00
2010-07-06 17:05:49 +02:00
2010-06-10 00:09:49 +02:00
2010-07-03 06:49:47 +00:00
2010-06-16 13:03:51 +01:00
2010-06-20 07:55:12 +00:00
2010-05-14 10:55:58 -05:00
2010-06-29 23:07:51 +02:00
2010-05-07 16:28:10 +00:00
2010-03-06 23:09:28 +01:00
2010-06-14 11:12:53 -05:00
2010-06-16 13:03:51 +01:00
2010-04-09 18:55:56 +02:00
2010-04-09 18:55:56 +02:00
2010-05-31 20:55:23 +02:00
2010-02-07 02:03:50 +03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-06-29 23:07:51 +02:00
2010-06-14 11:12:53 -05:00
2010-04-25 12:59:33 +00:00
2010-03-21 19:44:06 +00:00
2010-05-24 15:18:23 -05:00
2010-03-17 11:16:15 -05:00
2010-04-01 21:51:59 +02:00
2010-04-01 21:51:59 +02:00
2010-03-01 04:39:50 +00:00
2010-06-13 19:00:50 +01:00
2010-05-19 15:24:17 +02:00
2010-06-30 20:25:55 +02:00
2010-06-16 13:03:51 +01:00
2010-03-29 19:24:00 +00:00
2010-05-22 08:02:12 +00:00
2010-05-10 11:36:03 -05:00
2010-05-10 11:36:03 -05:00
2010-06-11 15:25:14 -03:00
2010-03-06 23:15:30 +01:00
2010-03-06 23:15:30 +01:00
2010-06-28 13:06:03 -03:00
2010-06-16 13:03:51 +01:00
2010-02-06 19:24:42 +01:00
2010-03-21 08:28:47 +00:00
2010-05-22 08:24:49 +00:00
2010-07-03 06:49:47 +00:00
2010-07-03 06:49:47 +00:00
2010-05-22 08:02:12 +00:00
2010-06-13 19:00:50 +01:00
2010-06-13 19:00:50 +01:00
2010-06-27 19:25:25 +03:00
2010-05-19 12:45:54 -03:00
2010-07-01 14:27:13 -03:00
2010-07-01 14:27:13 -03:00
2010-06-19 07:47:42 +00:00
2010-05-29 02:27:35 +01:00
2010-06-04 11:43:39 +02:00
2010-06-15 09:41:59 +02:00
2010-05-17 10:20:04 +02:00
2010-05-19 12:45:54 -03:00
2010-03-29 19:24:00 +00:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-06-11 15:25:14 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-05-19 12:45:54 -03:00
2010-06-14 15:46:28 -05:00
2010-03-14 22:04:50 +01:00
2010-06-30 22:51:17 +02:00
2010-06-22 15:15:51 -05:00
2010-06-13 19:00:50 +01:00
2010-06-01 13:30:08 -05:00
2010-05-24 15:18:24 -05: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%