libqos-pc.c (981c9b88e674408a1579ca3aa8d42770e3b689de) | libqos-pc.c (a2ce7dbd917a18408cf4bfd132578b46c2752a72) |
---|---|
1#include "qemu/osdep.h" | 1#include "qemu/osdep.h" |
2#include "libqos/libqos-pc.h" 3#include "libqos/malloc-pc.h" 4#include "libqos/pci-pc.h" | 2#include "libqos-pc.h" 3#include "malloc-pc.h" 4#include "pci-pc.h" |
5 6static QOSOps qos_ops = { 7 .alloc_init = pc_alloc_init, 8 .qpci_new = qpci_new_pc, 9 .qpci_free = qpci_free_pc, 10 .shutdown = qtest_pc_shutdown, 11}; 12 --- 23 unchanged lines hidden --- | 5 6static QOSOps qos_ops = { 7 .alloc_init = pc_alloc_init, 8 .qpci_new = qpci_new_pc, 9 .qpci_free = qpci_free_pc, 10 .shutdown = qtest_pc_shutdown, 11}; 12 --- 23 unchanged lines hidden --- |