aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-06-08 08:42:08 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-06-10 11:29:23 -0400
commitdc81845eced420580709dbebb9d2ef1ccfc3cd4b (patch)
tree29d70d66b89046b8c395912db4b0265c8d36d2a4
parent231b4c3b57dab2b0733e77a8cffab5064f248dbf (diff)
downloadkvm-unit-tests-dc81845eced420580709dbebb9d2ef1ccfc3cd4b.tar.gz
remove unused file
Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r--lib/x86/fake-apic.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/x86/fake-apic.h b/lib/x86/fake-apic.h
deleted file mode 100644
index eed63ba..0000000
--- a/lib/x86/fake-apic.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef SILLY_APIC_H
-#define SILLY_APIC_H
-
-#define APIC_BASE 0x1000
-#define APIC_SIZE 0x100
-
-#define APIC_REG_NCPU 0x00
-#define APIC_REG_ID 0x04
-#define APIC_REG_SIPI_ADDR 0x08
-#define APIC_REG_SEND_SIPI 0x0c
-#define APIC_REG_IPI_VECTOR 0x10
-#define APIC_REG_SEND_IPI 0x14
-
-#endif