commit | bb350a5e9b961a8c3940b3451c329ff07c027aa1 | [log] [tgz] |
---|---|---|
author | Jes Sorensen <Jes.Sorensen@redhat.com> | Fri Jun 11 16:02:34 2010 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jun 15 09:41:59 2010 +0200 |
tree | 4871b813504c706be23cbccf3e537adc1c393c86 | |
parent | c9b62a7ee14f51c9fa473a5bbefe264c904613ee [diff] |
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE in hw/fdc.c Per https://bugs.launchpad.net/qemu/+bug/424453 the correct values for FD_CMD_SAVE is 0x2e and FD_CMD_RESTORE is 0x4e. Verified against the Intel 82078 manual which can be found at: http://wiki.qemu.org/Documentation/HardwareManuals page 22. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>