ide: Convert cmd_nop commands to ide_cmd_table handler
commitb300337e4e939d58ba39843b5e5fef53eb82acec
authorKevin Wolf <kwolf@redhat.com>
Tue, 18 Jun 2013 08:25:58 +0000 (18 10:25 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 24 Jun 2013 08:25:15 +0000 (24 10:25 +0200)
treef0e18226fad222e292c7b0e9f179c4133729f5d1
parent1c66869a02b81ad6b687a08d99d32f5f2b01232e
ide: Convert cmd_nop commands to ide_cmd_table handler

cmd_nop handles all commands that don't really do anything in our
implementation except setting status register flags.

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