[Qemu-devel] adaptation of emu

2014-01-21 Thread Herbei Dacian
hi All, would anyone be interested to adapt qemu to show some information visually as the operating system on top runs? The run must be completely emulated. of coursed I don't expect it for free. regards, dacian On Tuesday, 14 January 2014, 15:34, Herbei Dacian wrote: Hi Lluis,

Re: [Qemu-devel] edit qemu with eclipse

2014-01-15 Thread Herbei Dacian
thank you Stefan! On Thursday, 16 January 2014, 7:39, Stefan Hajnoczi wrote: On Wed, Jan 15, 2014 at 10:17:52PM +, Herbei Dacian wrote: > Is there any way to edit qemu sources as eclipse projects? > I could also edit in another IDE but I'm familiar only with eclipse. I&

[Qemu-devel] edit qemu with eclipse

2014-01-15 Thread Herbei Dacian
Hi, Is there any way to edit qemu sources as eclipse projects? I could also edit in another IDE but I'm familiar only with eclipse. Any suggestions? best regards, dacian

Re: [Qemu-devel] multiple chip simulation

2014-01-14 Thread Herbei Dacian
Hi Lluis, thank you. Do you know in what state is. compilable, running, testing? best wishes, dacian On Tuesday, 14 January 2014, 14:42, Lluís Vilanova wrote: Herbei Dacian wrote: > Hi, > I would like to implement a hardware that is able to keep track of memory > accesses as

Re: [Qemu-devel] multiple chip simulation

2014-01-14 Thread Herbei Dacian
thank you Antony! dacian On Tuesday, 14 January 2014, 10:29, Antony Pavlov wrote: On Tue, 14 Jan 2014 09:20:04 + (GMT) Herbei Dacian wrote: > > Hi, > I would like to implement a hardware that is able to keep track of memory > accesses as the code gets execute

[Qemu-devel] multiple chip simulation

2014-01-14 Thread Herbei Dacian
Hi, I would like to implement a hardware that is able to keep track of memory accesses as the code gets executed. I'm not interested in the speed of execution this can be as slow as it can get but I have to be able to read from where each instruction in the memory is loaded how many bytes, if i

Re: [Qemu-devel] minimal linux distribution for qemu

2013-08-18 Thread Herbei Dacian
Rob Landley To: Herbei Dacian Cc: Peter Maydell ; QEmu Devel Sent: Sunday, 18 August 2013, 8:00 Subject: Re: [Qemu-devel] minimal linux distribution for qemu On 08/16/2013 11:17:06 AM, Herbei Dacian wrote: > my system should run in far less memory. something like 2-4MB. > but first I

Re: [Qemu-devel] minimal linux distribution for qemu

2013-08-16 Thread Herbei Dacian
From: Rob Landley To: Herbei Dacian Cc: Peter Maydell ; QEmu Devel Sent: Friday, 16 August 2013, 18:05 Subject: Re: [Qemu-devel] minimal linux distribution for qemu On 08/15/2013 09:01:19 AM, Herbei Dacian wrote: > > yes but which binary do I use to call to run an emulated arm

Re: [Qemu-devel] minimal linux distribution for qemu

2013-08-16 Thread Herbei Dacian
Thanks Rob I think that should do it for me. From: Rob Landley To: Andreas Färber Cc: Herbei Dacian ; QEmu Devel Sent: Friday, 16 August 2013, 17:59 Subject: Re: [Qemu-devel] minimal linux distribution for qemu On 08/15/2013 06:53:30 AM, Andreas

Re: [Qemu-devel] minimal linux distribution for qemu

2013-08-15 Thread Herbei Dacian
but you said that "qemu-system-arm" is not maintained and it doesn't work. The link below contains only links to kernel images that don't work. Anyway I'll figure it somehow cause this doesn't help me. ____ From: Peter Maydell To:

Re: [Qemu-devel] minimal linux distribution for qemu

2013-08-15 Thread Herbei Dacian
board that is not a problem and then I can tweak the project but I need to know where can I find this. I couldn't find any documentation in this direction. From: Peter Maydell To: Herbei Dacian Cc: QEmu Devel Sent: Thursday, 15 August 2013, 15:48 Subjec

Re: [Qemu-devel] minimal linux distribution for qemu

2013-08-15 Thread Herbei Dacian
OK but which command should I use if that is broken and where I can find some documentation that is actually up to date? From: Peter Maydell To: Herbei Dacian Cc: QEmu Devel Sent: Thursday, 15 August 2013, 15:31 Subject: Re: [Qemu-devel] minimal linux

Re: [Qemu-devel] minimal linux distribution for qemu

2013-08-15 Thread Herbei Dacian
In the end I went for debian cause it is widely used. So I'm using the following command to install linux: qemu-system-arm -m 1024 -hda arm.img -cdrom debian-7.1.0-armel-CD-1.iso -boot d And I get this error: Kernel image must be specified In the documentation is mentioned that i don't need a b

[Qemu-devel] minimal linux distribution for qemu

2013-08-15 Thread Herbei Dacian
hi, please, can anyone recommend me a distribution that offers a barebone linux kernel. minimum that I need on that image are: _ the kernel _ the compiler and development infrastructure to build it regards, dacian

[Qemu-devel] memory reads and writes

2013-08-14 Thread Herbei Dacian
Hello all, my name is Dacian and I'm new on this mailing list. I would like to visualize during execution the addresses of the instruction currently been executed, the address of the memory being read and being written by the same execution if it applies. has anyone tried this before maybe is a