Browse Source
xen_hvm_init() is restricted to the X86 architecture. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200908155530.249806-6-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>pull/99/head
committed by
Paolo Bonzini
5 changed files with 18 additions and 3 deletions
@ -0,0 +1,15 @@ |
|||
/*
|
|||
* Xen X86-specific |
|||
* |
|||
* Copyright 2020 Red Hat, Inc. |
|||
* |
|||
* SPDX-License-Identifier: GPL-2.0-or-later |
|||
*/ |
|||
#ifndef QEMU_HW_XEN_X86_H |
|||
#define QEMU_HW_XEN_X86_H |
|||
|
|||
#include "hw/i386/pc.h" |
|||
|
|||
void xen_hvm_init_pc(PCMachineState *pcms, MemoryRegion **ram_memory); |
|||
|
|||
#endif /* QEMU_HW_XEN_X86_H */ |
|||
Loading…
Reference in new issue