[Qemu-devel] [PATCH] hw/pflash_cfi02.c: Fix CFI devsize

2006-08-11 Thread Peter Korsgaard
Hi, The devsize member of the CFI structure should contain log2(size), not log2(size) + 1 according to the CFI spec. This little patch fixes that. Index: hw/pflash_cfi02.c === RCS file: /sources/qemu/qemu/hw/pflash_cfi02.c,v retrievi

[Qemu-devel] qemu usb-linux.c vl.h hw/esp.c hw/lsi53c895a.c ...

2006-08-11 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/08/12 01:04:27 Modified files: . : usb-linux.c vl.h hw : esp.c lsi53c895a.c scsi-disk.c usb-hid.c usb-hub.c usb-msd.c usb-ohci.c usb-uhci.c usb.

Re: [Qemu-devel] Re: kqemu in x86_64: (host) exception 0x0d in monitor space

2006-08-11 Thread J M Cerqueira Esteves
Anthony Liguori wrote: > On Fri, 11 Aug 2006 07:57:41 +0100, J M Cerqueira Esteves wrote: >>Summary: qemu-system-x86_64 with kqemu (running under Ubuntu on a Athlon >>64) crashes while installing a guest Debian amd64 testing (etch) system, >>with the host reporting (in kernel logs): >> kqemu: abor

Re: [Qemu-devel] kernel command line

2006-08-11 Thread Jernej Simončič
On Friday, August 11, 2006, 16:15:37, Tieu Ma Dau wrote: > And when Linux boots, I got the following line on the Qemu's screen: > Kernel command line: root=C:\msys\1.0\dev\nfs > nfsroot=192.168.7.1;/c/cygwin/nfsqemu rw > ip=192.168.7.2;192.168.7.1;192.168.7.1;255.255.255.0;off This is a MSys

[Qemu-devel] Re: kqemu in x86_64: (host) exception 0x0d in monitor space

2006-08-11 Thread Anthony Liguori
On Fri, 11 Aug 2006 07:57:41 +0100, J M Cerqueira Esteves wrote: > Greetings > > Summary: qemu-system-x86_64 with kqemu (running under Ubuntu on a Athlon > 64) crashes while installing a guest Debian amd64 testing (etch) system, > with the host reporting (in kernel logs): > kqemu: aborting: Une

Re: [Qemu-devel] kqemu in x86_64: (host) exception 0x0d in monitor space

2006-08-11 Thread J M Cerqueira Esteves
J M Cerqueira Esteves wrote: > Summary: qemu-system-x86_64 with kqemu (running under Ubuntu on a Athlon > 64) crashes while installing a guest Debian amd64 testing (etch) system, > with the host reporting (in kernel logs): > kqemu: aborting: Unexpected exception 0x0d in monitor space However, wi

Re: [Qemu-devel] kernel command line

2006-08-11 Thread Paul Brook
On Friday 11 August 2006 15:15, Tieu Ma Dau wrote: > Hi all, > I want to boot Linux using NFS root, on MSys on Windows, so the option I > give to execute Qemu ARM system is as: -append "root=/dev/nfs > nfsroot=192.168.7.1:/c/cygwin/nfsqemu rw > ip=192.168.7.2:192.168.7.1:192.168.7.1:255.255.255.0:

Re: [Qemu-devel] kqemu in x86_64: (host) exception 0x0d in monitor space

2006-08-11 Thread J M Cerqueira Esteves
J M Cerqueira Esteves wrote: > Summary: qemu-system-x86_64 with kqemu (running under Ubuntu on a Athlon > 64) crashes while installing a guest Debian amd64 testing (etch) system, > with the host reporting (in kernel logs): > kqemu: aborting: Unexpected exception 0x0d in monitor space I forgot