libvirt/src/bhyve
Roman Bogorodskiy 4277e61e22 bhyve: soften requirements for slot 1
Currently, slot 1 is only allowed to be used by the LPC device.
Relax this requirement and allow to use slot 1 if it was explicitly
specified by the user for any other device type. In this case the LPC
device will have the next available address.

If slot 1 was not used by the user, it'll be reserved for the LPC
device, even if it is not configured to make address assignment
consistent in case the LPC device becomes necessary (e.g. the user
adds a console or a video device which require LPC).

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2020-09-21 20:03:45 +04:00
..
bhyve_capabilities.c bhyve: implement sound device support 2020-08-25 08:42:16 +04:00
bhyve_capabilities.h bhyve: implement sound device support 2020-08-25 08:42:16 +04:00
bhyve_command.c bhyve: support 'isa' controller for LPC 2020-09-21 20:03:00 +04:00
bhyve_command.h bhyve: simplify driver caps helpers 2020-02-24 01:52:22 +01:00
bhyve_conf.c bhyve_conf: Drop unused 'error' label in virBhyveDriverConfigNew() 2019-10-22 08:52:04 +02:00
bhyve_conf.h
bhyve_device.c bhyve: soften requirements for slot 1 2020-09-21 20:03:45 +04:00
bhyve_device.h
bhyve_domain.c bhyve: support 'isa' controller for LPC 2020-09-21 20:03:00 +04:00
bhyve_domain.h bhyve: support 'isa' controller for LPC 2020-09-21 20:03:00 +04:00
bhyve_driver.c bhyve: use g_auto() for all virBuffers 2020-07-08 16:32:17 -04:00
bhyve_driver.h bhyve: simplify driver caps helpers 2020-02-24 01:52:22 +01:00
bhyve_monitor.c bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_monitor.h bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_parse_command.c Move declarations before statements 2020-08-25 19:03:11 +02:00
bhyve_parse_command.h
bhyve_process.c bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_process.h bhyve: add reboot support 2020-02-24 17:25:11 +00:00
bhyve_utils.h bhyve: utils: use relative path for virclosecallbacks.h 2020-02-24 20:16:24 +01:00
bhyve.conf
libvirtd_bhyve.aug src: fix word spell typos 2020-07-09 10:01:41 +02:00
meson.build Fix linkage to libutil and libkvm on FreeBSD 11 2020-09-10 13:11:46 +01:00
test_libvirtd_bhyve.aug.in