libvirt/src
Laine Stump d5f4abefc2 util: if setting admin MAC to 00:00:00:00:00:00 fails, try 02:00:00:00:00:00
Some PF drivers allow setting the admin MAC (that is the MAC address
that the VF will be initialized to the next time the VF's driver is
loaded) to 00:00:00:00:00:00, and some don't. Multiple drivers
initialize the admin MACs to all 0, but don't allow setting it to that
very same value. It has been an uphill battle convincing the driver
people that it's reasonable to expect The argument that's used is
that an all 0 device MAC address on a device is invalid; however, from
an outsider's point of view, when the admin MAC is set to 0 at the
time the VF driver is loaded, the VF's MAC is *not* set to 0, but to a
random non-0 value. But that's beside the point - even if I could
convince one or two SRIOV driver maintainers to permit setting the
admin MAC to 0, there are still several other drivers.

So rather than fighting that losing battle, this patch checks for a
failure to set the admin MAC due to an all 0 value, and retries it
with 02:00:00:00:00:00. That won't result in a random value being set
in the VF MAC at next VF driver init, but that's okay, because we
always want to set a specific value anyway. Rather, the "almost 0"
setting makes it easy to visually detect from the output of "ip link
show" which VFs are currently in use and which are free.
2017-03-27 10:21:18 -04:00
..
access conf: simplify internal virSecretDef handling of usage 2017-01-09 15:53:49 +00:00
admin admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01:00
bhyve Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
conf conf: Enable cold-plug of a mediated device 2017-03-27 15:39:35 +02:00
cpu Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
esx Forbid new-line char in name of new domain 2016-11-22 14:35:14 +01:00
hyperv hyperv: additional server 2008 wmi classes 2016-09-15 09:27:48 +02:00
interface conf: Introduce virinterfaceobj 2017-03-06 07:07:01 -05:00
libxl Move src/fdstream to src/util/virfdstream 2017-03-27 13:13:29 +02:00
locking (log|lock)daemon: Don't spam logs with IO error messages after client disconnects 2017-03-17 17:20:22 +01:00
logging (log|lock)daemon: Don't spam logs with IO error messages after client disconnects 2017-03-17 17:20:22 +01:00
lxc util: Fix naming in util/virnodesuspend 2017-03-27 13:13:29 +02:00
network network: only check for IPv6 RA routes when the network has an IPv6 address 2017-03-24 09:33:55 -04:00
node_device util: Rename virFileWaitForDevices 2017-03-15 21:17:47 -04:00
nwfilter conf: Use consistent function name prefixes for virnwfilterobj 2017-03-07 13:27:25 -05:00
openvz Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
phyp Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
qemu qemu: Log additional data from hyperv crash notifier 2017-03-27 16:15:44 +02:00
remote lib: Add API for setting the threshold size for VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD 2017-03-27 10:09:49 +02:00
rpc rpc: serverclient: Add option to suppress errors on EOF 2017-03-17 17:20:22 +01:00
secret secret: add support for value change events 2017-01-09 16:42:04 +00:00
security security: Enable labeling of vfio mediated devices 2017-03-27 15:39:35 +02:00
storage Move src/fdstream to src/util/virfdstream 2017-03-27 13:13:29 +02:00
test Move src/fdstream to src/util/virfdstream 2017-03-27 13:13:29 +02:00
uml util: Fix naming in util/virnodesuspend 2017-03-27 13:13:29 +02:00
util util: if setting admin MAC to 00:00:00:00:00:00 fails, try 02:00:00:00:00:00 2017-03-27 10:21:18 -04:00
vbox Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
vmware Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
vmx Introduce virDomainChrSourceDefNew for virDomainChrDefPtr 2016-10-21 14:03:36 -04:00
vz Remove src/nodeinfo 2017-03-27 13:13:29 +02:00
xen util: Fix naming in util/virnodesuspend 2017-03-27 13:13:29 +02:00
xenapi Forbid new-line char in name of new domain 2016-11-22 14:35:14 +01:00
xenconfig xenconfig: fix xml to xl.cfg conversion with no graphics 2017-02-08 08:41:13 -07:00
admin_protocol-structs admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01:00
check-aclperms.pl
check-aclrules.pl vz: add ACL checks to API calls 2016-08-23 19:48:01 +03:00
check-driverimpls.pl
check-drivername.pl
check-symfile.pl
check-symsorting.pl
datatypes.c conf: simplify internal virSecretDef handling of usage 2017-01-09 15:53:49 +00:00
datatypes.h Fix indentation in datatypes.h 2017-02-09 17:31:41 -05:00
driver-hypervisor.h lib: Add API for setting the threshold size for VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD 2017-03-27 10:09:49 +02:00
driver-interface.h
driver-network.h
driver-nodedev.h Introduce node device lifecycle event APIs 2016-08-02 09:52:00 -04:00
driver-nwfilter.h
driver-secret.h Introduce secret lifecycle event APIs 2017-01-09 15:53:48 +00:00
driver-state.h
driver-storage.h storage: Introduce virStorageVolInfoFlags 2016-12-20 13:52:39 -05:00
driver-stream.h
driver.c daemon: Refactor connection driver module loading 2017-02-21 09:24:33 +01:00
driver.h daemon: Refactor connection driver module loading 2017-02-21 09:24:33 +01:00
dtrace2systemtap.pl
internal.h Add ATTRIBUTE_FALLTHROUGH for switch cases without break 2017-02-23 10:11:16 +00:00
libvirt_admin_private.syms admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01:00
libvirt_admin_public.syms admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01:00
libvirt_atomic.syms
libvirt_driver_modules.syms driver: Split/refactor driver module loading 2017-02-21 08:48:51 +01:00
libvirt_esx.syms
libvirt_gnutls.syms
libvirt_internal.h
libvirt_libssh2.syms
libvirt_libssh.syms libssh_transport: add new libssh-based transport 2016-11-15 15:50:51 +01:00
libvirt_linux.syms util: Adapt virhostcpu to the new virsysfs 2017-03-27 13:13:29 +02:00
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms util: remove unused functions from virnetdev.c 2017-03-27 10:19:42 -04:00
libvirt_probes.d
libvirt_public.syms lib: Add API for setting the threshold size for VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD 2017-03-27 10:09:49 +02:00
libvirt_qemu_probes.d
libvirt_qemu.syms
libvirt_remote.syms Rename virNetClient*AddrString 2016-06-23 22:31:20 +02:00
libvirt_sasl.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt_xenconfig.syms
libvirt_xenxlconfig.syms
libvirt-admin.c admin: Introduce virAdmConnectSetLoggingFilters 2016-12-15 10:36:23 +01:00
libvirt-admin.conf
libvirt-domain-snapshot.c
libvirt-domain.c qemu: stats: Display the block threshold size in bulk stats 2017-03-27 10:35:20 +02:00
libvirt-host.c cpu: Special case models == NULL in cpuGetModels 2016-09-22 15:40:08 +02:00
libvirt-interface.c
libvirt-lxc.c Don't error when attaching security label of model "none" 2016-08-03 10:58:31 +01:00
libvirt-lxc.pc.in
libvirt-network.c
libvirt-nodedev.c nodedev: Introduce new drm cap 2017-02-17 16:09:15 +01:00
libvirt-nwfilter.c
libvirt-qemu.c
libvirt-qemu.pc.in
libvirt-secret.c Introduce secret lifecycle event APIs 2017-01-09 15:53:48 +00:00
libvirt-storage.c storage: Introduce virStorageVolInfoFlags 2016-12-20 13:52:39 -05:00
libvirt-stream.c
libvirt.c virconf: Fix config file path construction 2016-07-27 12:13:13 +02:00
libvirt.conf
libvirt.pc.in
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am util: Introduce new module virmdev 2017-03-27 15:39:35 +02:00
qemu_protocol-structs
README
remote_protocol-structs lib: Add API for setting the threshold size for VIR_DOMAIN_EVENT_ID_BLOCK_THRESHOLD 2017-03-27 10:09:49 +02:00
virkeepaliveprotocol-structs
virnetprotocol-structs

       libvirt library code README
       ===========================

The directory provides the bulk of the libvirt codebase. Everything
except for the libvirtd daemon and client tools. The build uses a
large number of libtool convenience libraries - one for each child
directory, and then links them together for the final libvirt.so,
although some bits get linked directly to libvirtd daemon instead.

The files directly in this directory are supporting the public API
entry points & data structures.

There are two core shared modules to be aware of:

 * util/  - a collection of shared APIs that can be used by any
            code. This directory is always in the include path
            for all things built

 * conf/  - APIs for parsing / manipulating all the official XML
            files used by the public API. This directory is only
            in the include path for driver implementation modules

 * vmx/   - VMware VMX config handling (used by esx/ and vmware/)


Then there are the hypervisor implementations:

 * bhyve         - bhyve - The BSD Hypervisor
 * esx/          - VMware ESX and GSX support using vSphere API over SOAP
 * hyperv/       - Microsoft Hyper-V support using WinRM
 * lxc/          - Linux Native Containers
 * openvz/       - OpenVZ containers using cli tools
 * phyp/         - IBM Power Hypervisor using CLI tools over SSH
 * qemu/         - QEMU / KVM using qemu CLI/monitor
 * remote/       - Generic libvirt native RPC client
 * test/         - A "mock" driver for testing
 * uml/          - User Mode Linux
 * vbox/         - Virtual Box using native API
 * vmware/       - VMware Workstation and Player using the vmrun tool
 * xen/          - Xen using hypercalls, XenD SEXPR & XenStore
 * xenapi/       - Xen using libxenserver


Finally some secondary drivers that are shared for several HVs.
Currently these are used by LXC, OpenVZ, QEMU, UML and Xen drivers.
The ESX, Hyper-V, Power Hypervisor, Remote, Test & VirtualBox drivers all
implement the secondary drivers directly

 * cpu/          - CPU feature management
 * interface/    - Host network interface management
 * network/      - Virtual NAT networking
 * nwfilter/     - Network traffic filtering rules
 * node_device/  - Host device enumeration
 * secret/       - Secret management
 * security/     - Mandatory access control drivers
 * storage/      - Storage management drivers


Since both the hypervisor and secondary drivers can be built as
dlopen()able modules, it is *FORBIDDEN* to have build dependencies
between these directories. Drivers are only allowed to depend on
the public API, and the internal APIs in the util/ and conf/
directories