[Qemu-devel] ldl_code definition (qemu 0.9.0)
Hi, I'm working on Qemu (0.9.0) extension in order to interact with SystemC (for ARM system). I would like to know where the ldl_code function is defined. Qemu code use it on disas_arm_insn(...) function (code below): static void disas_arm_insn(CPUState * env, DisasContext *s) { unsigned i
[Qemu-devel] Qemu interrupt handling
s the interrupts, for example, from host NIC in order to pass to the guest NIC emulated. Could you help me? Thanks in advance. Regards. Saul Saggin