[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL v3 69/85] meson.build: Add RISC-V to the edk2-target list
From: |
Michael S. Tsirkin |
Subject: |
[PULL v3 69/85] meson.build: Add RISC-V to the edk2-target list |
Date: |
Wed, 3 Jul 2024 18:56:33 -0400 |
From: Sunil V L <sunilvl@ventanamicro.com>
so that ACPI table test can be supported.
Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20240625150839.1358279-12-sunilvl@ventanamicro.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 54e6b09f4f..efd3d4c6e5 100644
--- a/meson.build
+++ b/meson.build
@@ -93,7 +93,7 @@ else
iasl = find_program(get_option('iasl'), required: true)
endif
-edk2_targets = [ 'arm-softmmu', 'aarch64-softmmu', 'i386-softmmu',
'x86_64-softmmu' ]
+edk2_targets = [ 'arm-softmmu', 'aarch64-softmmu', 'i386-softmmu',
'x86_64-softmmu', 'riscv64-softmmu' ]
unpack_edk2_blobs = false
foreach target : edk2_targets
if target in target_dirs
--
MST
- [PULL v3 76/85] hw/pci: Rename has_power to enabled, (continued)
- [PULL v3 76/85] hw/pci: Rename has_power to enabled, Michael S. Tsirkin, 2024/07/03
- [PULL v3 77/85] hw/ppc/spapr_pci: Do not create DT for disabled PCI device, Michael S. Tsirkin, 2024/07/03
- [PULL v3 78/85] hw/ppc/spapr_pci: Do not reject VFs created after a PF, Michael S. Tsirkin, 2024/07/03
- [PULL v3 79/85] pcie_sriov: Do not manually unrealize, Michael S. Tsirkin, 2024/07/03
- [PULL v3 80/85] pcie_sriov: Ensure VF function number does not overflow, Michael S. Tsirkin, 2024/07/03
- [PULL v3 81/85] pcie_sriov: Reuse SR-IOV VF device instances, Michael S. Tsirkin, 2024/07/03
- [PULL v3 82/85] pcie_sriov: Release VFs failed to realize, Michael S. Tsirkin, 2024/07/03
- [PULL v3 83/85] pcie_sriov: Remove num_vfs from PCIESriovPF, Michael S. Tsirkin, 2024/07/03
- [PULL v3 84/85] pcie_sriov: Register VFs after migration, Michael S. Tsirkin, 2024/07/03
- [PULL v3 85/85] hw/pci: Replace -1 with UINT32_MAX for romsize, Michael S. Tsirkin, 2024/07/03
- [PULL v3 69/85] meson.build: Add RISC-V to the edk2-target list,
Michael S. Tsirkin <=
- Re: [PULL v3 00/85] virtio: features,fixes, Richard Henderson, 2024/07/04