qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: [PATCH v2 9/9] Add -kvm option


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [PATCH v2 9/9] Add -kvm option
Date: Tue, 13 Oct 2009 10:36:58 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

Gerd Hoffmann wrote:
For platform devices, like the interrupt controller/pic, the same
principle could be applied to switch out a userspace irqchip/pit with
the kvm kernel implementations.

Doesn't fly. You can't simply add interrupt controllers via -device. They are tied way to much with the other core devices.

We definitely want a pc machine type and a kvm-pc machine type. The later would change the default cpu to kvm64 and would use the in-kernel apic.

If we want to support non in-kernel apic for debugging, I'd suggest that we support it by introducing a third machine type: kvm-pc-debug.

When we complete the qdev conversion of pc, different machine types are just config files so it seems like a reasonable thing to do.

cheers,
  Gerd


--
Regards,

Anthony Liguori





reply via email to

[Prev in Thread] Current Thread [Next in Thread]