summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-11Implement gvir_designer_domain_add_video()nextChristophe Fergeau4-1/+176
2013-04-11Implement gvir_designer_domain_add_smartcard()Christophe Fergeau4-0/+40
2013-04-11Implement gvir_designer_domain_add_usb_redir()Christophe Fergeau4-0/+125
2013-04-11Check for vioserial availability before adding a SPICE agentChristophe Fergeau1-3/+39
2013-04-11Automatically add SPICE channel with SPICE graphicsChristophe Fergeau1-0/+85
2013-04-11Implement gvir_designer_domain_add_graphics()Christophe Fergeau5-1/+128
2013-04-11Update copyright noticeChristophe Fergeau1-1/+2
2013-04-11Implement gvir_designer_domain_add_sound()Christophe Fergeau4-0/+137
2013-04-11Improve VM skeleton created by gvir_designer_domain_setup_guest()Christophe Fergeau1-0/+95
2013-04-11Rework disk bus type handlingChristophe Fergeau1-94/+91
2013-04-11Add gvir_designer_domain_get_supported_devices()Christophe Fergeau2-3/+81
2013-04-11Add driver handling methods to GVirDesignerDomainChristophe Fergeau3-0/+87
2013-04-11Fix 'be find' typo in error messageChristophe Fergeau1-1/+1
2013-04-11Add support for floppies and CDROMsChristophe Fergeau4-13/+240
2013-04-11virtxml: Fix 2 memory leaksChristophe Fergeau1-3/+8
2013-04-11Fix some wrong gtk-doc transfer annotationsChristophe Fergeau1-3/+3
2013-04-11test: Adapt to new gvir_designer_domain_new signatureMichal Privoznik1-2/+6
2013-04-11Don't redefine _FORTIFY_SOURCE macroMichal Privoznik1-1/+1
2013-04-08Auto-generate AUTHORS file from GIT logsDaniel P. Berrange6-21/+23
2013-04-08Add myself to AUTHORS fileZeeshan Ali (Khattak)1-0/+1
2013-04-06build: No need to set PKG_CONFIG_PATH for g-ir-scannerZeeshan Ali (Khattak)1-1/+1
2013-03-29Fix leaks of libosinfo dataChristophe Fergeau2-0/+13
2013-03-29Fix several leaks of libvirt-gconfig dataChristophe Fergeau1-6/+14
2013-03-22Add GvirDesignerDomain::osinfo-dbChristophe Fergeau6-19/+37
2013-03-19Fix libvirt caps -> libosinfo platform short id mappingChristophe Fergeau1-3/+3
2013-03-12Remove FSF address from a few filesChristophe Fergeau3-6/+6
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 Fergeau2-8/+5
2012-12-30virtxml: Make global var localChristophe Fergeau1-1/+1
2012-10-09spec: Update Source0 pathMichal Privoznik1-1/+1
2012-10-09Post release version bumpDaniel P. Berrange1-1/+1
2012-10-09Update deps in README and date in NEWSDaniel P. Berrange2-3/+3
2012-10-09Add missing BR on libosinfo-devel to RPM specDaniel P. Berrange1-0/+1
2012-09-20spec: Cleanup for rpmlintMichal Privoznik1-4/+4
2012-09-20Create manpage for virtxmlMichal Privoznik4-0/+138
2012-09-18spec: Remove unused rulesMichal Privoznik1-19/+3
2012-09-18domain.c: Document @error on public APIsMichal Privoznik1-0/+4
2012-09-18Create basic documentationMichal Privoznik5-1/+87
2012-09-17Implement resources settingMichal Privoznik4-0/+126
2012-09-17virtxml: Detect platform from libvirt connection URIMichal Privoznik2-43/+140
2012-09-17virtxml: Detect OS from given ISOMichal Privoznik1-5/+99
2012-09-17virtxml: Init variablesMichal Privoznik1-2/+2
2012-09-14build: allow building with newer glibc-headers and -O0Christophe Fergeau2-2/+7
2012-09-12add_disk_full: Only set error if !NULLMichal Privoznik1-1/+1
2012-09-12get_supported_disk_bus_types: NULL is valid listMichal Privoznik1-2/+1
2012-09-12init_check: Ignore DB loading errorsMichal Privoznik1-3/+1
2012-09-11virtxml: Drop direct libvirt usageMichal Privoznik3-20/+34
2012-09-11style: Use two blank lines between functionsMichal Privoznik1-0/+11
2012-09-11disk_add: Don't hardcode 'qemu' driverMichal Privoznik1-1/+18