commit | 098d314a3263693ec31e227f4018646e74d439a0 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 10 15:28:16 2011 -0700 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 14:58:37 2011 +0300 |
tree | 9fc37b1454dc62514c36020a8cff4892c6b975ed | |
parent | bac8ad41ab22880e8318cb9ce27083ce0560000c [diff] |
i8259: Convert to MemoryRegion The only non-obvious part is pic_poll_read which used "addr1 >> 7" to detect whether one referred to either the master or slave PIC. Instead, test this directly. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>