]> xenbits.xensource.com Git - people/pauldu/mini-os.git/commit
mini-os: add CONFIG_PARAVIRT
authorJuergen Gross <jgross@suse.com>
Thu, 18 Aug 2016 11:00:27 +0000 (13:00 +0200)
committerJuergen Gross <jgross@suse.com>
Wed, 24 Aug 2016 10:14:11 +0000 (12:14 +0200)
commit1a4bcc7acdac76fe815ca2a42a1a7d3e2879d526
tree105184d5982e33411279e114bfbecdfc40cf54e6
parent4133375e1c797ccacd8668410dee5744b1d437ca
mini-os: add CONFIG_PARAVIRT

Add a new config macro CONFIG_PARAVIRT which defaults to be defined on
x86. This is the first step for supporting a HVMlite Mini-OS.

Doing this via CONFIG_PARAVIRT instead of something like CONFIG_HVMLITE
was chosen as the arm port can then drop some dummy routines needed for
para-virtualization only.

Add include/paravirt.h for future support of paravirt specific
handling.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Config.mk
include/paravirt.h [new file with mode: 0644]