commit | 1eed09cb4a0b187427ef1ccefd42579174f20a7c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun Jun 14 11:38:51 2009 +0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jun 16 15:18:37 2009 -0500 |
tree | 10451f9083433986d683085c342dd8c53148e854 | |
parent | dff840348ecde00e196dca1c87d5d365b7e3c985 [diff] |
Remove io_index argument from cpu_register_io_memory() The parameter is always zero except when registering the three internal io regions (ROM, unassigned, notdirty). Remove the parameter to reduce the API's power, thus facilitating future change. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>