diff options
| author | Paolo Bonzini | 2012-12-17 18:17:08 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2012-12-17 18:56:22 +0100 |
| commit | 6f991980a5e96f93a9f676959df2dcba665665ef (patch) | |
| tree | e6f46c0531e8a05b22be4c5adf7f7fb31afa6d13 /hw/intel-hda.c | |
| parent | exec: refactor cpu_restore_state (diff) | |
| parent | kvm: do not flush after deleting gsi (diff) | |
| download | qemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.gz qemu-6f991980a5e96f93a9f676959df2dcba665665ef.tar.xz qemu-6f991980a5e96f93a9f676959df2dcba665665ef.zip | |
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/intel-hda.c')
| -rw-r--r-- | hw/intel-hda.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/intel-hda.c b/hw/intel-hda.c index a68c3685e3..c21bf7204a 100644 --- a/hw/intel-hda.c +++ b/hw/intel-hda.c @@ -18,8 +18,8 @@ */ #include "hw.h" -#include "pci.h" -#include "msi.h" +#include "pci/pci.h" +#include "pci/msi.h" #include "qemu-timer.h" #include "audiodev.h" #include "intel-hda.h" |
