mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
ahci: correct types in NCQTransferState
Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1435767578-32743-8-git-send-email-jsnow@redhat.com
This commit is contained in:
parent
7c03a69107
commit
9364384de0
2 changed files with 7 additions and 7 deletions
|
@ -260,8 +260,8 @@ typedef struct NCQTransferState {
|
|||
uint64_t lba;
|
||||
uint8_t tag;
|
||||
uint8_t cmd;
|
||||
int slot;
|
||||
int used;
|
||||
uint8_t slot;
|
||||
bool used;
|
||||
bool halt;
|
||||
} NCQTransferState;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue