search for: nodedevice

Displaying 5 results from an estimated 5 matches for "nodedevice".

Did you mean: node_device
2015 Apr 11
1
XML Parser failing due to cryptic Serial Number.
...xmlobj(self._get_raw_xml())   File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 228, in _build_xmlobj     return self._parseclass(self.conn.get_backend(), parsexml=xml)   File "/usr/share/virt-manager/virtManager/nodedev.py", line 27, in _parse_convert     return NodeDevice.parse(conn, parsexml)   File "/usr/share/virt-manager/virtinst/nodedev.py", line 95, in parse     tmpdev = NodeDevice(conn, parsexml=xml, allow_node_instantiate=True)   File "/usr/share/virt-manager/virtinst/nodedev.py", line 106, in __init__     XMLBuilder.__init__(self, *args,...
2014 Oct 19
2
HostDevev SCSI Devices
...tp://libvirt.org/formatdomain.html#elementsHostDevSubsys At this description used "drive"-typed address for SCSI. But when i get xml-description of scsi-devices by <code> unsigned int flags = VIR_CONNECT_LIST_NODE_DEVICES_CAP_SCSI_HOST ; int ret = virConnectListAllNodeDevices (currWorkConnect, &nodeDevices, flags); then get by virNodeDeviceGetXMLDesc(nodeDevices[i], 0)); </code> i have same: <device> <name>scsi_host2</name> <path>/sys/devices/pci0000:00/0000:00:1f.2/ata3/host2</path> <parent>pci_0000_...
2010 Jul 01
0
ANNOUNCE: ruby-libvirt bindings 0.2.0
...dom.active?, dom.persistent?, dom.snapshot_create_xml, dom.num_of_snapshots, dom.list_snapshots, dom.lookup_snapshot_by_name, dom.has_current_snapshot?, dom.revert_to_snapshot, dom.current_snapshot, snapshot.xml_desc, snapshot.delete, dom.job_info, and dom.abort_job - Implementation of the NodeDevice class - Implementation of the Secret class - Implementation of the NWFilter class - Implementation of the Interface class - Conversion of the development tree to git - New maintainer (me). David Lutterkort has agreed to transfer maintainership of the bindings over to me, since he is not actively...
2013 Dec 10
0
ANNOUNCE: ruby-libvirt 0.5.0
...tation, and bugfixes: * Updated Network class, implementing almost all libvirt APIs * Updated Domain class, implementing almost all libvirt APIs * Updated Connection class, implementing almost all libvirt APIs * Updated DomainSnapshot class, implementing almost all libvirt APIs * Updated NodeDevice class, implementing almost all libvirt APIs * Updated Storage class, implementing almost all libvirt APIs * Add constants for almost all libvirt defines * Improved performance in the library by using alloca Version 0.5.0 is available from http://libvirt.org/ruby: Tarball: http://libvirt.org...
2010 Jul 05
0
Release of libvirt-0.8.2
...udev: Parse PCI devices even if libpciaccess fails (Cole Robinson) - qemu: Improve some qemu.conf error reporting (Cole Robinson) - util: virExec: Dispatch all errors raised after fork (Cole Robinson) - virsh: tweak help output for VSH_OT_DATA (Eric Blake) - Check for active PCI devices when doing nodedevice operations. (Chris Lalancette) - virsh: add new --details option to pool-list (Justin Clift) - Selectively ignore domainSetSecurityAllLabel failure in domain restore (Laine Stump) - use virStorageFileIsSharedFS utility function in qemudDomainSaveFlag (Laine Stump) - Enhance virStorageFileIsSharedFS...