[libvirt] [PATCH 0/4] bhyve integration: pie, blk, MAC, host API

Wojciech Macek wma at semihalf.com
Thu Mar 20 08:39:19 UTC 2014


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




More information about the libvir-list mailing list