]> Git Repo - qemu.git/commit
hw/vfio/pci: introduce minimalist VFIODevice with fd
authorEric Auger <[email protected]>
Fri, 19 Dec 2014 22:24:31 +0000 (15:24 -0700)
committerAlex Williamson <[email protected]>
Fri, 19 Dec 2014 22:24:31 +0000 (15:24 -0700)
commit5546a621a8801351601537b311539486b9b3ee79
tree2f1741ebff65b262c6334688d5338ddd7e7d9c3b
parent079eb19cbb3079536788dfd58832824804815e48
hw/vfio/pci: introduce minimalist VFIODevice with fd

Introduce a new base VFIODevice strcut that will be used by both PCI
and Platform VFIO device. Move VFIOPCIDevice fd field there. Obviously
other fields from VFIOPCIDevice will be moved there but this patch
file is introduced to ease the review.

Also vfio_mask_single_irqindex, vfio_unmask_single_irqindex,
vfio_disable_irqindex now take a VFIODevice handle as argument.

Signed-off-by: Eric Auger <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
hw/vfio/pci.c
This page took 0.027899 seconds and 4 git commands to generate.