From e0dadc1e9ef1f35208e5d2af9c7740c18a0b769f Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 7 Jul 2016 13:47:01 +0100 Subject: aux: Rename aux.[ch] to auxbus.[ch] for the benefit of Windows On Windows 'aux.*' is a reserved name and cannot be used for filenames; see https://msdn.microsoft.com/en-gb/library/windows/desktop/aa365247(v=vs.85).aspx This prevents cloning the QEMU git repo on Windows: C:\Java\sources\kvm> git clone https://github.com/qemu/qemu.git Cloning into 'qemu'... remote: Counting objects: 279563, done. remote: Total 279563 (delta 0), reused 0 (delta 0), pack-reused 279563R Receiving objects: 100% (279563/279563), 122.45 MiB | 3.52 MiB/s, done. Resolving deltas: 100% (221942/221942), done. Checking connectivity... done. error: unable to create file hw/misc/aux.c (No such file or directory) error: unable to create file include/hw/misc/aux.h (No such file or directory) Checking out files: 100% (4795/4795), done. fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry the checkout with 'git checkout -f HEAD' (bug https://bugs.launchpad.net/bugs/1595240) Rename the offending files for the benefit of Windows. Reported-by: Алексей Курган Signed-off-by: Peter Maydell Reviewed-by: Eric Blake Reviewed-by: Wei Huang Tested-by: KONRAD Frederic Message-id: 1467377145-32385-1-git-send-email-peter.maydell@linaro.org --- include/hw/display/xlnx_dp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/hw/display') diff --git a/include/hw/display/xlnx_dp.h b/include/hw/display/xlnx_dp.h index d3a03f118c..ee046a5fac 100644 --- a/include/hw/display/xlnx_dp.h +++ b/include/hw/display/xlnx_dp.h @@ -24,7 +24,7 @@ #include "hw/sysbus.h" #include "ui/console.h" -#include "hw/misc/aux.h" +#include "hw/misc/auxbus.h" #include "hw/i2c/i2c.h" #include "hw/display/dpcd.h" #include "hw/i2c/i2c-ddc.h" -- cgit v1.2.3-55-g7522