ide: Clean up ide_exec_cmd()
authorKevin Wolf <kwolf@redhat.com>
Tue, 18 Jun 2013 08:26:11 +0000 (10:26 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 24 Jun 2013 08:25:16 +0000 (10:25 +0200)
commitdfe1ea8fc49b93ab2bfaad67046c659a0dae708f
tree5f953b884e1776ddf1f7a71ead5ffc0e0f722278
parentff3526773080de2840481ec237db13ae3cbc7166
ide: Clean up ide_exec_cmd()

All commands are now converted to ide_cmd_table handlers, so it can be
unconditional now and the old switch block can go.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/ide/core.c