mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
xen: Add initialisation of Xen
The xenpv machine use the common init function. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
d5b93ddfef
commit
3285cf4fe7
7 changed files with 64 additions and 2 deletions
|
|
@ -113,6 +113,7 @@ static QEMUMachine xenpv_machine = {
|
|||
.desc = "Xen Para-virtualized PC",
|
||||
.init = xen_init_pv,
|
||||
.max_cpus = 1,
|
||||
.default_machine_opts = "accel=xen",
|
||||
};
|
||||
|
||||
static void xenpv_machine_init(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue