Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | virtio-device: refactor virtio-device. | KONRAD Frederic | |
Create the virtio-device which is abstract. All the virtio-device can extend this class. It also add some functions to virtio-bus. Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2013-01-21 | virtio-bus: introduce virtio-bus | KONRAD Frederic | |
Introduce virtio-bus. Refactored transport device will create a bus which extends virtio-bus. Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |