]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commit
fw_cfg: convert to memory API
authorAvi Kivity <avi@redhat.com>
Sun, 13 Nov 2011 13:05:28 +0000 (15:05 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 24 Nov 2011 16:32:00 +0000 (18:32 +0200)
commit561e182755fe1f994ab43d5e2b95d732b343b407
tree80e4a745de6e823b3bce1765c4873feccafebaf2
parent67bb53149fcef7fda33ec904ee0f50d3d7913dd4
fw_cfg: convert to memory API

Because the new API doesn't allow overlapping regions with just different
access sizes, we have to create a new "combined" region for both control
and data, when the two share an ioport offset.

Signed-off-by: Avi Kivity <avi@redhat.com>
hw/fw_cfg.c