Ján ONDREJ (SAL) wrote:

>> 1. Do I need the -enable-kvm argument in the line above?
> 
> I think you don't need it, if you start qemu with qemu-kvm command.
> May be it's useful for qemu command.

Well, that's what I am asking. Is it useful, and if so, how? What is the 
difference if I use it or I don't use it?

>> 2. qemu-kvm -cpu ? mentions the arguments -cpu core2duo, kvm64, qemu64
>> and others, but, from the list provided, it is unclear which I am to
>> use. I have been using core2duo. Does this refer to my physical or
>> virtual computer? Which should I choose? I want my virtual machine to
> 
> You can't change host (physical) computer processor by software.

I could have told you that.

> -cpu option tells qemu, which CPU you need to emulate. For some software,
> you need a special CPU.

I am running Windows XP home edition inside a virtual machine. In the past, I 
have had it installed on a regular partition using the host Intel core2duo, 
so I presume that I can specify -cpu core2duo to get the same environment in 
a virtual machine?

> You don't need to specify -cpu parameter. It will be chosen automatically.

I noticed that the argument was not mandatory, but I have been unable to 
determine whether there is any difference with or without it. Which processor 
will be automatically chosen, if I do not specify explicitly?

>> 3. I read about getting better performance using the virtio driver.
>> Can it be used with qemu-kvm or only with libvirt? If I can use it,
> 
> You can use it with qemu-kvm directly and also with libvirt.

I am glad to hear that.

>> how would I do so? I don't see any mention of it in the qemu
>> documentation, nor does there appear to be anywhere in the virtual
>> system's device manager where I can select a different driver for the
>> hard drive.
> 
> For paravirtualized disk drivers, see at -drive definition's "if"
> parameter. If you define your disk as:
> 
>   -drive file=...,if=virtio
> 
> Your disk drive will be known for your host as paravirtualized virtio
> drive.
> 
> Similar parameter for network driver:
> 
>   -net ...,model=virtio
> 
> You need to install virtio drivers in windows. They are not a part of
> system installation. Search this mailinglist archives for URLs, where you
> can find them.

OK. Thanks. I will see what I can accomplish. Clearly, this is not a project 
for a sunny, summer afternoon.

_______________________________________________
virt mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/virt

Reply via email to