summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/util/XmlHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* [libvirt] Add methods for setting CPU migratable and pinningSimon Rettberg2023-07-261-3/+12
|
* [libvirt] Add method to add GVT-g override dataSimon Rettberg2023-02-011-0/+40
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* Remove error printing in low level XML helper methodManuel Bentele2021-05-211-4/+9
| | | | | | | | The needless error printing during parsing of a XML document can be removed since an failed attempt to parse the document will be reported outside of the XML helper method. Fixes: #3855 (partly)
* Implements XML schema validation for VirtualBox configurationsManuel Bentele2021-05-121-1/+47
|
* [vbox] new XmlHelper class + usage thereofJonathan Bauer2018-04-251-0/+108