Merge tag 'v8.1.0'
[qemu/ar7.git] / hw / acpi / pci-bridge-stub.c
blob9d78638c48f9b963390824d66f23c9e0f260c94e
1 /*
2 * QEMU ACPI PCI bridge stub
4 * Copyright (c) 2023 Red Hat, Inc.
6 * Author:
7 * Igor Mammedov <imammedo@redhat.com>
9 * SPDX-License-Identifier: GPL-2.0-or-later
11 * This work is licensed under the terms of the GNU GPL, version 2 or later.
12 * See the COPYING file in the top-level directory.
15 #include "qemu/osdep.h"
16 #include "hw/acpi/pci.h"
18 void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope)