[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PULL 10/12] Update dtc to fix compilation problem on Mac OS
From: |
David Gibson |
Subject: |
[Qemu-ppc] [PULL 10/12] Update dtc to fix compilation problem on Mac OS 10.6 |
Date: |
Mon, 8 Jan 2018 16:53:46 +1100 |
From: John Arbuckle <address@hidden>
Currently QEMU does not build on Mac OS 10.6
because of a missing patch in the dtc
subproject. Updating dtc to make the patch
available fixes this problem.
Signed-off-by: John Arbuckle <address@hidden>
Signed-off-by: David Gibson <address@hidden>
---
dtc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dtc b/dtc
index 558cd81bdd..e54388015a 160000
--- a/dtc
+++ b/dtc
@@ -1 +1 @@
-Subproject commit 558cd81bdd432769b59bff01240c44f82cfb1a9d
+Subproject commit e54388015af1fb4bf04d0bca99caba1074d9cc42
--
2.14.3
- [Qemu-ppc] [PULL 00/12] ppc-for-2.12 queue 20180108, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 01/12] target-ppc: optimize cmp translation, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 04/12] sm501: Add some more unimplemented registers, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 03/12] sm501: Add panel hardware cursor registers also to read function, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 06/12] spapr_pci: use warn_report(), David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 11/12] hw/ppc: Remove the deprecated spapr-pci-vfio-host-bridge device, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 09/12] target/ppc: more use of the PPC_*() macros, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 10/12] Update dtc to fix compilation problem on Mac OS 10.6,
David Gibson <=
- [Qemu-ppc] [PULL 07/12] hw/ide: Emulate SiI3112 SATA controller, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 12/12] spapr: Correct compatibility mode setting for hotplugged CPUs, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 05/12] ppc4xx_i2c: Implement basic I2C functions, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 08/12] ppc/pnv: change powernv_ prefix to pnv_ for overall naming consistency, David Gibson, 2018/01/08
- [Qemu-ppc] [PULL 02/12] pseries: Update SLOF firmware image to qemu-slof-20171214, David Gibson, 2018/01/08
- Re: [Qemu-ppc] [PULL 00/12] ppc-for-2.12 queue 20180108, Peter Maydell, 2018/01/09