qemu-patch-raspberry4/target-sparc
Paolo Bonzini 052e87b073 memory: make section size a 128-bit integer
So far, the size of all regions passed to listeners could fit in 64 bits,
because artificial regions (containers and aliases) are eliminated by
the memory core, leaving only device regions which have reasonable sizes

An IOMMU however cannot be eliminated by the memory core, and may have
an artificial size, hence we may need 65 bits to represent its size.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-06-20 16:32:47 +02:00
..
cc_helper.c
cpu-qom.h cpu: Replace do_interrupt() by CPUClass::do_interrupt method 2013-03-12 10:35:55 +01:00
cpu.c target-sparc: Replace free by g_free 2013-06-11 23:45:44 +04:00
cpu.h cpu: Replace do_interrupt() by CPUClass::do_interrupt method 2013-03-12 10:35:55 +01:00
fop_helper.c
helper.c cpu: Move halted and interrupt_request fields to CPUState 2013-03-12 10:35:55 +01:00
helper.h SPARC LEON power-down support added 2013-02-23 10:00:43 +00:00
int32_helper.c cpu: Replace do_interrupt() by CPUClass::do_interrupt method 2013-03-12 10:35:55 +01:00
int64_helper.c cpu: Replace do_interrupt() by CPUClass::do_interrupt method 2013-03-12 10:35:55 +01:00
ldst_helper.c Added LEON MMU ASI mappings and corrected LEON3 MMU masks. 2013-02-23 10:00:41 +00:00
machine.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
Makefile.objs
mmu_helper.c memory: make section size a 128-bit integer 2013-06-20 16:32:47 +02:00
TODO
translate.c gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end 2013-03-03 14:29:08 +00:00
vis_helper.c
win_helper.c