All of lore.kernel.org
 help / color / mirror / Atom feed
* [HACKATHON] PVH session note
@ 2016-04-20 17:36 Wei Liu
  0 siblings, 0 replies; only message in thread
From: Wei Liu @ 2016-04-20 17:36 UTC (permalink / raw)
  To: Xen-devel; +Cc: Wei Liu

* HVMlite domu support, some emulation in hypervisor, some modes to consider:

| lapic | ioapic | pit | pic | hpet | pm timer | rtc | comments |
|-------+--------+-----+-----+------+----------+-----+----------|
| n     | n      | n   | n   | n    | n        | n   |        0 |
| y     | n      | n   | n   | n    | n        | n   |        1 |
| y     | y      | n   | n   | n    | n        | n   |        2 |

0. useful for unikernel

1. sensible default -- Andrew and others, lapic part of the cpu core,
   others belong to platform

2. pci passthrough and dom0 configuration, use native way as much as
   possible, need to implement pci emulation in xen. Andrew: major
   portion in xen already. Jan: doubt that. Roger: need to construct
   acpi table for guest (boris sent patches already)

Roger: dom0 should use #2, simplify event handling (no need to use
physdev op), acpi tables same as on native and manipulated as needed.

Anderw: invent an acpi table that looks like rsdt pointer, let dom0
refers to.

Korand: no need, it already works.

Anderw: dom0 has access to all tables other than dmar. (only hidden,
dom0 could still access it if tries hard)

(drifted to acpi talks with too many tables names involved)

Everyone please read the manuals / references to understand what's required or
whatnot.

* A new entry point for both dom0 and domu?

No conclusion reached. The discussion will continue.


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-20 17:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-20 17:36 [HACKATHON] PVH session note Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.