summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/qemukvm
Commit message (Collapse)AuthorAgeFilesLines
* changed copyright years, added ovz plugin stubsMichael Janczyk2010-07-042-1/+3
|
* router address changed to x.x.x.1, works /w vmwareMichael Janczyk2010-05-171-2/+2
|
* qemukvm network configurationMichael Janczyk2010-04-094-51/+44Star
|
* changed name of init-hook, qemukvm tun/tap configMichael Janczyk2010-04-063-12/+17
|
* cumulative commit of local branch, xen modifications and vmgrid pluginMichael Janczyk2010-04-062-0/+106
|
* cumulative commit of local branch, many changes regarding virtualizationMichael Janczyk2010-04-066-202/+398
|
* Fixing path ...Dirk von Suchodoletz2010-03-091-1/+1
|
* Improvement and fixes ...Dirk von Suchodoletz2010-03-062-4/+5
|
* Changed plugin path ...Dirk von Suchodoletz2010-03-051-1/+1
|
* Some update of qemukvm plugin ...Dirk von Suchodoletz2010-03-014-53/+70
|
* Typo in variable name.Dirk von Suchodoletz2010-02-171-1/+1
|
* Xserver, qemukvm plugin stuff ...Dirk von Suchodoletz2010-02-172-1/+2
|
* Simple fix (duplicated entry) and improvement for runlevel script.Dirk von Suchodoletz2009-08-191-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3108 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some fixes in network scripting ...Dirk von Suchodoletz2009-08-194-19/+37
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3102 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavily renovated qemukvm plugin (especially the networking part).Dirk von Suchodoletz2009-08-194-44/+80
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3101 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes ...Dirk von Suchodoletz2009-08-121-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3085 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changes to make work qemukvm initially ...Dirk von Suchodoletz2009-08-124-17/+49
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3084 95ad53e4-c205-0410-b2fa-d234c58c8868
* Use the uclibc-wrapper for brctl and udhcpd in qemu-ifup script.Dirk von Suchodoletz2009-07-192-9/+5Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3021 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a whole lot of circular references which I found when researching #451Oliver Tappe2009-06-091-0/+4
| | | | | | * some minor cleanups along the way git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2944 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hints on todos in virtualization plugins ...Dirk von Suchodoletz2009-05-271-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2882 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small nasty bug with brtcl stp off/0 ...Dirk von Suchodoletz2009-04-031-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2798 95ad53e4-c205-0410-b2fa-d234c58c8868
* More on qemukvm plugin: Fixes, network shutdown script, ...Dirk von Suchodoletz2009-03-065-7/+36
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2687 95ad53e4-c205-0410-b2fa-d234c58c8868
* More work on the qemukvm plugin ...Dirk von Suchodoletz2009-03-064-82/+49Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2686 95ad53e4-c205-0410-b2fa-d234c58c8868
* changed hotkey true to lowercase, uppercase does not work :(Michael Janczyk2009-03-051-11/+17
| | | | | | | | rearranged vmwares conffile, variables needed on top ->shared_folder var as usual test with -n does not workt with or without "" even check for [ "${cdrom1}x" = "x" ] didnt work, now i hate bash :( git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2683 95ad53e4-c205-0410-b2fa-d234c58c8868
* added cdrom and floppy support to virtualizationMichael Janczyk2009-03-051-4/+13
| | | | | | optimized (hopefully) preferences and vmx for vmware git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2682 95ad53e4-c205-0410-b2fa-d234c58c8868
* Developing the qemukvm plugin (stage4 stuff) ...Dirk von Suchodoletz2009-03-054-2/+138
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2668 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes for the bridge configuration. Automatic adding of the bridgeDirk von Suchodoletz2009-03-042-9/+23
| | | | | | | | | module as Michael suggested. Changing the VERSIONS to be in line with the movements towards stable version 5 (latter one is branched, the trunk will run for 5.1 from now on ...) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2666 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added the general bridge configuration feature as described in ticketDirk von Suchodoletz2009-03-041-0/+30
| | | | | | | | | | #311: The xenbr function is moved to the appropriate init hook from general functions (cleaning up there). The bridge init hook for the several virtualization tools like vmware, qemukvm, virtualbox use the same filename as the action is to be performed just once ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2665 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanups, mini-fix and comments ...Dirk von Suchodoletz2009-02-271-3/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2651 95ad53e4-c205-0410-b2fa-d234c58c8868
* Simplified handling of mounting the image sources via newly Dirk von Suchodoletz2009-02-251-24/+7Star
| | | | | | | introduced function fsmount, see r2639. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2640 95ad53e4-c205-0410-b2fa-d234c58c8868
* More sensible module loading for qemu/kvm ...Dirk von Suchodoletz2009-02-241-7/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2633 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanup and fixes for the qemukvm plugin (but still not operable).Dirk von Suchodoletz2009-02-193-17/+28
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2614 95ad53e4-c205-0410-b2fa-d234c58c8868
* Path fixes ...Dirk von Suchodoletz2009-02-191-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2612 95ad53e4-c205-0410-b2fa-d234c58c8868
* More on the new virtualization starter framework.Dirk von Suchodoletz2009-02-181-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2609 95ad53e4-c205-0410-b2fa-d234c58c8868
* Copy the magic run-virt.include files ...Dirk von Suchodoletz2009-02-181-1/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2605 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fixes ... (perl stuff failed)Dirk von Suchodoletz2009-02-173-2/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2594 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changes following the new centralized run-virt.sh concept ... (not useable Dirk von Suchodoletz2009-02-173-513/+53Star
| | | | | | | at the moment) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2591 95ad53e4-c205-0410-b2fa-d234c58c8868
* * The xxx::active attribute of every plugin applies to clients, too.Oliver Tappe2009-02-111-1/+1
| | | | | | | | | | This could be used to test a specific plugin with one client before activating it for all others. Some plugins specify seemingly strange 'applies-to-clients'-values for their attributes, but I have not touched those, since I do not really know what they do. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2573 95ad53e4-c205-0410-b2fa-d234c58c8868
* Avoid interpretation of shell script variables by perl.Dirk von Suchodoletz2009-01-281-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2536 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixing a bug of r2445 Reiner pointed out ...Dirk von Suchodoletz2008-12-231-8/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2456 95ad53e4-c205-0410-b2fa-d234c58c8868
* Starting with qemukvm plugin (another virtualisation environment).Dirk von Suchodoletz2008-12-227-0/+900
See #312 too ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2445 95ad53e4-c205-0410-b2fa-d234c58c8868