mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
LoongArch virt machine uses GPEX PCIE host bridge rather than 7A host bridge. Remove header file ls7a.h and put hardware information to file include/hw/loongarch/virt.h Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn>
17 lines
289 B
C
17 lines
289 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* QEMU LoongArch CPU
|
|
*
|
|
* Copyright (c) 2021 Loongson Technology Corporation Limited
|
|
*/
|
|
|
|
#ifndef HW_LS7A_H
|
|
#define HW_LS7A_H
|
|
|
|
#include "hw/pci-host/pam.h"
|
|
#include "qemu/units.h"
|
|
#include "qemu/range.h"
|
|
#include "qom/object.h"
|
|
|
|
#endif
|