# Finally I've done it, thank you all for your help :)
yum -y install qemu-kvm libvirt python-virtinst bridge-utils tunctl
spice-server spice-protocol
systemctl start libvirtd.service
chkconfig libvirtd on
modprobe kvm-intel
# disable firewall
service iptables stop
chkconfig iptables off
#bridge
;m pretty curious how
> qemu-kvm/spice will run on top of another hypervisor! :)
>
> David
>
>
> David Jaša píše v Po 13. 02. 2012 v 17:25 +0100:
> > Daniel Parnak píše v Po 13. 02. 2012 v 16:57 +0100:
> > > nmap 192.168.163.179
> > >
> > > Start
m doesn't start
2012/2/13 Christophe Fergeau
> On Mon, Feb 13, 2012 at 12:25:18PM +0100, Daniel Parnak wrote:
> > # I've installed qemu-kvm but when I try to run qemu-kvm shows this:
> >
> > Could not access KVM kernel module: No such file or directory
> >
m doesn't start
2012/2/13 Christophe Fergeau
> On Mon, Feb 13, 2012 at 12:25:18PM +0100, Daniel Parnak wrote:
> > # I've installed qemu-kvm but when I try to run qemu-kvm shows this:
> >
> > Could not access KVM kernel module: No such file or directory
> >
m but when I try to run qemu-kvm shows this:
Could not access KVM kernel module: No such file or directory
failed to initialize KVM: No such file or directory
No accelerator found!
# How is qemu connected to hosts network?
2012/2/13 Yonit Halperin
> On 02/12/2012 11:39 AM, Daniel Parn
2012/2/12 Yonit Halperin
> On 02/11/2012 01:29 PM, Daniel Parnak wrote:
>
>> Hello,
>>
>> I want to test spice on my virtual machines but I have problem.
>> I create 2 virtual machines (one for server, one for client) on VMware
>> Workstation 8 and I run o
2012/2/12 Yonit Halperin
> On 02/11/2012 01:29 PM, Daniel Parnak wrote:
>
>> Hello,
>>
>> I want to test spice on my virtual machines but I have problem.
>> I create 2 virtual machines (one for server, one for client) on VMware
>> Workstation 8 and I run o
Hello,
I want to test spice on my virtual machines but I have problem.
I create 2 virtual machines (one for server, one for client) on VMware
Workstation 8 and I run on them Fedora-16-x86_64-Live-Desktop.
# On server I do:
yum -y install qemu-kvm libvirt python-virtinst bridge-utils
systemctl sta