libvirt/src
John Ferlan 4337bc57be nodedev: Return the parent for a virNodeDevicePtr struct
When the 'parent' was added to the virNodeDevicePtr structure
by commit id 'e8a4ea75a' the 'parent' field was not properly filled
in when a virGetNodeDevice call was made within driver/config code.
Only the device name was ever filled in. Fetching the parent required
a second trip via virNodeDeviceGetParent into the node device lookup
code was required in order to retrieve the specific parent field (and
still the parent field was never filled in although it was free'd).

Since we have the data when we initially call virGetNodeDevice from
within driver/node_config code - let's just fill in the parent field
as well for anyone that wants it without requiring another trip into
the node_device lookup just to get the parent.

This will allow API's such as virConnectListAllNodeDevices,
virNodeDeviceLookupByName, and virNodeDeviceLookupSCSIHostByWWN
to retrieve both name and parent in the returned virNodeDevicePtr.

Signed-off-by: John Ferlan <jferlan@redhat.com>
2017-02-16 12:23:04 -05: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 bhyve: add e1000 nic support 2017-02-11 06:51:28 +04:00
conf nodedev: Return the parent for a virNodeDevicePtr struct 2017-02-16 12:23:04 -05:00
cpu cpu: fix typo: rename __kvm_hv_spinlock to __kvm_hv_spinlocks 2017-02-09 13:52:16 +01: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 Fix Multiple Typos 2016-09-22 13:55:09 -04:00
libxl libxl: fix coverity issues introduced by 6a95edf 2017-02-16 12:19:35 -05:00
locking virtlockd: fix systemd unit file dependancies 2017-02-03 16:40:08 +00:00
logging daemon: Hook up the virLog{Get,Set}DefaultOutput to the daemon's init routine 2016-12-15 10:36:23 +01:00
lxc lxc_container: Drop userns_supported 2017-01-11 18:05:03 +01:00
network network: honor mtu setting when creating network 2017-02-07 14:00:27 -05:00
node_device nodedev: Return the parent for a virNodeDevicePtr struct 2017-02-16 12:23:04 -05:00
nwfilter
openvz Move virstat.c code to virnetdevtap.c 2016-12-09 10:28:07 +01:00
phyp conf: Extend virDomainDeviceDefPostParse for parseOpaque 2016-09-26 16:50:12 +02:00
qemu Validate required CPU features even for host-passthrough 2017-02-16 15:22:49 +01:00
remote remote generator: Increase upper limit on lists of node devices 2017-02-10 16:05:24 +01:00
rpc rpc: Fix potentially segfaults 2017-02-12 15:02:42 -05:00
secret secret: add support for value change events 2017-01-09 16:42:04 +00:00
security apparmor: don't fail on non-apparmor <seclabel> 2017-02-14 16:53:30 -07:00
storage storage: Fix checking whether source filesystem is mounted 2017-02-10 17:01:12 +01:00
test nodedev: Return the parent for a virNodeDevicePtr struct 2017-02-16 12:23:04 -05:00
uml util: add MTU arg to virNetDevTapCreateInBridgePort() 2017-02-07 13:45:08 -05:00
util qemu: Allow empty script path to <interface/> 2017-02-16 17:39:34 +01:00
vbox vbox: consolidate vbox IID structures. 2017-01-10 19:20:08 -05:00
vmware Forbid new-line char in name of new domain 2016-11-22 14:35:14 +01:00
vmx Introduce virDomainChrSourceDefNew for virDomainChrDefPtr 2016-10-21 14:03:36 -04:00
vz vz: cleanup: remove unused constant 2017-02-09 13:06:15 +03:00
xen Move virstat.c code to virnetdevtap.c 2016-12-09 10:28:07 +01: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 cpuGetModels: Switch to virArch 2016-09-22 15:40:08 +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 driver.c:fix a typo 2016-09-21 16:17:22 -04:00
driver.h
dtrace2systemtap.pl
fdstream.c
fdstream.h
internal.h internal: Simplify STREQ_NULLABLE 2017-01-05 14:40:15 +01: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
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
libvirt_lxc.syms
libvirt_openvz.syms
libvirt_private.syms util: Introduce virFileComparePaths 2017-02-10 17:01:12 +01:00
libvirt_probes.d
libvirt_public.syms Introduce secret lifecycle event APIs 2017-01-09 15:53:48 +00:00
libvirt_qemu_probes.d
libvirt_qemu.syms
libvirt_remote.syms
libvirt_sasl.syms
libvirt_vmware.syms
libvirt_vmx.syms
libvirt_xenconfig.syms xenconfig: support vif bandwidth in sexpr parser and formatter 2016-01-08 18:56:00 -07:00
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 Revert "perf: Add cache_l1d perf event support" 2017-01-16 16:54:34 +00: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 Fix various code comment typos 2016-09-26 08:06:30 -04: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 Fix build-time pkg-config files in VPATH 2014-11-06 15:59:28 +01:00
lock_protocol-structs
lxc_monitor_protocol-structs
lxc_protocol-structs
Makefile.am storage: Introduce Virtuozzo vstorage backend 2017-01-26 10:43:42 -05:00
nodeinfo.c
nodeinfo.h
qemu_protocol-structs
README
remote_protocol-structs Update remote_protocol-structs for new events 2017-01-09 19:53:55 +01: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