summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/libvirt
Commit message (Expand)AuthorAgeFilesLines
* [qemu] Add getter/setter for disk cache modeHEADmasterSimon Rettberg2026-01-271-0/+10
* [libvirt] Make sure VMs have at least 5 spicevmc usb portsSimon Rettberg2025-03-273-28/+56
* Fix commentSimon Rettberg2025-03-271-4/+2Star
* [libvirt] Add methods to get/set (QXL) VRAMSimon Rettberg2025-03-171-8/+25
* [libvirt] Setting os loader to null removes the XML tagSimon Rettberg2025-03-121-1/+5
* [libvirt] Video: Add methods to adjust video memorySimon Rettberg2025-03-111-0/+36
* [libvirt] source address in hostdev must not contain attribute "type"Simon Rettberg2024-10-233-5/+11
* [libvirt] Improve error reporting by not swallowing stack traceSimon Rettberg2024-10-232-1/+7
* [libvirt] Add support for <redirdev> devicesSimon Rettberg2024-09-195-8/+250
* [libvirt] Add getter/setter for os firmwareSimon Rettberg2024-06-271-0/+20
* [libvirt] If cpu mode is passtrough, pass through cpu cache info as wellSimon Rettberg2023-07-271-0/+7
* [libvirt] Fix expression: Wrong variable usedSimon Rettberg2023-07-271-1/+1
* [libvirt] Add methods for setting CPU migratable and pinningSimon Rettberg2023-07-263-5/+49
* [libvirt] Extend setFeatureKvmHiddenState to fully fool WindowsSimon Rettberg2023-07-261-0/+10
* [spice] Switch default port to 59000 to lower risk of collisionSimon Rettberg2023-07-261-1/+1
* [libvirt] Catch non-critical exception in cleanupSimon Rettberg2023-07-101-14/+5Star
* [libvirt] Fix buildSimon Rettberg2023-06-281-6/+3Star
* [libvirt] Allow setting PCI address on Device levelSimon Rettberg2023-06-264-56/+70
* [libvirt] Reintroduce a very basic sanity check in Domain constructorSimon Rettberg2023-04-262-2/+31
* [libvirt] Remove config validation on constructionSimon Rettberg2023-04-261-20/+8Star
* [libvirt] Remove debug spamSimon Rettberg2023-02-141-4/+0Star
* [libvirt] Add method to add GVT-g override dataSimon Rettberg2023-02-011-1/+58
* Always pass charset in String constructor; don't treat strings as binary safeSimon Rettberg2022-02-143-8/+11
* 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
* Add CPU topology functionality for Libvirt domain XML configsManuel Bentele2021-11-161-0/+84
* Remove specified Libvirt OS Nvram file during QEMU VM uploadManuel Bentele2021-11-091-0/+32
* Extend Libvirt domain XML to get/set OS firmware loaderManuel Bentele2021-10-221-0/+20
* Add getter/setter for listen address and port of Libvirt SPICE graphicsManuel Bentele2021-09-012-0/+75
* Fix invalid XML paths and types in Libvirt's mediated devicesManuel Bentele2021-08-162-6/+6
* Add Libvirt support for QEMU command line optionsManuel Bentele2021-08-161-0/+76
* Add 'ramfb' option to Libvirt's mediated device representationManuel Bentele2021-08-161-1/+21
* Add getter methods to query Libvirt graphic devicesManuel Bentele2021-08-111-0/+22
* Change Java access modifier for Libvirt graphics typesManuel Bentele2021-08-112-3/+3
* Add compression and listen types to Libvirt graphics devicesManuel Bentele2021-08-112-1/+251
* Add Libvirt domain XML representation for mediated devices (mdev)Manuel Bentele2021-08-104-3/+293
* Remove the SDL graphics in the Libvirt XML domain representationManuel Bentele2021-07-303-73/+1Star
* 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-1017-46/+1407
* Fix bug during creation of new Libvirt filesystem nodeManuel Bentele2021-05-261-1/+1
* Add OS detection for Libvirt/QEMU virtualization configurationsManuel Bentele2021-05-054-4/+317
* Fix errors in Javadoc commentsManuel Bentele2021-04-3011-60/+69
* Fix error while parsing Libvirt XML document from StringManuel Bentele2021-04-261-10/+2Star
* Fix issues in filtering sources of Libvirt network interfacesManuel Bentele2021-03-262-3/+4
* Fix issues related to a XPath query used in the Libvirt device lookupManuel Bentele2021-03-251-6/+8
* Add shared folder support to Libvirt domain XML documentsManuel Bentele2021-03-243-0/+321
* Add parallel and serial devices to Libvirt domain XML documentsManuel Bentele2021-03-244-0/+372
* Add MAC address for network interfaces in Libvirt domain XML documentsManuel Bentele2021-03-241-3/+31
* Add support for emulator binary in Libvirt domain XML documentsManuel Bentele2021-03-231-0/+20
* Add implementation of Libvirt XML capabilities documentsManuel Bentele2021-03-198-0/+799