]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Simplify msi message handling
authorSasha Levin <levinsasha928@gmail.com>
Mon, 24 Oct 2011 08:23:34 +0000 (11:23 +0300)
committerPekka Enberg <penberg@kernel.org>
Mon, 24 Oct 2011 08:33:23 +0000 (11:33 +0300)
commitb73216be2854c56961cd9b07303e2d3937c3a63d
treee9eb9fc9da34b26da30c13a484e53ee42d3bb5db
parenta678aa7ae3c4fc76a10896ac913267f1ea6c9c1f
kvm tools: Simplify msi message handling

This patch simplifies passing around msi messages by using
'struct kvm_irq_routing_msi' for storing of msi messages instead
of passing all msi parameters around.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/hw/pci-shmem.c
tools/kvm/include/kvm/irq.h
tools/kvm/include/kvm/pci.h
tools/kvm/irq.c
tools/kvm/virtio/pci.c