index
:
bwlp/master-sync-shared.git
de-generic-virtualizer
feature/docker-data-container
master
Gemeinsam genutzte Funktionen und Klassen vom Masterserver und Satelliten-Daemon
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
org
/
openslx
/
libvirt
/
xml
Commit message (
Collapse
)
Author
Age
Files
Lines
*
[libvirt] source address in hostdev must not contain attribute "type"
Simon Rettberg
2024-10-23
1
-1
/
+3
|
*
[libvirt] Improve error reporting by not swallowing stack trace
Simon Rettberg
2024-10-23
2
-1
/
+7
|
*
[libvirt] Fix expression: Wrong variable used
Simon Rettberg
2023-07-27
1
-1
/
+1
|
*
[libvirt] Add methods for setting CPU migratable and pinning
Simon Rettberg
2023-07-26
2
-5
/
+5
|
*
[libvirt] Catch non-critical exception in cleanup
Simon Rettberg
2023-07-10
1
-14
/
+5
|
*
[libvirt] Reintroduce a very basic sanity check in Domain constructor
Simon Rettberg
2023-04-26
1
-0
/
+5
|
|
|
|
|
|
|
This is to avoid false positives when we do virtualizer detection by handing the selected config file to every virtualizer class. Currently this should not matter since VBox comes before libvirt, but this might change in the future.
*
[libvirt] Remove config validation on construction
Simon Rettberg
2023-04-26
1
-20
/
+8
|
|
|
|
|
Instead, we should do this explicitly after instantiating, so we can give the user the option to ignore this error and proceed.
*
Always pass charset in String constructor; don't treat strings as binary safe
Simon Rettberg
2022-02-14
2
-4
/
+7
|
*
Force Unix line endings for Libvirt XML files (even on Windows platforms)
Manuel Bentele
2022-02-04
1
-2
/
+1
|
*
Fix path separator for resource URLs on Windows platforms
Manuel Bentele
2022-02-03
1
-9
/
+11
|
*
libvirt-xml: Add speed hack for "." XPath query
Simon Rettberg
2021-07-02
1
-0
/
+3
|
*
Add Libvirt PCI, shared memory and hypervisor features for GPU passthrough
Manuel Bentele
2021-06-10
2
-22
/
+61
|
*
Add OS detection for Libvirt/QEMU virtualization configurations
Manuel Bentele
2021-05-05
1
-4
/
+55
|
*
Fix errors in Javadoc comments
Manuel Bentele
2021-04-30
4
-51
/
+60
|
*
Fix error while parsing Libvirt XML document from String
Manuel Bentele
2021-04-26
1
-10
/
+2
|
*
Remove suppressions and fix Java 8 warnings
Manuel Bentele
2021-03-10
1
-5
/
+10
|
*
Add automatic RelaxNG schema validation for Libvirt domain XML documents
Manuel Bentele
2021-01-30
2
-10
/
+8
|
*
Add base classes and utilites to represent Libvirt XML documents
Manuel Bentele
2021-01-29
11
-0
/
+1482