diff options
| author | John Snow | 2015-07-04 08:06:05 +0200 |
|---|---|---|
| committer | John Snow | 2015-07-04 08:06:05 +0200 |
| commit | e08a98357b5811e7933ff077f6da4b85175caf8a (patch) | |
| tree | c810139efe4ddf237f34d9c9ac767c1fc49f1648 /scripts | |
| parent | ahci: correct types in NCQTransferState (diff) | |
| download | qemu-e08a98357b5811e7933ff077f6da4b85175caf8a.tar.gz qemu-e08a98357b5811e7933ff077f6da4b85175caf8a.tar.xz qemu-e08a98357b5811e7933ff077f6da4b85175caf8a.zip | |
ahci: correct ncq sector count
uint16_t isn't enough to hold the real sector count, since a value of
zero implies a full 64K sectors, so we need a uint32_t here.
We *could* cheat and pretend that this value is 0-based and fit it in
a uint16_t, but I'd rather waste 2 bytes instead of a future dev's
10 minutes when they forget to +1/-1 accordingly somewhere.
See SATA 3.2, section 13.6.4.1 "READ FPDMA QUEUED".
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1435767578-32743-9-git-send-email-jsnow@redhat.com
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
