qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Xen-devel] [XEN][RFC PATCH V2 12/17] xl: Add interface


From: Julien Grall
Subject: Re: [Qemu-devel] [Xen-devel] [XEN][RFC PATCH V2 12/17] xl: Add interface to handle qemu disaggregation
Date: Fri, 24 Aug 2012 14:23:32 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120726 Icedove/3.0.11

On 08/24/2012 02:03 PM, Ian Campbell wrote:

@@ -246,6 +246,20 @@ libxl_domain_sched_params = Struct("domain_sched_params",[
       ("extratime",    integer, {'init_val': 
'LIBXL_DOMAIN_SCHED_PARAM_EXTRATIME_DEFAULT'}),
       ])

+libxl_dm_cap = Enumeration("dm_cap", [
+    (1, "UI"), # Emulate all UI + default device

What does "default device" equate too?

The following devices:
     - i440fx
     - piix3
     - piix4
     - dma
     - xen apic
     - xen platform
So this is more like "CORE" than "UI"?

Is there a reason why UI (which I guess means the VGA, spice and VFB
devices?) are required to be in the same emulator as these?


VGA, keyboard and mouse (that can be plug via USB) need
to be in the same emulator. Otherwise we can't use VNC or
something like that.

I made this choice, after discussion with Stefano, because
theses devices depends each others. For instance, keyboard
emulates A20.




reply via email to

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