From: Paolo Bonzini <pbonz...@redhat.com> This file does not exist on bionic libc and the functions it defines are in fact not used by pci-assign.c. Remove it.
Reported-by: Houcheng Lin <houch...@gmail.com> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> Signed-off-by: Michael Tokarev <m...@tls.msk.ru> --- hw/i386/kvm/pci-assign.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/i386/kvm/pci-assign.c b/hw/i386/kvm/pci-assign.c index b1beaa6..44beee3 100644 --- a/hw/i386/kvm/pci-assign.c +++ b/hw/i386/kvm/pci-assign.c @@ -22,7 +22,6 @@ */ #include <stdio.h> #include <unistd.h> -#include <sys/io.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> -- 2.1.4