summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/libvirt/domain/device/HostdevPci.java
Commit message (Collapse)AuthorAgeFilesLines
* [libvirt] Allow setting PCI address on Device levelSimon Rettberg2023-06-261-51/+8Star
| | | | | | | 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.
* Add Libvirt PCI, shared memory and hypervisor features for GPU passthroughManuel Bentele2021-06-101-16/+54
|
* Fix errors in Javadoc commentsManuel Bentele2021-04-301-1/+1
|
* Add implementation of Libvirt domain XML documentsManuel Bentele2021-01-291-0/+79