[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
o, changed 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 wrote: > On Thu, Aug 29, 2013 at 12:10:48AM +0500, Taimoor Mirza wrote: >> Hi Stefan, >> >> Below is r

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 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

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

2013-08-28 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 wrote: > Hi Stefan, > > Below is result of bt: > > Breakpoint 1, 0x006ac304 in abort () > (gdb) bt > #0 0x006a

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

2013-08-28 Thread Taimoor Mirza
PM, Stefan Hajnoczi 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 pro

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

2013-08-28 Thread Taimoor Mirza
lowing the coroutine protection. Thanks, Taimoor On Wed, Aug 28, 2013 at 1:11 PM, Stefan Hajnoczi 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 f

[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. A

Re: [Qemu-devel] Disable scaling of SDL

2013-08-24 Thread Taimoor Mirza
Hi Stefan, Thanks for your reply. Is there any way I can disable scaling in SDL library? I've not used SDL before and I am not sure whether there is some configuration option for it or not? -Taimoor On Sat, Aug 24, 2013 at 11:47 PM, Stefan Weil wrote: > Am 24.08.2013 15:43, schrieb

[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, Tai

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 wrote: > On 08/13/2013 03:05 PM, Taimoor wrote: >> From: Taimoor Mirza >> >> port redirection code uses SO_REUSEADDR socket option before binding to >> host port. Behavior of SO_REUSEADDR is different on Windows and Linux. &g

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 wrote: > Am 13.08.2013 22:00, schrieb Taimoor: >> From: Taimoor Mirza >> >> 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-15 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 h

[Qemu-devel] Inserting Memory Watch points

2010-04-18 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 regi

[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 other

[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: Trust

[Qemu-devel] Accessing host file system from QEMU VM

2010-03-10 Thread Taimoor Mirza
Hi all, Is there any way in QEMU to read/write to host file system from QEMU VM? QEMU has a Samba server in user networking that allows to access file system but isn't there any other way around? BR, Taimoor

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

2010-03-03 Thread Taimoor Mirza
100 > Subject: Re: [Qemu-devel] Intel PXA270 System-on-chip emulation in QEMU > From: balr...@gmail.com > To: mooni_mi...@hotmail.com > CC: qemu-devel@nongnu.org > > Hi Taimoor, > > On 1 March 2010 09:01, Taimoor Mirza wrote: > > I want to know about Intel PXA270 Syste

RE: [Qemu-devel] Errors while building qemu

2010-03-02 Thread Taimoor Mirza
otmail.com; qemu-devel@nongnu.org > > On Thu, 18 Feb 2010 23:53:47 +0800 > Roy Tam wrote: > > > 2010/2/18 Taimoor Mirza : > > > Hi all, > > > > > > I've been getting following errors while building qemu 0.11.1 and 0.12.2 > > > on >

[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] Isochronous devices support in QEMU

2010-02-21 Thread Taimoor Mirza
Hi all, I've few questions about QEMU: 1) I read in QEMU's official documentation that in case of using host system devices "USB devices requiring real time streaming (i.e. USB Video Cameras) are not supported yet". Also there is no isochronous transfer based virtual USB device in QEMU.

[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 integrate

[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: Free,

[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: fa

[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 yo