Re: [Qemu-devel] Fix for accept

2006-07-14 Thread Pablo Virolainen
Fabrice Bellard wrote: Hi, OK for the bug report, but the fix is not correct because the problem is generic. [get|put]_user() and the other functions should be used everywhere to communicate with the user space and to generate the -EFAULT error if the address is not correct. For that

[Qemu-devel] qemu vl.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/14 09:36:13 Modified files: . : vl.c Log message: win32 compilation - force process affinity on win32 as a workaround for SMP issues CVSWeb URLs:

[Qemu-devel] qemu/hw pcnet.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/14 09:40:02 Modified files: hw : pcnet.c Log message: win32 compilation fixes CVSWeb URLs:

Re: [Qemu-devel] Fix for accept

2006-07-14 Thread Fabrice Bellard
Pablo Virolainen wrote: So I should write something like following instead? if (!get_user(addrlen,target_addrlen)) { return -EFAULT } Yes. The code seems to assume target_sockaddr == sockaddr, so why allocate temporary buffer and then do copying? If the

[Qemu-devel] qemu qemu-doc.texi VERSION

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/14 13:13:51 Modified files: . : qemu-doc.texi VERSION Log message: update CVSWeb URLs:

[Qemu-devel] qemu irq

2006-07-14 Thread Alessandro Corradi
Hi all,pease can somebody tell me how qemu intercept irq generated by virtual device? Or tell me where I can start to look at?ThanksAle ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu)

2006-07-14 Thread Lonnie Mendez
I ran a limited test with the new code to see what works. All tests run with kqemu enabled binary (1.3.0pre9). Host is a laptop w/ pentium 3 mobile processor running ubuntu linux. deb-sid (2.6.17-1-686 SMP): qemu -hda deb-sid.qcow -no-kqemu boots to login prompt qemu -hda deb-sid.qcow

[Qemu-devel] Linux-on-linux -kernel-kqemu: hangs

2006-07-14 Thread Andrew Barr
I am running Debian Linux 'unstable' on Debian Linux 'unstable' with QEMU. The the command line: qemu -hda gnome.hda -m 256 -kernel-kqemu QEMU is CVS and kqemu is 1.3.0pre9. The guest Linux kernel is Debian's latest official kernel image for 2.6.17. It hangs after detecting the virtual hard

Re: [Qemu-devel] 2.6 kernel + new timing code + kqemu (-kernel-kqemu)

2006-07-14 Thread Lonnie Mendez
On Fri, 2006-07-14 at 20:50 +0200, Fabrice Bellard wrote: Lonnie Mendez wrote: I ran a limited test with the new code to see what works. All tests run with kqemu enabled binary (1.3.0pre9). Host is a laptop w/ pentium 3 mobile processor running ubuntu linux. deb-sid (2.6.17-1-686

[Qemu-devel] [PATCH] latest monitor / mux

2006-07-14 Thread Jason Wessel
This patch set has been brought up to date with cvs and the time stamp feature is abstracted now. This means you can do something like: -serial mon:vc Or my favorite: -serial mon:telnet::,server There are two patches attached to show the logical progress of the code

[Qemu-devel] qemu monitor.c vl.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/14 20:26:42 Modified files: . : monitor.c vl.c Log message: generate CRLF instead of LF CVSWeb URLs:

[Qemu-devel] qemu monitor.c

2006-07-14 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/07/14 22:03:35 Modified files: . : monitor.c Log message: added mouse event generation CVSWeb URLs: