[Qemu-devel] Alarm_has_dynticks & Time inside guest

2012-02-07 Thread Gauresh Rane
clocks. But if a guest goes to sleep how is time moved for the guest. Also how is the virtual time of the guest updated, Is qemu_wrap_time answer to that. Thanks, Regards, Gauresh Rane Grad Student CS Department UCLA

[Qemu-devel] Emulating GPIO input

2011-12-05 Thread Gauresh Rane
Hi, I want to emulate GPIO input(Like a digital square wave from outside to processor) using qemu. What's the good way to do it? Thanks, Regards, Gauresh Rane Grad Student CS Department UCLA

Re: [Qemu-devel] Problem with translating on ARM and Qemu beginner question

2011-11-26 Thread Gauresh Rane
Works Like a charmThe memory at that place was indeed not allocated. Thanks for your help. Regards, Gauresh Rane Grad Student CS Department UCLA - Original Message - From: "Peter Maydell" To: "Max Filippov" Cc: "Gauresh Rane" , qemu-devel@nongnu.org S

Re: [Qemu-devel] Problem with translating on ARM and Qemu beginner question

2011-11-26 Thread Gauresh Rane
help, Regards, Gauresh Rane Grad Student CS Department UCLA - Original Message - From: "Peter Maydell" To: "Max Filippov" Cc: "Gauresh Rane" , qemu-devel@nongnu.org Sent: Friday, November 25, 2011 7:40:52 AM Subject: Re: [Qemu-devel] Problem with t

Re: [Qemu-devel] Problem with translating on ARM and Qemu beginner question

2011-11-25 Thread Gauresh Rane
ulting. Thanks, Regards, Gauresh Rane Grad Student CS Department UCLA - Original Message - From: "Max Filippov" To: "Peter Maydell" Cc: "Gauresh Rane" , qemu-devel@nongnu.org Sent: Friday, November 25, 2011 5:04:15 AM Subject: Re: [Qemu-devel] Problem with t

Re: [Qemu-devel] Problem with translating on ARM and Qemu beginner question

2011-11-25 Thread Gauresh Rane
bx lr calls are successfully executed. Also I am not understanding where processor state values updated in qemu code. Thanks, Gauresh Rane - Original Message - From: "Peter Maydell" To: "Gauresh Rane" Cc: qemu-devel@nongnu.org Sent: Friday, November 25, 2011 3:39:02 AM Su

[Qemu-devel] Problem with translating on ARM and Qemu beginner question

2011-11-25 Thread Gauresh Rane
t like registers for a processor updated. Any help would be highly appreciated. Thanks, Regards, Gauresh Rane Grad Student CS Department UCLA

[Qemu-devel] Kernel source for 2.6.17-rc3

2011-09-21 Thread Gauresh Rane
Hi, I wanted to get the source for this kernel which is provided with the ARM disk image tar ball. I wanted to build this kernel with some more modules, can I get information how this kernel was built exactly. Thanks, Regards, Gauresh Rane

Re: [Qemu-devel] [PATCH 1/2] softfloat: Use uint16 consistently

2011-09-20 Thread Gauresh Rane
I am still not able to compile this with these changes.