This small series addresses a number of issues that have been pestering me for a while. Nothing major though: The first two patches simply ensure that we can always use THP if the have been enabled on the host. Third one fixes an annoying issue when -tty is used. The fourth patch allows me to use TAP interfaces *and* run kvmtool as a non-priviledged user (tunctl is your BFF). The whole series applies on top of kvmtool/next as of yesterday. Thanks, M. Marc Zyngier (4): kvmtool: ARM: force alignment of memory for THP kvmtool: ARM: pass MADV_HUGEPAGE to madvise kvmtool: Fix handling of POLLHUP when --tty is used kvmtool: allow the TAP interface to be specified on the command line tools/kvm/arm/kvm.c | 10 ++++++---- tools/kvm/include/kvm/virtio-net.h | 1 + tools/kvm/term.c | 4 +++- tools/kvm/virtio/net.c | 21 ++++++++++++++------- 4 files changed, 24 insertions(+), 12 deletions(-) -- 1.8.3.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html