]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Fix virtio net build breakage on 32-bit
authorIngo Molnar <mingo@elte.hu>
Sun, 29 May 2011 12:51:48 +0000 (14:51 +0200)
committerPekka Enberg <penberg@kernel.org>
Sun, 29 May 2011 13:06:27 +0000 (16:06 +0300)
commit6dfc8581f14d355a89e7edaf4394ee8c69177f1f
tree60a46669b34381ed27af69ab8db34b5461384d66
parenteace1665d1c84378d01a82629034682e1036e673
kvm tools: Fix virtio net build breakage on 32-bit

* Sasha Levin <levinsasha928@gmail.com> wrote:

> Use ioeventfds to receive notifications of IO events in virtio-net.
> Doing so prevents an exit every time we receive/send a packet.
>
> Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
> ---
>  tools/kvm/virtio/net.c |   22 ++++++++++++++++++++++
>  1 files changed, 22 insertions(+), 0 deletions(-)

This needs the fix below to build on 32-bit.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/virtio/net.c