Re: [Qemu-devel] Config file support

2006-10-26 Thread Johannes Schindelin
Hi, On Tue, 24 Oct 2006, Rob Landley wrote: On Tuesday 24 October 2006 6:47 am, Flavio Visentin wrote: At this point it's really cleaner and maybe simpler to use XML Have you ever implemented a validating XML parser? I have. It only _looks_ clean and simple. +1

[Qemu-devel] How to get guestOS's information

2006-10-26 Thread KazuyaMatsunaga
Hello, It is impolite to write an unexpected letter. I am a college student in Japan. I belong to information processing system laboratory, and I work on intrusion detection system. We are developing intrusion detection system using system calls. Now, it operates only on Linux. I would like

[Qemu-devel] proprietary MIPS based ASIC

2006-10-26 Thread larytet . 39605663
Hello, I am a software developer working in a chip maker. One of our chips - dual MIPS 4Kec with GPON/BPON related peripherals, DDR, interrupt contorller, SPI, I2C and UART. This is SoC (System ooon Chip) which should run small chunk of software, like proprietary protocol stack, small RTOS

Re: [Qemu-devel] proprietary MIPS based ASIC

2006-10-26 Thread Paul Brook
On Thursday 26 October 2006 08:50, [EMAIL PROTECTED] wrote: Hello, I am a software developer working in a chip maker. One of our chips - dual MIPS 4Kec with GPON/BPON related peripherals, DDR, interrupt contorller, SPI, I2C and UART. This is SoC (System ooon Chip) which should run small

Re: [Qemu-devel] Config file support

2006-10-26 Thread Rob Landley
On Wednesday 25 October 2006 11:01 am, Paul Brook wrote: Oh, c'mon, Rob! I really didn't want to ask Paul Brook that, but sure you'll fix my cluelessness right here, right now - tell me, tell me, why Linux has dynamic-loadable modules support, which clueless passers-by like me call

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread Rob Landley
On Thursday 26 October 2006 3:23 am, KazuyaMatsunaga wrote: Hello, It is impolite to write an unexpected letter. Compared to the mountains of spam I get every day? Not really. :) I am a college student in Japan. I belong to information processing system laboratory, and I work on

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread andrzej zaborowski
Hi, On 26/10/06, KazuyaMatsunaga [EMAIL PROTECTED] wrote: Hello, It is impolite to write an unexpected letter. I am a college student in Japan. I belong to information processing system laboratory, and I work on intrusion detection system. We are developing intrusion detection system using

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread andrzej zaborowski
On 26/10/06, andrzej zaborowski [EMAIL PROTECTED] wrote: Hi, On 26/10/06, KazuyaMatsunaga [EMAIL PROTECTED] wrote: Hello, It is impolite to write an unexpected letter. I am a college student in Japan. I belong to information processing system laboratory, and I work on intrusion detection

Re: [Qemu-devel] qemu vs gcc4

2006-10-26 Thread Daniel Jacobowitz
On Wed, Oct 25, 2006 at 03:39:18PM -0400, Rob Landley wrote: gcc -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/home/landley/qemu/nowt.dyndns.org/qemu/target-sparc -I/home/landley/qemu/nowt.dyndns.org/qemu -I/home/landley/qemu/nowt.dyndns.org/qemu/host-i386 -D_GNU_SOURCE

Re: [Qemu-devel] proprietary MIPS based ASIC

2006-10-26 Thread Stefan Weil
There exists a QEMU system emulation for AR7 based DSL routers. AR7 is a SoC based on MIPS 4KEc, so some part of the work needed for your system was done there. See http://ar7-firmware.berlios.de/ for more information. Patched QEMU sources are in Subversion on BerliOS. Regards Stefan [EMAIL

[Qemu-devel] arm-test updated to linux-2.6.18

2006-10-26 Thread Michael Opdenacker
Hello, I updated the arm-test testcase (from Paul Brook) for linux-2.6.18 (instead of 2.6.17-rc3). See http://free-electrons.com/pub/qemu/demos/arm/arm-test/linux-2.6.18/ I tested it successfully with qemu-0.8.2. Note that I never managed to make the graphics work with the 2.6.17-rc3

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread maestro
Am Donnerstag, den 26.10.2006, 16:23 +0900 schrieb KazuyaMatsunaga: Hello, It is impolite to write an unexpected letter. I am a college student in Japan. I belong to information processing system laboratory, and I work on intrusion detection system. We are developing intrusion detection

Re: [Qemu-devel] How to get guestOS's information

2006-10-26 Thread Jamie Lokier
maestro wrote: You might want to consider useing the Page Directory Base Register (PDBR aka cr3 or in qemu-x86 env-cr[3]) to idenify differnet processes. afaik it is then OS-dependant how to get the corresponding PID. I did this for windows and i assume it's a lot easier to do the same for

[FreeSBIE LVC] Re: [Qemu-devel] qemu/hw ide.c

2006-10-26 Thread Juergen Lock
In article [EMAIL PROTECTED] you write: CVSROOT: /sources/qemu Module name: qemu Changes by:Fabrice Bellard bellard 06/08/07 21:36:34 Modified files: hw : ide.c Log message: use AIO for DMA transfers - enabled DMA for CDROMs Hi! I just tried