summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/libvirt/xml
Commit message (Collapse)AuthorAgeFilesLines
* [libvirt] source address in hostdev must not contain attribute "type"Simon Rettberg2024-10-231-1/+3
|
* [libvirt] Improve error reporting by not swallowing stack traceSimon Rettberg2024-10-232-1/+7
|
* [libvirt] Fix expression: Wrong variable usedSimon Rettberg2023-07-271-1/+1
|
* [libvirt] Add methods for setting CPU migratable and pinningSimon Rettberg2023-07-262-5/+5
|
* [libvirt] Catch non-critical exception in cleanupSimon Rettberg2023-07-101-14/+5Star
|
* [libvirt] Reintroduce a very basic sanity check in Domain constructorSimon Rettberg2023-04-261-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 constructionSimon Rettberg2023-04-261-20/+8Star
| | | | | 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 safeSimon Rettberg2022-02-142-4/+7
|
* Force Unix line endings for Libvirt XML files (even on Windows platforms)Manuel Bentele2022-02-041-2/+1Star
|
* Fix path separator for resource URLs on Windows platformsManuel Bentele2022-02-031-9/+11
|
* libvirt-xml: Add speed hack for "." XPath querySimon Rettberg2021-07-021-0/+3
|
* Add Libvirt PCI, shared memory and hypervisor features for GPU passthroughManuel Bentele2021-06-102-22/+61
|
* Add OS detection for Libvirt/QEMU virtualization configurationsManuel Bentele2021-05-051-4/+55
|
* Fix errors in Javadoc commentsManuel Bentele2021-04-304-51/+60
|
* Fix error while parsing Libvirt XML document from StringManuel Bentele2021-04-261-10/+2Star
|
* Remove suppressions and fix Java 8 warningsManuel Bentele2021-03-101-5/+10
|
* Add automatic RelaxNG schema validation for Libvirt domain XML documentsManuel Bentele2021-01-302-10/+8Star
|
* Add base classes and utilites to represent Libvirt XML documentsManuel Bentele2021-01-2911-0/+1482