diff options
author | Dave Allan <dallan@redhat.com> | 2010-06-21 21:09:21 +0000 |
---|---|---|
committer | Dave Allan <dallan@redhat.com> | 2010-06-21 21:09:21 +0000 |
commit | 0517c9a45ab976e597ba7abfec859593406a867f (patch) | |
tree | 10260e0e2694ec45b36b4db3ff8a7a92f1b3e92c /libvirt-override-virConnect.py | |
parent | e577043fd03c79e2755bf9d13f7117c170ce203c (diff) | |
download | libvirt-python-v6-0517c9a45ab976e597ba7abfec859593406a867f.tar.gz libvirt-python-v6-0517c9a45ab976e597ba7abfec859593406a867f.tar.xz libvirt-python-v6-0517c9a45ab976e597ba7abfec859593406a867f.zip |
libvirt-0.8.1-10.el6libvirt-0.8.1-13.el6libvirt-0.8.1-12.el6libvirt-0.8.1-11.el6libvirt-0.8.1-10.el6
- Add multiIQN XML output
- Resolves: rhbz#587700
- Fix udev node device parent-child device relationships
- Resolves: rhbz#593995
- Fix leaks in udev device add/remove
- Resolves: rhbz#595490
- Fix device destroy return value
- Resolves: rhbz#597998
- Update nodedev scsi_host data before use
- Resolves: rhbz#600048
- Display wireless devices in nodedev list
- Resolves: rhbz#604811
- Show pool and domain persistence
- Resolves: rhbz#603696
- Fix cleanup after failing to hotplug a PCI device
- Resolves: rhbz#605168
- Add '-nodefconfig' command line arg to QEMU
- Resolves: rhbz#602778
- Switch to private redhat namespace for QMP I/O error reason
- Resolves: rhbz#586353
- Improve error messages for missing drivers & unsupported functions
- Resolves: rhbz#595609
- macvtap: get interface index if not provided
- Resolves: rhbz#605187
- Fix leaks in remote code
- Resolves: rhbz#603442
- Add an optional switch --uuid to the virsh vol-pool command
- Resolves: rhbz#604929
- Change per-connection hashes to be indexed by UUIDs
- Resolves: rhbz#603494
- Run virsh from libvirt-guests script with /dev/null on stdin
- Resolves: rhbz#606314
- Increase dd block size to speed up domain save
- Resolves: rhbz#601775
- Fix reference counting bugs on qemu monitor
- Resolves: rhbz#602660
- Add missing action parameter in IO error callback
- Resolves: rhbz#607157
Diffstat (limited to 'libvirt-override-virConnect.py')
-rw-r--r-- | libvirt-override-virConnect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvirt-override-virConnect.py b/libvirt-override-virConnect.py index df39b79..1a1cdd0 100644 --- a/libvirt-override-virConnect.py +++ b/libvirt-override-virConnect.py @@ -94,7 +94,7 @@ cb = cbData["cb"] opaque = cbData["opaque"] - cb(self, virDomain(self, _obj=dom), srcPath, devAlias, opaque) + cb(self, virDomain(self, _obj=dom), srcPath, devAlias, action, opaque) return 0 except AttributeError: pass |