]> xenbits.xensource.com Git - osstest/rumprun.git/commit
Split PCI and DMA hypercalls into separate files.
authorAntti Kantee <pooka@iki.fi>
Tue, 22 Sep 2015 01:33:57 +0000 (01:33 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 22 Sep 2015 01:33:57 +0000 (01:33 +0000)
commit40e5db40dd80b9965ae497188ae051bbedd9eb7f
treeeada893840c086dcebd97a110b89107c0608bc56
parentbaf603ba95c4da71cb7dba54f8a4bb87e8d46b07
Split PCI and DMA hypercalls into separate files.

PCI (usually) implies DMA, but DMA doesn't imply PCI.
platform/hw/pci/Makefile.pci
platform/hw/pci/rumpdma.c [new file with mode: 0644]
platform/hw/pci/rumppci.c
platform/xen/pci/Makefile.pci
platform/xen/pci/rumphyper_dma.c [new file with mode: 0644]
platform/xen/pci/rumphyper_pci.c