summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/libvirt/domain/device
Commit message (Collapse)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] 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-232-4/+8
|
* [libvirt] Add support for <redirdev> devicesSimon Rettberg2024-09-194-8/+244
|
* [spice] Switch default port to 59000 to lower risk of collisionSimon Rettberg2023-07-261-1/+1
| | | | 5900 is default for VNC which we use for remote access.
* [libvirt] Fix buildSimon Rettberg2023-06-281-6/+3Star
|
* [libvirt] Allow setting PCI address on Device levelSimon Rettberg2023-06-264-56/+70
| | | | | | | Devices like video and disk can be PCI Devices and thus have an <address> tag that defines where on the PCI bus it sits. Move the according helper functions for getting/setting this address from HostDevPci up to Device.
* Always pass charset in String constructor; don't treat strings as binary safeSimon Rettberg2022-02-141-4/+4
|
* 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 'ramfb' option to Libvirt's mediated device representationManuel Bentele2021-08-161-1/+21
|
* 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-103-3/+271
|
* Remove the SDL graphics in the Libvirt XML domain representationManuel Bentele2021-07-302-62/+1Star
|
* Add Libvirt PCI, shared memory and hypervisor features for GPU passthroughManuel Bentele2021-06-1014-22/+1218
|
* Fix bug during creation of new Libvirt filesystem nodeManuel Bentele2021-05-261-1/+1
|
* Fix errors in Javadoc commentsManuel Bentele2021-04-306-8/+8
|
* Fix issues in filtering sources of Libvirt network interfacesManuel Bentele2021-03-261-2/+2
|
* Add shared folder support to Libvirt domain XML documentsManuel Bentele2021-03-242-0/+299
|
* Add parallel and serial devices to Libvirt domain XML documentsManuel Bentele2021-03-243-0/+328
|
* Add MAC address for network interfaces in Libvirt domain XML documentsManuel Bentele2021-03-241-3/+31
|
* Add implementation of Libvirt domain XML documentsManuel Bentele2021-01-2924-0/+2962