]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
ide: move headers to include folder
authorEfimov Vasily <real@ispras.ru>
Wed, 22 Jun 2016 12:24:45 +0000 (15:24 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 29 Jun 2016 12:03:45 +0000 (14:03 +0200)
The patch moves "hw/ide/achi.h", "hw/ide/pci.h" and "hw/ide/internal.h" headers
to corresponding folders inside "include" folder alike other Qemu headers.

Signed-off-by: Efimov Vasily <real@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/ide/ahci.c
include/hw/ide/ahci.h [moved from hw/ide/ahci.h with 100% similarity]
include/hw/ide/internal.h [moved from hw/ide/internal.h with 100% similarity]
include/hw/ide/pci.h [moved from hw/ide/pci.h with 100% similarity]

index 502d4f1c7ba3f12187e4255220e7ea5ac3a9897f..b1a7b65a7b4fb31a36f6cfd708f86b87a78f8a42 100644 (file)
@@ -30,7 +30,7 @@
 #include "qemu/error-report.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/dma.h"
-#include "internal.h"
+#include <hw/ide/internal.h>
 #include <hw/ide/pci.h>
 #include <hw/ide/ahci.h>
 
similarity index 100%
rename from hw/ide/ahci.h
rename to include/hw/ide/ahci.h
similarity index 100%
rename from hw/ide/internal.h
rename to include/hw/ide/internal.h
similarity index 100%
rename from hw/ide/pci.h
rename to include/hw/ide/pci.h