diff options
| author | Eduardo Habkost | 2014-12-19 02:41:06 +0100 |
|---|---|---|
| committer | Eduardo Habkost | 2015-03-09 20:30:02 +0100 |
| commit | 869b7649b534b51dd9e6ddbbdeb7397e083f527f (patch) | |
| tree | 553a1461409c3f4feb88dc88fda0407c47c0090a /tests/test-x86-cpuid.c | |
| parent | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... (diff) | |
| download | qemu-869b7649b534b51dd9e6ddbbdeb7397e083f527f.tar.gz qemu-869b7649b534b51dd9e6ddbbdeb7397e083f527f.tar.xz qemu-869b7649b534b51dd9e6ddbbdeb7397e083f527f.zip | |
target-i386: Move topology.h to include/hw/i386
This will allow the PC code to use the header, and lets us eliminate the
QEMU_INCLUDES hack inside tests/Makefile.
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'tests/test-x86-cpuid.c')
| -rw-r--r-- | tests/test-x86-cpuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-x86-cpuid.c b/tests/test-x86-cpuid.c index 8d9f96a113..6cd20d4a23 100644 --- a/tests/test-x86-cpuid.c +++ b/tests/test-x86-cpuid.c @@ -24,7 +24,7 @@ #include <glib.h> -#include "topology.h" +#include "hw/i386/topology.h" static void test_topo_bits(void) { |
