Hi,
I'm working on enabling OpenStack/libvirt support for FreeBSD hosts. Please
look into some patches I'd like to submit for rewiev.
1. PIE-flag: on some FreeBSD-10 the clang toolchain is broken and cannot build
executables with PIE option, so I added the flag to let the user choose.
2. bhyve MAC: add MAC address configuration for bhyve virtio network adapter
3. bhyve blk: add support for up to 8 blk devices, atapi/sata/virtio bus with
file/block backend
4. bhyve host API: initial support for "host" functions on FreeBSD
Regards,
Wojtek
Wojciech Macek (4):
pie: add Position-Independent-Executable flag
bhyve: MAC address configuration
bhyve: multiple virtio-blk devices support
bhyve: host API support
configure.ac | 14 +++++++-
src/bhyve/bhyve_command.c | 92 ++++++++++++++++++++++++++++++-----------------
src/bhyve/bhyve_command.h | 8 +++++
src/bhyve/bhyve_driver.c | 66 ++++++++++++++++++++++++++++++++++
src/nodeinfo.c | 19 ++++++++++
5 files changed, 165 insertions(+), 34 deletions(-)
--
1.9.0