| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add compression and listen types to Libvirt graphics devices | Manuel Bentele | 2021-08-11 | 2 | -1/+251 |
| | | |||||
| * | Add Libvirt domain XML representation for mediated devices (mdev) | Manuel Bentele | 2021-08-10 | 4 | -3/+293 |
| | | |||||
| * | Remove the SDL graphics in the Libvirt XML domain representation | Manuel Bentele | 2021-07-30 | 3 | -73/+1![]() |
| | | |||||
| * | libvirt-xml: Add speed hack for "." XPath query | Simon Rettberg | 2021-07-02 | 1 | -0/+3 |
| | | |||||
| * | Add Libvirt PCI, shared memory and hypervisor features for GPU passthrough | Manuel Bentele | 2021-06-10 | 17 | -46/+1407 |
| | | |||||
| * | Fix bug during creation of new Libvirt filesystem node | Manuel Bentele | 2021-05-26 | 1 | -1/+1 |
| | | |||||
| * | Add OS detection for Libvirt/QEMU virtualization configurations | Manuel Bentele | 2021-05-05 | 4 | -4/+317 |
| | | |||||
| * | Fix errors in Javadoc comments | Manuel Bentele | 2021-04-30 | 11 | -60/+69 |
| | | |||||
| * | Fix error while parsing Libvirt XML document from String | Manuel Bentele | 2021-04-26 | 1 | -10/+2![]() |
| | | |||||
| * | Fix issues in filtering sources of Libvirt network interfaces | Manuel Bentele | 2021-03-26 | 2 | -3/+4 |
| | | |||||
| * | Fix issues related to a XPath query used in the Libvirt device lookup | Manuel Bentele | 2021-03-25 | 1 | -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 documents | Manuel Bentele | 2021-03-24 | 3 | -0/+321 |
| | | |||||
| * | Add parallel and serial devices to Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 4 | -0/+372 |
| | | |||||
| * | Add MAC address for network interfaces in Libvirt domain XML documents | Manuel Bentele | 2021-03-24 | 1 | -3/+31 |
| | | |||||
| * | Add support for emulator binary in Libvirt domain XML documents | Manuel Bentele | 2021-03-23 | 1 | -0/+20 |
| | | |||||
| * | Add implementation of Libvirt XML capabilities documents | Manuel Bentele | 2021-03-19 | 8 | -0/+799 |
| | | |||||
| * | Remove suppressions and fix Java 8 warnings | Manuel Bentele | 2021-03-10 | 1 | -5/+10 |
| | | |||||
| * | Add automatic RelaxNG schema validation for Libvirt domain XML documents | Manuel Bentele | 2021-01-30 | 3 | -14/+13![]() |
| | | |||||
| * | Add implementation of Libvirt domain XML documents | Manuel Bentele | 2021-01-29 | 26 | -0/+4097 |
| | | |||||
| * | Add base classes and utilites to represent Libvirt XML documents | Manuel Bentele | 2021-01-29 | 11 | -0/+1482 |

