You can write preprocess scripts(or do manually) to change permissions on /dev/kvm for the user who wants to run qemu-kvm. This will allow running qemu-kvm as normal user on your host(Also ensure all the resources like disk and cdrom are accessible for the normal user). Also ensure if the tap device also needs permission changes(not sure at the moment) For logging into the guest as normal user you need to replace either the ssh/telnet command or replace root by your user in utility functions.
On Wed, Aug 11, 2010 at 7:40 PM, Poornima Nayak <[email protected]> wrote: > As a part of my regression bucket I want to start qemu as normal user > and execute set of test suites. > Is there a way to pass through configuration file to trigger qemu as > normal user or root user. > > Regards > Poornima > > > > _______________________________________________ > Autotest mailing list > [email protected] > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest > -- Thanks & Regards Sudhir Kumar _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
