diff mbox series

[kvm-unit-tests] remove unused file

Message ID 20200608124222.371807-1-pbonzini@redhat.com (mailing list archive)
State New, archived
Headers show
Series [kvm-unit-tests] remove unused file | expand

Commit Message

Paolo Bonzini June 8, 2020, 12:42 p.m. UTC
---
 lib/x86/fake-apic.h | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 lib/x86/fake-apic.h

Comments

Thomas Huth June 9, 2020, 4:55 a.m. UTC | #1
Unused since the beginning (of the repository)!

Reviewed-by: Thomas Huth <thuth@redhat.com>

On 08/06/2020 14.42, Paolo Bonzini wrote:
> ---
>  lib/x86/fake-apic.h | 14 --------------
>  1 file changed, 14 deletions(-)
>  delete mode 100644 lib/x86/fake-apic.h
> 
> 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
>
diff mbox series

Patch

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