Fix the build for non-x86/ppc targets
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 18 Dec 2008 01:56:22 +0000 (01:56 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 18 Dec 2008 01:56:22 +0000 (01:56 +0000)
commit1fd31ad763008df26af22fe36ca1d4e1030734d4
tree751ea484c0cf9fd49e77c95eebced3bf92cf61d4
parent16b29ae1807b024bd5052301550f5d47dae958a2
Fix the build for non-x86/ppc targets

Since pci.c creates network devices, anything that links against pci.c
(everything) has to link against all network devices.  Since virtio-net
also requires virtio, we might as well link every target against all of
the virtio devices.

This suggests that the pci.c network device creation function needs some
refactoring.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6082 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target