diff options
author | Andreas Färber | 2013-01-24 00:03:54 +0100 |
---|---|---|
committer | Alexander Graf | 2013-01-25 22:02:53 +0100 |
commit | baec19105bb9824593bf6f37556302da2f67e583 (patch) | |
tree | ad038708e074e68097c5060b4bdfc67e589eca90 /hw/grackle_pci.c | |
parent | Merge remote-tracking branch 'bonzini/scsi-next' into staging (diff) | |
download | qemu-baec19105bb9824593bf6f37556302da2f67e583.tar.gz qemu-baec19105bb9824593bf6f37556302da2f67e583.tar.xz qemu-baec19105bb9824593bf6f37556302da2f67e583.zip |
ppc: Move Mac machines to hw/ppc/
Signed-off-by: Andreas Färber <afaerber@suse.de>
[agraf: squash in MAINTAINERS fix]
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'hw/grackle_pci.c')
-rw-r--r-- | hw/grackle_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/grackle_pci.c b/hw/grackle_pci.c index 948416632a..95639d5735 100644 --- a/hw/grackle_pci.c +++ b/hw/grackle_pci.c @@ -24,7 +24,7 @@ */ #include "pci/pci_host.h" -#include "ppc_mac.h" +#include "ppc/mac.h" #include "pci/pci.h" /* debug Grackle */ |