xen: Add xenfv machine

Introduce the Xen FV (Fully Virtualized) machine to Qemu, some more Xen
specific call will be added in further patches.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
Anthony PERARD 2010-06-30 12:58:34 +01:00 committed by Alexander Graf
parent e0e7e67b45
commit 29d3ccde82
3 changed files with 69 additions and 2 deletions

View file

@ -30,5 +30,11 @@ static inline int xen_enabled(void)
}
int xen_init(void);
int xen_hvm_init(void);
void xen_vcpu_init(void);
#if defined(CONFIG_XEN) && CONFIG_XEN_CTRL_INTERFACE_VERSION < 400
# define HVM_MAX_VCPUS 32
#endif
#endif /* QEMU_HW_XEN_H */