]> git.proxmox.com Git - qemu.git/commit
Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 11 Jun 2010 14:02:34 +0000 (16:02 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 15 Jun 2010 07:41:59 +0000 (09:41 +0200)
commitbb350a5e9b961a8c3940b3451c329ff07c027aa1
tree4871b813504c706be23cbccf3e537adc1c393c86
parentc9b62a7ee14f51c9fa473a5bbefe264c904613ee
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>
hw/fdc.c