]> git.proxmox.com Git - qemu.git/commit - hw/ide/core.c
ide: change identify_data type to uint8_t
authorJuan Quintela <quintela@redhat.com>
Wed, 7 Oct 2009 15:58:34 +0000 (17:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:28:44 +0000 (12:28 -0500)
commit96c35cebfe63c3fd1e628ddcf82309dd9bd00cab
tree9ceafce3f766ed733570b762555625cf465b413f
parent6521dc629c97637af7e734f6975a6f8746e4cd84
ide: change identify_data type to uint8_t

It is used everywhere as uint8_t except in one place.  Cast to uint16_t
in that place
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ide/core.c
hw/ide/internal.h