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
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/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:
http://cvs.savannah.gnu
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/07/14 09:40:02
Modified files:
hw : pcnet.c
Log message:
win32 compilation fixes
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pcnet.c?cvsroot=qemu&r1=1.3&r2=1.4
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 assumpti
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/07/14 13:13:51
Modified files:
. : qemu-doc.texi VERSION
Log message:
update
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.98&r2=1.99
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
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
b
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 SMP):
qemu -hda deb-sid.qcow -no-kqemu
boots to login prompt
qemu
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
di
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
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
and
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/07/14 20:24:31
Modified files:
. : console.c
Log message:
fixed LF interpretation
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/console.c?cvsroot=qemu&r1=1.7&r2=1.8
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/07/14 20:26:42
Modified files:
. : monitor.c vl.c
Log message:
generate CRLF instead of LF
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=1.
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Fabrice Bellard06/07/14 22:03:35
Modified files:
. : monitor.c
Log message:
added mouse event generation
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/monitor.c?cvsroot=qemu&r1=1.52&r
14 matches
Mail list logo