commit | 2f290a8c3db977056e4840810d0dd42032745f21 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 10 15:28:20 2011 -0700 |
committer | Avi Kivity <avi@redhat.com> | Sun Sep 25 14:58:37 2011 +0300 |
tree | 30d4d9158b929228a6647b4c06707edec967be6e | |
parent | a941ae45155d5e78889129183d5dd695329983c0 [diff] |
fdc: Convert isabus_fdc_init1 to MemoryRegion This requires some amount of hoop-jumping, so that we don't inadvertently claim port 0x3f6, which is used by ISA IDE. The sysbus initialization path is as yet unconverted. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Avi Kivity <avi@redhat.com>