commit | bf3fb0e12aeb9fea08383c145f874ed7acc29e31 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Jul 26 14:26:15 2011 +0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Jul 29 08:25:44 2011 -0500 |
tree | e3ca0df903bbe8d129595a5ac289024174f3ee0d | |
parent | 62152b8a014609ac94da2de440aedb3246c1204a [diff] |
ioport: register ranges by byte aligned addresses always The I/O port space is byte addressable, even for word and long accesses. An example is the VMware svga card, which has long ports on offsets 0, 1, and 2. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>