hw/vfio: create common module
commite2c7d025ada047a3f0225f89ff36626d1bd46e47
authorEric Auger <eric.auger@linaro.org>
Mon, 22 Dec 2014 16:54:51 +0000 (22 09:54 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 22 Dec 2014 16:54:51 +0000 (22 09:54 -0700)
tree16e5cb84064562a7148ab4219055245ddb4bc456
parentdf92ee444884ba66b5cc95e3ff3d5579f89ed4aa
hw/vfio: create common module

A new common module is created. It implements all functions
that have no device specificity (PCI, Platform).

This patch only consists in move (no functional changes)

Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
Signed-off-by: Eric Auger <eric.auger@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/Makefile.objs
hw/vfio/common.c [new file with mode: 0644]
hw/vfio/pci.c
include/hw/vfio/vfio-common.h [new file with mode: 0644]
trace-events