[libvirt] [PATCH v3 0/2] bhyve: add volumes support

Roman Bogorodskiy bogorodskiy at gmail.com
Tue Aug 19 16:54:44 UTC 2014


  Michal Privoznik wrote:

> On 15.08.2014 17:58, Roman Bogorodskiy wrote:
> > Changes from v1:
> >
> >   - Add volume support for the bhyveload command as
> >     well to allow booting from a volume
> >
> > Changes from v2:
> >
> >   - Move disk source pool translation to storage/storage_driver.c
> >     instead of conf/domain_conf.c, because having that
> >     in conf/domain_conf.c requires pulling storage driver that
> >     is not needed for many drivers
> >
> > Roman Bogorodskiy (2):
> >    conf: make disk source pool translation generic
> >    bhyve: add volumes support
> >
> >   src/bhyve/bhyve_command.c    |  17 ++-
> >   src/bhyve/bhyve_command.h    |   7 +-
> >   src/bhyve/bhyve_driver.c     |   4 +-
> >   src/bhyve/bhyve_process.c    |   4 +-
> >   src/qemu/qemu_conf.c         | 243 ------------------------------------------
> >   src/qemu/qemu_conf.h         |   3 -
> >   src/qemu/qemu_driver.c       |   6 +-
> >   src/qemu/qemu_hotplug.c      |   3 +-
> >   src/qemu/qemu_process.c      |   5 +-
> >   src/storage/storage_driver.c | 245 +++++++++++++++++++++++++++++++++++++++++++
> >   src/storage/storage_driver.h |   4 +
> >   tests/Makefile.am            |   3 +
> >   tests/bhyvexml2argvtest.c    |   5 +-
> >   tests/qemuxml2argvtest.c     |   3 +-
> >   14 files changed, 287 insertions(+), 265 deletions(-)
> >
> 
> ACK series

Pushed, thanks!

I replaced 'conf:' with 'storage:' in the first commit's title along the way
because the functions ended up in the storage driver.

Roman Bogorodskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140819/2595e8cd/attachment-0001.sig>


More information about the libvir-list mailing list