[Qemu-devel] Running application on R5 of xilinx zcu102 QEMU model

2018-11-01 Thread Mirza, Taimoor
4 CPUs. Thanks, Taimoor

[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

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] [Qemu-trivial] [PATCH v3] slirp: Port redirection option behave differently on Linux and Windows

2013-09-01 Thread Mirza, Taimoor
Hi Guys, Thanks for reviewing the patch. Only difference between v2 and v3 is that v2 had an extra character added at top of the file (socket.c). This was removed in v3. Regards, Taimoor From: Stefan Weil [s...@weilnetz.de] Sent: Sunday, September 01

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
!GetQueuedCompletionStatus () from C:\windows\syswow64\kernel32.dll #9 0x035e3be8 in ?? () #10 0x767dbfaa in KERNEL32!GetQueuedCompletionStatus () from C:\windows\syswow64\kernel32.dll #11 0x019c3c70 in ?? () Cannot access memory at address 0xa08 (gdb) Thanks, Taimoor On Wed, Aug 28, 2013 at 6:38

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
application's support team for more information. Thanks, Taimoor

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

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

2013-08-15 Thread Taimoor
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. Relaunching QEMU with same host and guest port redirection values on Linux throws error but on Windows it does not throw any error

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

2013-08-15 Thread Taimoor
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. Relaunching QEMU with same host and guest port redirection values on Linux throws error but on Windows it does not throw any error

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

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

2013-08-13 Thread Taimoor
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. Relaunching QEMU with same host and guest port redirection values on Linux throws error but on Windows it does not throw any error

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] [PATCH] slirp: Port redirection option behave differently on Linux and Windows

2013-08-13 Thread Taimoor
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. Relaunching QEMU with same host and guest port redirection values on Linux throws error but on Windows it does not throw any error

[Qemu-devel] deadlock while running graphics application on QEMU

2013-06-19 Thread Mirza, Taimoor
slow_stl_mmu (retaddr=, mmu_idx=, val=, addr=, env=) at d:/temp/qemu/qemu-1.4.2/qemu-1.4.2/include/exec/softmmu_template.h:316 #18 _fu17435stack_chk_guard () at d:/temp/qemu/qemu-1.4.2/qemu-1.4.2/include/exec/softmmu_template.h:269 #19 0x0275d453 in ?? () -Taimoor

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

2013-04-15 Thread Taimoor Mirza
diately. Normally, the implementation of TCP will prevent us from binding the same address until a timeout expires, which is usually on the order of several minutes. Luckily, the SO_REUSEADDR socket option allows us to bypass this." Is it expected behaviour? Thanks,Taimoor

[Qemu-devel] Inserting Memory Watch points

2010-04-18 Thread Taimoor Mirza
state->c_cpu Cannot access memory at address 0x0 Can anybody tell me whats wrong with this? Thanks, Taimoor _ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. https://signup.live.com/signup.aspx?id=60969

[Qemu-devel] Modifying hardware emulation

2010-04-14 Thread Taimoor Mirza
in Makefile or some other script? -Taimoor _ Hotmail: Free, trusted and rich email service. https://signup.live.com/signup.aspx?id=60969

[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

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

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

2010-03-03 Thread Taimoor Mirza
Hi, Can you tell me name of any platform which is emulated in QEMU and I can run my USB device application on it? I mean I want to have board(emulated in QEMU) behaving as a mass storage device (running mass storage application). -Taimoor > Date: Tue, 2 Mar 2010 23:52:18 +0

RE: [Qemu-devel] Errors while building qemu

2010-03-02 Thread Taimoor Mirza
lly I want to configure gadget fs and for that I must have CONFIG_GADGETFS in config-host.h Regards, Taimoor > Date: Fri, 19 Feb 2010 10:22:56 -0200 > From: lcapitul...@redhat.com > To: roy...@gmail.com > Subject: Re: [Qemu-devel] Errors while building qemu > CC: mooni_mi...@h

[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
m developing a Linux based USB device using Gadget API. Does QEMU provide USB function controller emulation in such a way that I can run plug this USB device at run time with host machine and can

[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
nt to integrate it with QEMU but that will be running in host environment. BR, Taimoor _ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. https://signup.live.com/signup.aspx?id=60969

[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