On Thu, Jul 10 2025, Thomas Huth <[email protected]> wrote: > From: Thomas Huth <[email protected]> > > KVM support for 32-bit arm has been dropped a while ago, so we don't > need these headers in QEMU anymore. > > Fixes: 82bf7ae84ce ("target/arm: Remove KVM support for 32-bit Arm hosts") > Signed-off-by: Thomas Huth <[email protected]> > --- > configure | 1 - > linux-headers/asm-arm/bitsperlong.h | 1 - > linux-headers/asm-arm/kvm.h | 312 -------------------- > linux-headers/asm-arm/mman.h | 4 - > linux-headers/asm-arm/unistd-common.h | 397 -------------------------- > linux-headers/asm-arm/unistd-eabi.h | 5 - > linux-headers/asm-arm/unistd-oabi.h | 17 -- > linux-headers/asm-arm/unistd.h | 41 --- > scripts/update-linux-headers.sh | 5 - > 9 files changed, 783 deletions(-) > delete mode 100644 linux-headers/asm-arm/bitsperlong.h > delete mode 100644 linux-headers/asm-arm/kvm.h > delete mode 100644 linux-headers/asm-arm/mman.h > delete mode 100644 linux-headers/asm-arm/unistd-common.h > delete mode 100644 linux-headers/asm-arm/unistd-eabi.h > delete mode 100644 linux-headers/asm-arm/unistd-oabi.h > delete mode 100644 linux-headers/asm-arm/unistd.h
Acked-by: Cornelia Huck <[email protected]>
