mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Compile most PPC devices only once
Make byte swapping unconditional since PPC is big endian. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
add85a76bb
commit
2b5eb37123
9 changed files with 47 additions and 19 deletions
|
@ -15,12 +15,10 @@
|
|||
*/
|
||||
|
||||
#include "hw.h"
|
||||
#include "ppc.h"
|
||||
#include "ppce500.h"
|
||||
#include "pci.h"
|
||||
#include "pci_host.h"
|
||||
#include "bswap.h"
|
||||
#include "qemu-log.h"
|
||||
|
||||
#ifdef DEBUG_PCI
|
||||
#define pci_debug(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue