]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: extract PCI handling structs
authorRoman Bogorodskiy <bogorodskiy@gmail.com>
Sat, 10 May 2014 16:35:24 +0000 (20:35 +0400)
committerRoman Bogorodskiy <bogorodskiy@gmail.com>
Tue, 13 May 2014 16:10:20 +0000 (20:10 +0400)
commitc453f2d076506d460adcdcd215450ade211f1cd3
tree3fa09ef694465d3f89cf128041859b22f0ba8ca2
parent5884adc28a5bc17951c575e7cbf452e63d146927
qemu: extract PCI handling structs

Introduce new files (domain_addr.[ch]) to provide
an API for domain device handling that could be
shared across the drivers.

A list of data types were extracted and moved there:

 qemuDomainPCIAddressBus -> virDomainPCIAddressBus
 qemuDomainPCIAddressBusPtr -> virDomainPCIAddressBusPtr
 _qemuDomainPCIAddressSet -> virDomainPCIAddressSet
 qemuDomainPCIAddressSetPtr -> virDomainPCIAddressSetPtr
 qemuDomainPCIConnectFlags -> virDomainPCIConnectFlags

Also, move the related definitions and macros.
src/Makefile.am
src/conf/domain_addr.h [new file with mode: 0644]
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_domain.h