[Qemu-devel] stack smash while using SDL 1.2.5 with QEMU 2.9

2017-08-21 Thread Taimoor Mirza
tible with SDL 1.2.5? Thanks, Taimoor Mirza

[Qemu-devel] QEMU SD card emulation problem

2013-09-17 Thread Taimoor Mirza
Hi Guys, I have been trying to use SD card emulation of QEMU by providing host directory to QEMU to treat it as SD card. For this I am using option -sd fat:16:rw:/home/taimoor/temp/sdcard. This works fine for me and I can see list of files in guest system. But when I delete some file from guest

Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8

2013-09-05 Thread Taimoor Mirza
CFLAG in makefile to O1 and rerun make. Generated binary works fine without any problem. Thanks, Taimoor On Thu, Aug 29, 2013 at 1:28 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Thu, Aug 29, 2013 at 12:10:48AM +0500, Taimoor Mirza wrote: Hi Stefan, Below is result of bt: Breakpoint 1

Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8

2013-08-29 Thread Taimoor Mirza
I just tried it on Windows XP and its working fine there. So this problem comes only on Windows 7. -Taimoor On Thu, Aug 29, 2013 at 12:10 AM, Taimoor Mirza taimoor.m...@gmail.com wrote: Hi Stefan, Below is result of bt: Breakpoint 1, 0x006ac304 in abort () (gdb) bt #0 0x006ac304 in abort

Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8

2013-08-29 Thread Taimoor Mirza
Kindly ignore last email...it is reproducible on XP as well. On Thu, Aug 29, 2013 at 11:31 AM, Taimoor Mirza taimoor.m...@gmail.com wrote: I just tried it on Windows XP and its working fine there. So this problem comes only on Windows 7. -Taimoor On Thu, Aug 29, 2013 at 12:10 AM

Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8

2013-08-28 Thread Taimoor Mirza
protection. Thanks, Taimoor On Wed, Aug 28, 2013 at 1:11 PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Wed, Aug 28, 2013 at 10:14:04AM +0500, Taimoor Mirza wrote: I am building QEMU on Windows using MinGW + Msys. If I build QEMU with Glib 2.28, qemu binary works fine for sdcard. I noticed

Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8

2013-08-28 Thread Taimoor Mirza
PM, Stefan Hajnoczi stefa...@gmail.com wrote: On Wed, Aug 28, 2013 at 04:17:24PM +0500, Taimoor Mirza wrote: Thanks for your reply. Below are answers $ grep CONFIG_COROUTINE_BACKEND config-host.mak CONFIG_COROUTINE_BACKEND=win32 (gdb) r Starting program: C:\tools\qemu\qemu-system-arm.exe

[Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8

2013-08-27 Thread Taimoor Mirza
Hi Guys, I am building QEMU on Windows using MinGW + Msys. If I build QEMU with Glib 2.28, qemu binary works fine for sdcard. I noticed that QEMU binary has dependency on libgthread-2.0-0.dll in this case. But when I build QEMU with Glib 2.33.8 version, its sdcard option throw error at run time.

[Qemu-devel] Disable scaling of SDL

2013-08-24 Thread Taimoor Mirza
Hi guys, I am using QEMU with SDL support to run some demo applications. Problem I am facing is that fonts in my SDL window are not displayed properly. I have to press Ctrl+Alt+u to undo scaling. After that fonts display correctly. Is there any way I can disable scaling in SDL window? Thanks,

Re: [Qemu-devel] Disable scaling of SDL

2013-08-24 Thread Taimoor Mirza
, schrieb Taimoor Mirza: Hi guys, I am using QEMU with SDL support to run some demo applications. Problem I am facing is that fonts in my SDL window are not displayed properly. I have to press Ctrl+Alt+u to undo scaling. After that fonts display correctly. Is there any way I can disable scaling

Re: [Qemu-devel] [PATCH] slirp: Port redirection option behave differently on Linux and Windows

2013-08-14 Thread Taimoor Mirza
On Wed, Aug 14, 2013 at 2:20 AM, Eric Blake ebl...@redhat.com wrote: On 08/13/2013 03:05 PM, Taimoor wrote: From: Taimoor Mirza tmi...@codesourcery.com port redirection code uses SO_REUSEADDR socket option before binding to host port. Behavior of SO_REUSEADDR is different on Windows and Linux

Re: [Qemu-devel] [PATCH] slirp: Port redirection option behave differently on Linux and Windows

2013-08-13 Thread Taimoor Mirza
Thanks for reviewing the patch On Wed, Aug 14, 2013 at 1:21 AM, Stefan Weil s...@weilnetz.de wrote: Am 13.08.2013 22:00, schrieb Taimoor: From: Taimoor Mirza tmi...@codesourcery.com port redirection code uses SO_REUSEADDR socket option before binding to host port. Behavior of SO_REUSEADDR

[Qemu-devel] Qemu redirection option behave differently on Linux and Windows

2013-04-16 Thread Taimoor Mirza
Hi Everyone, I am trying to use QEMU's port forwarding option with my application and have observed following difference in behaviour on Windows and Linux: * If I relaunch QEMU with same host and guest port redirection values on Linux, it throws following error:qemu-system-arm: could not set up

[Qemu-devel] Inserting Memory Watch points

2010-04-19 Thread Taimoor Mirza
Hi all, I've developed an application for ARM intergrator and it is running find under QEMU. I am trying to redirect my serial data to my custom emulated device. For that I've inserted memory watch point at Pl011 UART controllers Data Register so that whenever some access is made to this

[Qemu-devel] Modifying hardware emulation

2010-04-14 Thread Taimoor Mirza
Hi all, I've been modifying qemu's pl011 uart emulation for my custom requirement. I've added some new source files and want to include it with QEMU's build script. Also I want to link a library with it. Where should I need to add these new source files and library in Makefile or some

[Qemu-devel] Error while running qemu-arm

2010-03-11 Thread Taimoor Mirza
Hi all, When I run qemu-arm it gives me following error: qemu-arm: symbol lookup error: qemu-arm: undefined symbol: sys_inotify_rm_watch Any idea? -Taimoor _ Hotmail:

RE: [Qemu-devel] Errors while building qemu

2010-03-02 Thread Taimoor Mirza
2010 23:53:47 +0800 Roy Tam roy...@gmail.com wrote: 2010/2/18 Taimoor Mirza mooni_mi...@hotmail.com: Hi all, I've been getting following errors while building qemu 0.11.1 and 0.12.2 on my Redhat machine. block/curl.c:80: error: syntax error before curl_socket_t block

[Qemu-devel] Intel PXA270 System-on-chip emulation in QEMU

2010-03-01 Thread Taimoor Mirza
Hi all, I want to know about Intel PXA270 System-on-chip emulation in QEMU. Does this emulation includes USB client controller emulation? Actually I've a USB device application developed using Linux USB Gadget framework and I want to emulate this on QEMU but I am unable to find any USB

[Qemu-devel] Errors while building qemu

2010-02-18 Thread Taimoor Mirza
Hi all, I've been getting following errors while building qemu 0.11.1 and 0.12.2 on my Redhat machine. block/curl.c:80: error: syntax error before curl_socket_t block/curl.c:82: warning: function declaration isn't a prototype block/curl.c: In function `curl_sock_cb': block/curl.c:84: error:

[Qemu-devel] USB device controller emulation

2010-02-16 Thread Taimoor Mirza
Hi all, Does QEMU provide emulation for any target with USB device controller? Actually I am developing an embedded linux based device and was thinking about testing it on QEMU. BR, Taimoor

[Qemu-devel] EHCI support in QEMU

2010-02-14 Thread Taimoor Mirza
Hi all, I downloaded version 0.12.2 of QEMU and I am unable to find EHCI support in it. Does QEMU support EHCI emulation? Do I need to download some other patch for it? QEMU documentation also does not tell anything about EHCI. -Taimoor

[Qemu-devel] Simulating somthing outside core functionality of platform

2010-02-09 Thread Taimoor Mirza
Hi all, Is there anyway to simulate something outside the core functionality of platform in QEMU? e.g. QEMU provides emulation of Integrator/CP for some peripherals and kernel application is using those peripherals. I've an application that provides simulation of I2C and I want to

[Qemu-devel] USB function application on QEMU

2010-02-08 Thread Taimoor Mirza
Hi all, Is it possible to run any linux based USB device side application on QEMU? For example I want to develop a linux based mass storage device and I want to test it on QEMU. BR, Taimoor

[Qemu-devel] Need QEMU source and documentation

2010-02-04 Thread Taimoor Mirza
Hi all, I need QEMU source and documentation but qemu.org is down. Is there any other place from where I can get both source and documentation? Regards, Taimoor _ Hotmail:

[Qemu-devel] Need help to run application on QEMU

2010-02-03 Thread Taimoor Mirza
Hi all, I have been trying to use VGA card and LCD for integrator 926. I've built my kernel PLUS with graphics support. I used following command to run my PLUS application on qemu: qemu-system-arm -M integratorcp -cpu arm926 -kernel ./graphics_demo.out I am getting following error: qemu:

[Qemu-devel] Need some help regarding QEMU

2010-02-01 Thread Taimoor Mirza
Hi all, I am new to QEMU and need some help from you guys. Below are few questions of mine. I'll highly appreciate if someone can answer these questions: I've build a demo application of Nucleus PLUS for ARM integrator CP. This application uses framebuffer and displays some data on LCD. Can