Edgar E. Iglesias

Results 32 comments of Edgar E. Iglesias

Thanks Ryos! Could you please add a Signed-off-by line on the commit message and also add a comment in the code describing what the bit masking/unmasking is actually doing? Thanks...

On Wed, Jul 11, 2012 at 09:38:25PM -0700, Ryos Suzuki wrote: > Hi, > > Here is the patch. Is it OK? Hi, Sorry for the delay. The patch looks...

On Wed, Jul 11, 2012 at 09:38:25PM -0700, Ryos Suzuki wrote: > Hi, > > Here is the patch. Is it OK? > and also, I have pushed the patch...

On Thu, Nov 01, 2012 at 03:06:29AM -0700, Yutetsu TAKATSUKASA wrote: > Hi Edgar, > I have 'rebase'd tlmu onto QEMU-1.2.0. > Rebase command of git did not help because...

Hi, A couple of questions: What do you have in the IFS.bin binary? Is there only the QNX OS expected to run at EL1? Or is there SW that expects...

Hi! I suggest that you don't use the xlnx-zcu102 machine but our more complete device-tree based machine, those are a lot more complete. You're going to need to build the...

The interrupt you mentioned is not yet connected in the xlnx-zcu102 model, we'll have to fix that in upstream. In the meantime you'll need to use the device-tree machines.

Hi, Can you try adding -machine linux=yes, e.g: qemu-system-aarch64 -M arm-generic-fdt -serial stdio -display none -m 2G -hw-dtb dts/LATEST/SINGLE_ARCH/zcu102-arm.dtb -device loader,file=QNX-IFS.bin,cpu-num=0 -device loader,addr=0xfd1a0104,data=0x8000000e,data-len=4 -machine linux=yes Best regards, Edgar

Hi, Can you show us the exact error you're getting?

Hi, I think this is caused by you trying to build QEMU for a 32bit host. We no longer support that, allthough this error was unintentional, things will fail at...