diff options
author | David Gibson | 2017-03-14 02:24:29 +0100 |
---|---|---|
committer | David Gibson | 2017-03-14 02:24:29 +0100 |
commit | 28df75d8d1aebdb09a2cc511c0b97690eac0b7a7 (patch) | |
tree | 7bd49de41bb7d8f81a8bb0f13d716c2b070b5cec /dtc | |
parent | pseries: Don't expose PCIe extended config space on older machine types (diff) | |
download | qemu-28df75d8d1aebdb09a2cc511c0b97690eac0b7a7.tar.gz qemu-28df75d8d1aebdb09a2cc511c0b97690eac0b7a7.tar.xz qemu-28df75d8d1aebdb09a2cc511c0b97690eac0b7a7.zip |
dtc: Update submodule to avoid build errors
The currently included version of the dtc/libfdt submodule has some build
errors on certain distributions (including RHEL7). This is due to some
poorly named macros in libfdt.h; they're designed for use with the sparse
static checker, but use reserved names which conflict with some symbols in
the standard headers.
That's been corrected in upstream dtc, this updates the qemu submodule to
bring the fix to qemu.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'dtc')
m--------- | dtc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/dtc b/dtc -Subproject fa8bc7f928ac25f23532afc8beb2073efc8fb06 +Subproject 558cd81bdd432769b59bff01240c44f82cfb1a9 |