aboutsummaryrefslogtreecommitdiff
path: root/include/hw/xen/xen-x86.h
blob: 85e3db1b8de211b7f574b66dcba5045ad5234d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */