Re: [Qemu-devel] Raw CD-ROM and hard disk for win32

2006-08-08 Thread Kazu
Sent: Tuesday, August 08, 2006 3:31 AM Fabrice Bellard wrote: > Hi, > > I find it strange that there is no win32 API to know the size of a > CD-ROM. Maybe a CD-ROM specific IOCTL exists ? > Yes, it does. An attached patch gets a size of raw CD-ROM and raw hard disk. > About the windows device pa

Re: [Qemu-devel][PATCH] Re: AltGr keystrokes

2006-08-08 Thread Edu
Hi, Attached patch, in addition to Anthony's, improves VNC keyboard support for AltGr and extended characters. I've only modified Spanish "es" keymap, but should be trivial to update other keymaps in a similar manner. This is my first patch submission, so please be lenient :) Regards, Eduardo

Re: [Qemu-devel] Port Qemu to another ARM platform

2006-08-08 Thread Paul Brook
On Tuesday 08 August 2006 16:04, Christian Roepke wrote: > Hi, > > I consider to port qemu to another ARM platform so that I have a software > simulator for my microcontroller board. There is an ARM926EJ-S core on my > board which is backwards compatible from ARM7. Hence I must not port the > cpu c

[Qemu-devel] Port Qemu to another ARM platform

2006-08-08 Thread Christian Roepke
Hi, I consider to port qemu to another ARM platform so that I have a software simulator for my microcontroller board. There is an ARM926EJ-S core on my board which is backwards compatible from ARM7. Hence I must not port the cpu core only the interrupt controller, timer, uart, ... I hope that such

Re: [Qemu-devel] Running Qemu ARM using NFS on Windows

2006-08-08 Thread Lonnie Mendez
On Tue, 2006-08-08 at 03:20 -0700, Tieu Ma Dau wrote: > Hi all, > I ran successfully Qemu to simulate ARM system on Linux host with the > following command: > ./qemu-system-arm -kernel zImage.integratorCP -append "root=/dev/nfs > nfsroot=192.168.7.1:/mnt/nfsqemu rw > ip=192.168.7.2::192.168.7.1:255

[Qemu-devel] Running Qemu ARM using NFS on Windows

2006-08-08 Thread Tieu Ma Dau
Hi all,I ran successfully Qemu to simulate ARM system on Linux host with the following command:./qemu-system-arm -kernel zImage.integratorCP -append "root=/dev/nfs nfsroot=192.168.7.1:/mnt/nfsqemu rw ip=192.168.7.2::192.168.7.1:255.255.255.0 " -net nic,vlan=0 -net tap,vlan=0,ifname=tap0,script=.

Re: [Qemu-devel] Log I/O from host Parallel Port?

2006-08-08 Thread Vincent Palatin
On Tuesday 08 August 2006 11:05, Steve Ellenoff wrote: > Is there any easy way to log all I/O data reads & writes to/from the host > parallel port, when using the -parallel /dev/parport0 option? > > My host is connected via parallel port to some custom hardware and I'd like > to be able to diagnose

[Qemu-devel] Requirements for KQEMU

2006-08-08 Thread Steve Ellenoff
According to the doc: "The requirements for a guest OS to work in full virtualization mode are very simple and most recent OSes (such as Linux or Windows 2000/XP) fulfill them. Interested OS writers can contact the author to get the necessary information to make their OS work in full virtualiz

[Qemu-devel] Log I/O from host Parallel Port?

2006-08-08 Thread Steve Ellenoff
Is there any easy way to log all I/O data reads & writes to/from the host parallel port, when using the -parallel /dev/parport0 option? My host is connected via parallel port to some custom hardware and I'd like to be able to diagnose why the hardware's not working, by seeing the data stream o