Gregory Haskins wrote:
> Adds an abstraction to the LAPIC logic so that we can later substitute it
> for an in-kernel model.
>
>   

This is overly abstracted.  It's not like you can (on real hardware) 
wire your own lapic and plug it into the processor.  It's well defined, 
and there are just three modes of operation:

- emulated by userspace
- emulated in-kernel, but disabled
- emulated in-kernel

The differentiation can be made by installing or not installing the mmio 
handler and the irqdevice stuff.

-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to