kvm-all.c (db725815985654007ade0fd53590d613fd657208) | kvm-all.c (46517dd4971fc1fdd5b379e72cc377626ad98160) |
---|---|
1/* 2 * QEMU KVM support 3 * 4 * Copyright IBM, Corp. 2008 5 * Red Hat, Inc. 2008 6 * 7 * Authors: 8 * Anthony Liguori <aliguori@us.ibm.com> --- 15 unchanged lines hidden (view full) --- 24#include "qemu/error-report.h" 25#include "qapi/error.h" 26#include "hw/pci/msi.h" 27#include "hw/pci/msix.h" 28#include "hw/s390x/adapter.h" 29#include "exec/gdbstub.h" 30#include "sysemu/kvm_int.h" 31#include "sysemu/cpus.h" | 1/* 2 * QEMU KVM support 3 * 4 * Copyright IBM, Corp. 2008 5 * Red Hat, Inc. 2008 6 * 7 * Authors: 8 * Anthony Liguori <aliguori@us.ibm.com> --- 15 unchanged lines hidden (view full) --- 24#include "qemu/error-report.h" 25#include "qapi/error.h" 26#include "hw/pci/msi.h" 27#include "hw/pci/msix.h" 28#include "hw/s390x/adapter.h" 29#include "exec/gdbstub.h" 30#include "sysemu/kvm_int.h" 31#include "sysemu/cpus.h" |
32#include "sysemu/sysemu.h" |
|
32#include "qemu/bswap.h" 33#include "exec/memory.h" 34#include "exec/ram_addr.h" 35#include "exec/address-spaces.h" 36#include "qemu/event_notifier.h" 37#include "qemu/main-loop.h" 38#include "trace.h" 39#include "hw/irq.h" --- 2850 unchanged lines hidden --- | 33#include "qemu/bswap.h" 34#include "exec/memory.h" 35#include "exec/ram_addr.h" 36#include "exec/address-spaces.h" 37#include "qemu/event_notifier.h" 38#include "qemu/main-loop.h" 39#include "trace.h" 40#include "hw/irq.h" --- 2850 unchanged lines hidden --- |