]> Git Repo - qemu.git/commit - hw/block/fdc.c
hw/block/fdc: Implement tray status
authorMax Reitz <[email protected]>
Mon, 19 Oct 2015 15:53:16 +0000 (17:53 +0200)
committerKevin Wolf <[email protected]>
Fri, 23 Oct 2015 16:18:23 +0000 (18:18 +0200)
commit2e1280e8ff95b3145bc6262accc9d447718e5318
treed79318e3e022513a8000c760e016a806d28df735
parentb4d02820d95e025e57d82144f7b2ccd677ac2418
hw/block/fdc: Implement tray status

The tray of an FDD is open iff there is no medium inserted (there are
only two states for an FDD: "medium inserted" or "no medium inserted").

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Kevin Wolf <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
hw/block/fdc.c
tests/fdc-test.c
This page took 0.024487 seconds and 4 git commands to generate.