fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()
commit83a260135f13db8b5d7df72090864a5ebcef2845
authorKevin Wolf <kwolf@redhat.com>
Thu, 21 May 2015 13:19:32 +0000 (21 15:19 +0200)
committerJohn Snow <jsnow@redhat.com>
Tue, 2 Jun 2015 17:34:44 +0000 (2 13:34 -0400)
tree6e0b7b3dd248f005647fe4d17b3931e71f7eb1fb
parent07e415f2398d9cfb21cdd5ef902445032ba54556
fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()

What callers really do with this function is to switch from execution
phase (including data transfers) to result phase where the guest can
read out one or more status bytes from the FIFO (the number depends on
the command).

Rename the function accordingly.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Message-id: 1432214378-31891-3-git-send-email-kwolf@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
hw/block/fdc.c