libvirt/src/conf
Roman Bogorodskiy 6c91134de4 bhyve: add console support through nmdm device
nmdm is a FreeBSD driver which allows to create a pair of tty
devices one of which is passed to the guest and second is used
by the client.

This patch adds new 'nmdm' character device type. Its definition
looks this way:

<serial type='nmdm'>
  <source master='/dev/nmdm0A' slave='/dev/nmdm0B'/>
</serial>

Master is passed to the hypervisior and slave is used for client
connection.

Also implement domainOpenConsole() for bhyve driver based on that.
2014-04-05 19:12:18 +04:00
..
capabilities.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
capabilities.h maint: avoid further typedef accidents 2013-10-30 17:02:12 -06:00
cpu_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
cpu_conf.h maint: avoid 'const fooPtr' in cpu files 2013-10-14 13:11:20 -06:00
device_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
device_conf.h Rename util.{c,h} to virutil.{c,h} 2012-12-21 11:19:49 +00:00
domain_audit.c bhyve: add console support through nmdm device 2014-04-05 19:12:18 +04:00
domain_audit.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
domain_conf.c bhyve: add console support through nmdm device 2014-04-05 19:12:18 +04:00
domain_conf.h bhyve: add console support through nmdm device 2014-04-05 19:12:18 +04:00
domain_event.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
domain_event.h qemu: create object for qemu monitor events 2014-03-20 11:25:37 -06:00
domain_nwfilter.c Use K&R style for curly braces in src/conf/ 2014-03-20 17:16:38 +01:00
domain_nwfilter.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
interface_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
interface_conf.h conf: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENT 2014-03-10 13:45:10 +01:00
netdev_bandwidth_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
netdev_bandwidth_conf.h Rename xml.{c,h} to virxml.{c,h} 2012-12-21 11:19:50 +00:00
netdev_vlan_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
netdev_vlan_conf.h maint: avoid 'const fooPtr' in conf 2013-10-14 14:34:38 -06:00
netdev_vport_profile_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
netdev_vport_profile_conf.h Rename xml.{c,h} to virxml.{c,h} 2012-12-21 11:19:50 +00:00
network_conf.c network: fix problems with SRV records 2014-03-26 16:42:43 +02:00
network_conf.h conf: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENT 2014-03-10 13:45:10 +01:00
network_event.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
network_event.h event: move event filtering to daemon (regression fix) 2014-02-05 08:03:31 -07:00
node_device_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
node_device_conf.h conf: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENT 2014-03-10 13:45:10 +01:00
nwfilter_conf.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
nwfilter_conf.h nwfilter: Add ARP src/dst IP mask for ebtables ARP 2014-03-13 18:30:09 -04:00
nwfilter_ipaddrmap.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
nwfilter_ipaddrmap.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
nwfilter_params.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
nwfilter_params.h conf: Utilize more of VIR_(APPEND|INSERT|DELETE)_ELEMENT 2014-03-10 13:45:10 +01:00
object_event_private.h event: prepare client to track domain callbackID 2014-02-12 10:48:15 -07:00
object_event.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
object_event.h event: add notion of remoteID for filtering client network events 2014-01-15 13:55:21 -07:00
secret_conf.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
secret_conf.h maint: avoid 'const fooPtr' in conf 2013-10-14 14:34:38 -06:00
snapshot_conf.c conf: track when storage type is still undetermined 2014-04-04 10:58:23 -06:00
snapshot_conf.h conf: let snapshots share disk source struct 2014-04-01 10:38:15 -06:00
storage_conf.c conf: track sizes directly in source struct 2014-04-02 06:03:00 -06:00
storage_conf.h conf: track sizes directly in source struct 2014-04-02 06:03:00 -06:00
virchrdev.c Indent top-level labels by one space in src/conf/ 2014-03-25 14:58:38 +01:00
virchrdev.h conf: Add unix socket support to virChrdevOpen 2013-01-04 18:07:11 -07:00