qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] QEMU 0.5.2 testing


From: Herbert Poetzl
Subject: Re: [Qemu-devel] QEMU 0.5.2 testing
Date: Mon, 19 Jan 2004 02:27:51 +0100
User-agent: Mutt/1.4.1i

On Mon, Jan 19, 2004 at 12:09:11AM +0100, Fabrice Bellard wrote:
> Hi,
> 
> I commited all the current fixes in the CVS. I will make the 0.5.2 
> release tomorrow, so it would be interesting if some people could test 
> it before it is officially released...

texi2html -monolithic -number qemu-doc.texi
make: texi2html: Command not found
make: *** [qemu-doc.html] Error 127

[removed the target]

-
usual set of compiler warnings, are you interested
in that output too?

-

seems to work as expected, with the folowing options

qemu-cvs-19.01.2004/i386/qemu-fast -s -nographic -L qemu-0.5.1/pc-bios -m 128 
-snapshot -hda IMGs/TEST_32M.img -hdb IMGs/TEST_256M.img -kernel 
<kernelpath>/arch/i386/boot/bzImage -append "rw root=/dev/hda1

tested with/out -s for 2.4.24, 2.4.25-pre6 and 2.6.0 ...
two harddisk images 32M and 256MB in size ...

-

hmm didn't notice that one until now (seems like a bug) ...

Program received signal 0, Signal 0.
default_idle () at process.c:92
92      }
(gdb) break vfs_readdir
Breakpoint 1 at 0x90152640: file readdir.c, line 17.
(gdb) c
Continuing.

# ls /proc
# ls /tmp
# <nothing happens> CTRL-C

Program received signal 0, Signal 0.
default_idle () at process.c:92
92      }
(gdb) break sys_vserver
Breakpoint 2 at 0x901261f0: file vswitch.c, line 39.
(gdb) c
Continuing.

# ls /tmp

Program received signal SIGTRAP, Trace/breakpoint trap.
vfs_readdir (file=0xc183c189, filler=0x2e9c103, buf=0xde89a5f3) at readdir.c:17
17      {

(gdb) disable 1
(gdb) c
Continuing.

# sys_vserver (call)

Program received signal SIGTRAP, Trace/breakpoint trap.
sys_vserver (cmd=0, id=0, data=0x0) at vswitch.c:39
39      {


> Fabrice.
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/qemu-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]