]> git.ipfire.org Git - thirdparty/qemu.git/blame - stubs/pci-host-piix.c
Revert "prevent crash when executing guest-file-read with large count"
[thirdparty/qemu.git] / stubs / pci-host-piix.c
CommitLineData
ab938ae4 1#include "qemu/osdep.h"
0fd61a2d
PMD
2#include "hw/pci-host/i440fx.h"
3
ab938ae4
AP
4PCIBus *find_i440fx(void)
5{
6 return NULL;
7}