summaryrefslogtreecommitdiff
path: root/HACKING
Commit message (Collapse)AuthorAgeFilesLines
* Add virDomainCheckpoint APIsEric Blake2019-07-291-0/+2
| | | | | | | | | Copies heavily from existing virDomainSnapshot handling, regarding what special cases the generator has to be taught and what overrides need to be written. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
* HACKING: fix grammarPrabodh Agarwal2016-12-131-1/+1
|
* Update README file contents and add HACKING fileDaniel P. Berrange2013-11-261-0/+36
The previous README file from the python code is more like a HACKING file. Rename it and update the content. Then add a basic README file Signed-off-by: Daniel P. Berrange <berrange@redhat.com>