mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
isa_mmio: Always use little endian
This patch converts the ISA MMIO bridge code to always use little endian mmio. All bswap code that existed was only there to convert from native cpu endianness to little endian ISA devices. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
b093c1a327
commit
968d683c04
14 changed files with 36 additions and 119 deletions
2
hw/isa.h
2
hw/isa.h
|
|
@ -32,7 +32,7 @@ ISADevice *isa_create_simple(const char *name);
|
|||
|
||||
extern target_phys_addr_t isa_mem_base;
|
||||
|
||||
void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size, int be);
|
||||
void isa_mmio_init(target_phys_addr_t base, target_phys_addr_t size);
|
||||
|
||||
/* dma.c */
|
||||
int DMA_get_channel_mode (int nchan);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue