ide/atapi: Factor commands out
commita60cf7e7eba06bed118ae1b161f7e481ab72693c
authorKevin Wolf <kwolf@redhat.com>
Mon, 18 Apr 2011 15:55:08 +0000 (18 17:55 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 27 Apr 2011 14:20:59 +0000 (27 16:20 +0200)
tree03538f16e606cc7f09cf3dbcadb01f82809ae8c0
parent33231e0e221543759b11a4a79b54b9a88d4b455e
ide/atapi: Factor commands out

In preparation for a table of function pointers, factor each command out from
ide_atapi_cmd() into its own function.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/atapi.c