qemu/stubs/pci-host-piix.c
<<
>>
Prefs
   1#include "qemu/osdep.h"
   2#include "hw/pci-host/i440fx.h"
   3
   4PCIBus *find_i440fx(void)
   5{
   6    return NULL;
   7}
   8