Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-16 | Remove io_index argument from cpu_register_io_memory() | Avi Kivity | 1 | -1/+1 | |
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> | |||||
2009-05-18 | Syborg virtio bindings. | Paul Brook | 1 | -0/+278 | |
Implement Syborg device bindings for virtio-net. Signed-off-by: Paul Brook <paul@codesourcery.com> |