Re: [Qemu-devel] [PATCH v4 08/10] hw/mips: malta: Add KVM support

2014-03-20 Thread James Hogan
On 19/03/14 16:39, Paolo Bonzini wrote: Il 14/03/2014 13:47, James Hogan ha scritto: int prom_index = 0; +uint64_t (*xlate_to_phys) (void *opaque, uint64_t addr); +uint64_t (*xlate_to_kseg0) (void *opaque, uint64_t addr); + #ifdef TARGET_WORDS_BIGENDIAN big_endian = 1;

Re: [Qemu-devel] [PATCH v4 08/10] hw/mips: malta: Add KVM support

2014-03-19 Thread Paolo Bonzini
Il 14/03/2014 13:47, James Hogan ha scritto: int prom_index = 0; +uint64_t (*xlate_to_phys) (void *opaque, uint64_t addr); +uint64_t (*xlate_to_kseg0) (void *opaque, uint64_t addr); + #ifdef TARGET_WORDS_BIGENDIAN big_endian = 1; @@ -781,7 +787,15 @@ static int64_t

[Qemu-devel] [PATCH v4 08/10] hw/mips: malta: Add KVM support

2014-03-14 Thread James Hogan
In KVM mode the bootrom is loaded and executed from the last 1MB of DRAM. Based on [PATCH 12/12] KVM/MIPS: General KVM support and support for SMP Guests by Sanjay Lal sanj...@kymasys.com. Signed-off-by: James Hogan james.ho...@imgtec.com Reviewed-by: Aurelien Jarno aurel...@aurel32.net Cc: