summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2015-03-03virtxml: Don't leak 'iface' in add_iface()Christophe Fergeau1-0/+1
2015-03-03build-sys: Use AM_CPPFLAGS instead of INCLUDESChristophe Fergeau1-1/+1
2014-01-30virtxml: Rename to virt-designerMichal Privoznik2-21/+21
2013-06-06Implement gvir_designer_domain_add_video()Christophe Fergeau1-0/+3
2013-06-06Implement gvir_designer_domain_add_smartcard()Christophe Fergeau1-0/+12
2013-06-06Implement gvir_designer_domain_add_usb_redir()Christophe Fergeau1-0/+15
2013-06-06Implement gvir_designer_domain_add_graphics()Christophe Fergeau1-0/+25
2013-06-05Implement gvir_designer_domain_add_sound()Christophe Fergeau1-0/+3
2013-04-18Add support for floppies and CDROMsChristophe Fergeau1-13/+95
2013-04-12Fix 'be find' typo in error messageChristophe Fergeau1-1/+1
2013-04-11virtxml: Fix 2 memory leaksChristophe Fergeau1-3/+8
2013-03-29Fix leaks of libosinfo dataChristophe Fergeau1-0/+3
2013-03-22Add GvirDesignerDomain::osinfo-dbChristophe Fergeau1-1/+1
2013-03-19Fix libvirt caps -> libosinfo platform short id mappingChristophe Fergeau1-3/+3
2013-01-23virtxml: Errors loading the Osinfo DB are not fatalChristophe Fergeau1-2/+1
2013-01-23virtxml: Fix various memory leaksChristophe Fergeau1-3/+14
2013-01-23virtxml: Switch to use osinfo_db_identify_mediaChristophe Fergeau1-7/+4
2012-12-30virtxml: Make global var localChristophe Fergeau1-1/+1
2012-09-20Create manpage for virtxmlMichal Privoznik2-0/+136
2012-09-17Implement resources settingMichal Privoznik1-0/+23
2012-09-17virtxml: Detect platform from libvirt connection URIMichal Privoznik1-42/+139
2012-09-17virtxml: Detect OS from given ISOMichal Privoznik1-5/+99
2012-09-17virtxml: Init variablesMichal Privoznik1-2/+2
2012-09-11virtxml: Drop direct libvirt usageMichal Privoznik2-17/+13
2012-09-10domain: Introduce interface supportMichal Privoznik1-0/+78
2012-09-10examples: Create an example of usage programMichal Privoznik2-0/+343