Re: [libvirt] [PATCH v5] bhyve: add a basic driver

2014-02-10 Thread Daniel P. Berrange
On Fri, Feb 07, 2014 at 02:44:31PM -0500, David Shane Holden wrote: On 02/07/14 02:51, Roman Bogorodskiy wrote: At this point it has a limited functionality and is highly experimental. Supported domain operations are: * define * start * destroy * dumpxml * dominfo Tested this a bit and it

Re: [libvirt] [PATCH v5] bhyve: add a basic driver

2014-02-07 Thread David Shane Holden
On 02/07/14 02:51, Roman Bogorodskiy wrote: At this point it has a limited functionality and is highly experimental. Supported domain operations are: * define * start * destroy * dumpxml * dominfo Tested this a bit and it works for me. I can define a domain, start, stop, and ssh into it.

Re: [libvirt] [PATCH v5] bhyve: add a basic driver

2014-02-07 Thread Roman Bogorodskiy
David Shane Holden wrote: On 02/07/14 02:51, Roman Bogorodskiy wrote: At this point it has a limited functionality and is highly experimental. Supported domain operations are: * define * start * destroy * dumpxml * dominfo Tested this a bit and it works for me. I can define a

[libvirt] [PATCH v5] bhyve: add a basic driver

2014-02-06 Thread Roman Bogorodskiy
Changes from v4: - Set acpi and apic flags based on domain definition - Add more detailed description about -H and -P flags of bhyve to justify theirs usage Roman Bogorodskiy (1): bhyve: add a basic driver configure.ac| 7 + daemon/libvirtd.c | 9 +

[libvirt] [PATCH v5] bhyve: add a basic driver

2014-02-06 Thread Roman Bogorodskiy
At this point it has a limited functionality and is highly experimental. Supported domain operations are: * define * start * destroy * dumpxml * dominfo It's only possible to have only one disk device and only one network, which should be of type bridge. --- configure.ac