hw/net/ne2000: Extract the PCI device from the chipset common code
commit7a188f2b5744c0492de1c8eea315f259e0256a1e
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Sat, 4 May 2019 12:35:38 +0000 (4 14:35 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 May 2019 13:19:39 +0000 (17 15:19 +0200)
treef750dbded5c7602a9838422c2c97c20e69e2b66a
parentd09ecd8c14d11d805f65445557cfa691a510dd31
hw/net/ne2000: Extract the PCI device from the chipset common code

The ne2000.c file contains functions common the the ISA and PCI
devices. To allow to build with one or another, extract the PCI
specific part into a new file.

This fix an issue where the NE2000_ISA Kconfig had to pull the
full PCI core objects.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190504123538.14952-1-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/net/Kconfig
hw/net/Makefile.objs
hw/net/ne2000-pci.c [new file with mode: 0644]
hw/net/ne2000.c