Jovanka Gulicoska
62aff792ac
qemu: Replace VIR_ERROR with standard vir*Error in state driver init
2016-06-07 13:47:13 -04:00
Jovanka Gulicoska
9c9afba4c0
xen: Replace VIR_ERROR with standard vir*Error in state driver init
2016-06-07 13:47:13 -04:00
Jovanka Gulicoska
de48ee1d6c
uml: Replace VIR_ERROR with standard vir*Error in state driver init
2016-06-07 13:46:34 -04:00
Jovanka Gulicoska
580dbf06a4
storage: Replace VIR_ERROR with standard vir*Error in state driver init
...
Replace VIR_ERROR with virReportError and virReportSystemError
2016-05-23 15:42:46 -04:00
Jovanka Gulicoska
1433c803c9
nwfilter: Replace VIR_ERROR with standard vir*Error in state driver init
...
Replace VIR_ERROR with virReportError
2016-05-23 15:42:46 -04:00
Jovanka Gulicoska
1223f7b23e
libxl: Replace VIR_ERROR with standard vir*Error in state driver init
...
Replace VIR_ERROR with virReportError
2016-05-23 15:42:46 -04:00
Jovanka Gulicoska
86d1ae0479
bhyve: Replace VIR_ERROR with standard vir*Error in state driver init
...
Replace VIR_ERROR with virReportError
2016-05-23 15:42:46 -04:00
Jovanka Gulicoska
b29e08dbe3
More usage of virGetLastErrorMessage
...
Convert to virGetLastErrorMessage() in the rest of the code
2016-05-19 15:17:03 -04:00
Jovanka Gulicoska
c66150eca1
tests: More usage of virGetLastErrorMessage()
...
Use virGetLastErrorMessage() instead of virGetLastError() in tests
2016-05-19 15:17:03 -04:00
Jovanka Gulicoska
3e5b35a538
qemu: Replace some VIR_ERROR with vir*Error
...
qemuStateInitialize uses a mix of VIR_ERROR and standard vir*Error
calls. Prefer the standard vir*Error
2016-03-24 14:13:21 -04:00
Jovanka Gulicoska
2c20574d5b
qemu: Don't duplicate virGetLastErrorMessage
...
These uses of virGetLastError message are just duplicating
virGetLastErrorMessage.
2016-03-24 14:04:18 -04:00
Jovanka Gulicoska
9a0c7f5f83
driver: log missing modules as INFO, not WARN
...
Missing modules is a common expected scenario for most libvirt usage on
RPM distributions like Fedora, so it doesn't really warrant logging at
WARN level. Use INFO instead
https://bugzilla.redhat.com/show_bug.cgi?id=1274849
2016-03-17 16:50:05 -04:00