]> git.proxmox.com Git - qemu.git/commit
pci-assign: Remove dead code for direct I/O region access from userspace
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 4 Nov 2013 13:42:55 +0000 (14:42 +0100)
committerGleb Natapov <gleb@redhat.com>
Thu, 7 Nov 2013 11:10:59 +0000 (13:10 +0200)
commit3a902babf1d7b5ef1ffa8bc95be271fe1270c2f6
tree906e9f6f1bdd77e9f6e8a1f446afbd3059660086
parent0fd53fec92c5b636ef4774fe130f6029fde9fc3c
pci-assign: Remove dead code for direct I/O region access from userspace

This feature was already deprecated back then in qemu-kvm, ie. before
pci-assign went upstream. assigned_dev_ioport_rw will never be invoked
with resource_fd < 0.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>
hw/i386/kvm/pci-assign.c