]> Git Repo - qemu.git/commit - hw/nvram/fw_cfg.c
fw_cfg: convert to memory API
authorAvi Kivity <[email protected]>
Sun, 13 Nov 2011 13:05:28 +0000 (15:05 +0200)
committerAvi Kivity <[email protected]>
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 <[email protected]>
hw/fw_cfg.c
This page took 0.025268 seconds and 4 git commands to generate.