summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/libvirt/xml/LibvirtXmlDocument.java
Commit message (Collapse)AuthorAgeFilesLines
* [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-141-3/+5
|
* Force Unix line endings for Libvirt XML files (even on Windows platforms)Manuel Bentele2022-02-041-2/+1Star
|
* 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-301-6/+5Star
|
* Add base classes and utilites to represent Libvirt XML documentsManuel Bentele2021-01-291-0/+374