On Thu, 12 Mar 2015 15:19:14 +0100 Thomas Huth <th...@linux.vnet.ibm.com> wrote:
> pci.mak includes a lot of devices - and most of them do not make > sense on s390x, like USB controllers or audio cards. These devices > also show up when running "qemu-system-s390x -device help" and thus > could raise the hope for the users that they could use these kind > of devices with qemu-system-s390x. To avoid this confusion, we > should not include pci.mak and rather include the bare minimum > manually instead. > > Signed-off-by: Thomas Huth <th...@linux.vnet.ibm.com> > Acked-by: Frank Blaschka <blasc...@linux.vnet.ibm.com> > --- > default-configs/s390x-softmmu.mak | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > Applied to my s390-next branch.