Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-22 | Convert all block drivers to new bdrv_create | Kevin Wolf | |
Now we can make use of the newly introduced option structures. Instead of having bdrv_create carry more and more parameters (which are format specific in most cases), just pass a option structure as defined by the driver itself. bdrv_create2() contains an emulation of the old interface to simplify the transition. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | |||
2009-05-14 | Move block drivers into their own directory | Anthony Liguori | |
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |