summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/libvirt/domain/Domain.java
Commit message (Collapse)AuthorAgeFilesLines
* [libvirt] If cpu mode is passtrough, pass through cpu cache info as wellSimon Rettberg2023-07-271-0/+7
|
* [libvirt] Add methods for setting CPU migratable and pinningSimon Rettberg2023-07-261-0/+44
|
* [libvirt] Extend setFeatureKvmHiddenState to fully fool WindowsSimon Rettberg2023-07-261-0/+10
|
* [libvirt] Reintroduce a very basic sanity check in Domain constructorSimon Rettberg2023-04-261-2/+26
| | | | | | | 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 debug spamSimon Rettberg2023-02-141-4/+0Star
|
* [libvirt] Add method to add GVT-g override dataSimon Rettberg2023-02-011-1/+58
|
* 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 Libvirt support for QEMU command line optionsManuel Bentele2021-08-161-0/+76
|
* Add getter methods to query Libvirt graphic devicesManuel Bentele2021-08-111-0/+22
|
* Add Libvirt domain XML representation for mediated devices (mdev)Manuel Bentele2021-08-101-0/+22
|
* Remove the SDL graphics in the Libvirt XML domain representationManuel Bentele2021-07-301-11/+0Star
|
* Add Libvirt PCI, shared memory and hypervisor features for GPU passthroughManuel Bentele2021-06-101-2/+128
|
* Add OS detection for Libvirt/QEMU virtualization configurationsManuel Bentele2021-05-051-0/+11
|
* Fix errors in Javadoc commentsManuel Bentele2021-04-301-1/+1
|
* Fix issues in filtering sources of Libvirt network interfacesManuel Bentele2021-03-261-1/+2
|
* Fix issues related to a XPath query used in the Libvirt device lookupManuel Bentele2021-03-251-6/+8
| | | | | | | | | | | The issue occurs if a Libvirt device lookup via getDevices() takes place after a device node was removed. After the removal, a bunch of empty XML text nodes remain which leads to problems in the underlying XML element nodes. Those nodes are queried with the help of relative XPath expressions which depend on valid XML element nodes. This patch restricts queries of underlying child nodes to valid XML element nodes avoiding the occurence of XPath runtime exceptions.
* Add shared folder support to Libvirt domain XML documentsManuel Bentele2021-03-241-0/+22
|
* Add parallel and serial devices to Libvirt domain XML documentsManuel Bentele2021-03-241-0/+44
|
* Add support for emulator binary in Libvirt domain XML documentsManuel Bentele2021-03-231-0/+20
|
* Add implementation of Libvirt XML capabilities documentsManuel Bentele2021-03-191-0/+116
|
* Add automatic RelaxNG schema validation for Libvirt domain XML documentsManuel Bentele2021-01-301-4/+5
|
* Add implementation of Libvirt domain XML documentsManuel Bentele2021-01-291-0/+1017