Hi all
There are two vcpus in the system mode. L2 memory comes between L1 and
RAM. Each vcpu has a L2 memory, its memory-map like this:
vcpu1's L2 memory: 0x0800~0x0807 (512K)
vcpu2's L2 memory: 0x0800~0x0807 (512K)
So, the two vcpus have two sections of the same private addr
Hi all
In QEMU's system mode. I know that QEMU use the load macros (in the
softmmu_header.h) to fetch the instruction.
static inline RES_TYPE
glue(glue(cpu_ld, USUFFIX), MEMSUFFIX)(CPUArchState *env, target_ulong ptr)
But I don't know where is the store macros used. I use to to set
breakpoint,
Hi all
If I already have an emulator, all instructions have been carried out.
In order to reuse these codes on the other simulation platforms, as Simics,
QEMU, SystemC. So, I want to
skip over QEMU's TCG(guest binary-->IR-->host binary). Just let QEMU
controll the cpu's execution and the cpu ac