Re: [Qemu-devel] qemu vl.c

2007-12-18 Thread Anders
Avi Kivity wrote: Time in grub is completely off, Linux calibrate_delay() complains, 'sleep 1' doesn't return, but FC6 x86-64 boots. (this is with your patch on top of the re-applied patch I reverted earlier). Now I have updated my kvm checkout, and I immediately got trouble booting the gu

Re: [Qemu-devel] qemu vl.c

2007-12-18 Thread Avi Kivity
andrzej zaborowski wrote: Attached is a small patch to do exactly this. The rearming in main_loop_wait() can also be made conditional but I don't think there would be a real gain. Testing with KVM will be appreciated. Regards Time in grub is completely off, Linux calibrate_delay() complain

Re: [Qemu-devel] qemu vl.c

2007-12-17 Thread andrzej zaborowski
On 18/12/2007, Anders <[EMAIL PROTECTED]> wrote: > > > Redundant timer rearm optimisation by Anders Melchiorsen. > > > I'm merging qemu-cvs into the kvm repository now, and with this commit > > in, kvm will hang after about a minute. Attaching to it with gdb or > > strace will cause it to re

Re: [Qemu-devel] qemu vl.c

2007-12-17 Thread Anders
> Redundant timer rearm optimisation by Anders Melchiorsen. > I'm merging qemu-cvs into the kvm repository now, and with this commit > in, kvm will hang after about a minute. Attaching to it with gdb or > strace will cause it to resume, so this is very likely a missing signal > problem. T

Re: [Qemu-devel] qemu vl.c

2007-12-17 Thread Avi Kivity
Paul Brook wrote: On Sunday 16 December 2007, Anders wrote: Paul Brook wrote: Redundant timer rearm optimisation by Anders Melchiorsen. I think this is incorrect. When a timer is modified, we need to rearm the host timer immediately. We can not wait for the old timer

Re: [Qemu-devel] qemu vl.c

2007-12-16 Thread Paul Brook
On Sunday 16 December 2007, Anders wrote: > Paul Brook wrote: > >>Redundant timer rearm optimisation by Anders Melchiorsen. > > > > I think this is incorrect. > > > > When a timer is modified, we need to rearm the host timer immediately. We > > can not wait for the old timer to fire, or for exe

Re: [Qemu-devel] qemu vl.c

2007-12-16 Thread Anders
Paul Brook wrote: Redundant timer rearm optimisation by Anders Melchiorsen. I think this is incorrect. When a timer is modified, we need to rearm the host timer immediately. We can not wait for the old timer to fire, or for execution to fall back to the main_loop_wait. Consider the

Re: [Qemu-devel] qemu vl.c

2007-12-16 Thread Paul Brook
On Sunday 16 December 2007, Andrzej Zaborowski wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Andrzej Zaborowski 07/12/16 13:17:13 > > Modified files: > . : vl.c > > Log message: > Redundant timer rearm optimisation by Anders Melchiorsen. I

Re: [Qemu-devel] qemu vl.c hw/omap.c

2007-12-04 Thread Laurent Vivier
Le mardi 04 décembre 2007 à 01:20 +, Paul Brook a écrit : > On Tuesday 04 December 2007, andrzej zaborowski wrote: > > On 04/12/2007, Paul Brook <[EMAIL PROTECTED]> wrote: > > > > Log message: > > > > Always create an SD bdrv, so that PXA and OMAP boards can boot > > > > with no card inse

Re: [Qemu-devel] qemu vl.c hw/omap.c

2007-12-03 Thread andrzej zaborowski
On 04/12/2007, Paul Brook <[EMAIL PROTECTED]> wrote: > On Tuesday 04 December 2007, andrzej zaborowski wrote: > > On 04/12/2007, Paul Brook <[EMAIL PROTECTED]> wrote: > > > > Log message: > > > > Always create an SD bdrv, so that PXA and OMAP boards can boot > > > > with no card inserted agai

Re: [Qemu-devel] qemu vl.c hw/omap.c

2007-12-03 Thread Paul Brook
On Tuesday 04 December 2007, andrzej zaborowski wrote: > On 04/12/2007, Paul Brook <[EMAIL PROTECTED]> wrote: > > > Log message: > > > Always create an SD bdrv, so that PXA and OMAP boards can boot > > > with no card inserted again. Eventually SD, CDROM and floppy should > > > all be registe

Re: [Qemu-devel] qemu vl.c hw/omap.c

2007-12-03 Thread andrzej zaborowski
On 04/12/2007, Paul Brook <[EMAIL PROTECTED]> wrote: > > Log message: > > Always create an SD bdrv, so that PXA and OMAP boards can boot with > > no card inserted again. Eventually SD, CDROM and floppy should all > > be registered conditionally depending on machine. > > This seem

Re: [Qemu-devel] qemu vl.c hw/omap.c

2007-12-03 Thread Paul Brook
> Log message: > Always create an SD bdrv, so that PXA and OMAP boards can boot with > no card inserted again. Eventually SD, CDROM and floppy should all > be registered conditionally depending on machine. This seems the wrong way to solve this problem. The SD emulation should b

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-11-03 Thread J. Mayer
On Sat, 2007-11-03 at 01:18 +, Thiemo Seufer wrote: > J. Mayer wrote: > [snip] > > > > It restricts the letter to the ones historically allowed by Qemu, not to > > > > anything specific to any architecture or hw platform. What I like in my > > > > implementation, compared to the strchr..., is

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-11-02 Thread Thiemo Seufer
J. Mayer wrote: [snip] > > > It restricts the letter to the ones historically allowed by Qemu, not to > > > anything specific to any architecture or hw platform. What I like in my > > > implementation, compared to the strchr..., is that it exactly tells the > > > user which given device is incorrec

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-11-02 Thread J. Mayer
On Sat, 2007-11-03 at 01:01 +0100, andrzej zaborowski wrote: > Hi, > > On 01/11/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-11-01 at 01:01 +0100, andrzej zaborowski wrote: > > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > > > > > On Wed, 2007-10-31 at 11:22 +0100, J.

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-11-02 Thread andrzej zaborowski
Hi, On 01/11/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > On Thu, 2007-11-01 at 01:01 +0100, andrzej zaborowski wrote: > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 2007-10-31 at 11:22 +0100, J. Mayer wrote: > > > > On Wed, 2007-10-31 at 11:01 +0100, andrzej zaborowski

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-11-01 Thread J. Mayer
On Thu, 2007-11-01 at 01:01 +0100, andrzej zaborowski wrote: > Hi, > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > On Wed, 2007-10-31 at 11:22 +0100, J. Mayer wrote: > > > On Wed, 2007-10-31 at 11:01 +0100, andrzej zaborowski wrote: > > > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-31 Thread andrzej zaborowski
Hi, On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-31 at 11:22 +0100, J. Mayer wrote: > > On Wed, 2007-10-31 at 11:01 +0100, andrzej zaborowski wrote: > > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > > > > > On Wed, 2007-10-31 at 03:35 +0100, andrzej zaborow

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-31 Thread J. Mayer
On Wed, 2007-10-31 at 11:22 +0100, J. Mayer wrote: > On Wed, 2007-10-31 at 11:01 +0100, andrzej zaborowski wrote: > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 2007-10-31 at 03:35 +0100, andrzej zaborowski wrote: > > > > Hi, > > > > > > > > On 31/10/2007, J. Mayer <[EM

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-31 Thread J. Mayer
On Wed, 2007-10-31 at 11:01 +0100, andrzej zaborowski wrote: > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > On Wed, 2007-10-31 at 03:35 +0100, andrzej zaborowski wrote: > > > Hi, > > > > > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > > > > > On Wed, 2007-10-31 at 01:5

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-31 Thread andrzej zaborowski
On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-31 at 03:35 +0100, andrzej zaborowski wrote: > > Hi, > > > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > > > On Wed, 2007-10-31 at 01:54 +, Andrzej Zaborowski wrote: > > > > CVSROOT: /sources/qemu > > > >

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-30 Thread J. Mayer
On Wed, 2007-10-31 at 03:35 +0100, andrzej zaborowski wrote: > Hi, > > On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > > > On Wed, 2007-10-31 at 01:54 +, Andrzej Zaborowski wrote: > > > CVSROOT: /sources/qemu > > > Module name: qemu > > > Changes by: Andrzej Zaborowski 07/

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-30 Thread andrzej zaborowski
Hi, On 31/10/2007, J. Mayer <[EMAIL PROTECTED]> wrote: > > On Wed, 2007-10-31 at 01:54 +, Andrzej Zaborowski wrote: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Andrzej Zaborowski 07/10/31 01:54:05 > > > > Modified files: > > . : vl.c vl.h >

Re: [Qemu-devel] qemu vl.c vl.h hw/an5206.c hw/etraxfs.c hw/inte...

2007-10-30 Thread J. Mayer
On Wed, 2007-10-31 at 01:54 +, Andrzej Zaborowski wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Andrzej Zaborowski 07/10/31 01:54:05 > > Modified files: > . : vl.c vl.h > hw : an5206.c etraxfs.c integratorcp.c mcf5208.c >

Re: [Qemu-devel] qemu vl.c

2007-10-26 Thread Thiemo Seufer
Johannes Schindelin wrote: > Hi, > > On Fri, 26 Oct 2007, Stefan Weil wrote: > > > Thiemo Seufer schrieb: > > > CVSROOT: /sources/qemu > > > Module name: qemu > > > Changes by: Thiemo Seufer 07/10/21 23:20:46 > > > > > > Modified files: > > > . : vl.c > > > > > > Log message: > > > Support tap d

Re: [Qemu-devel] qemu vl.c

2007-10-26 Thread Johannes Schindelin
Hi, On Fri, 26 Oct 2007, Stefan Weil wrote: > Thiemo Seufer schrieb: > > CVSROOT: /sources/qemu > > Module name: qemu > > Changes by: Thiemo Seufer 07/10/21 23:20:46 > > > > Modified files: > > . : vl.c > > > > Log message: > > Support tap down script, by Wolfram Gloger. > > > > CVSWeb URLs: > >

Re: [Qemu-devel] qemu vl.c

2007-10-26 Thread Stefan Weil
Thiemo Seufer schrieb: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 07/10/21 23:20:46 > > Modified files: > . : vl.c > > Log message: > Support tap down script, by Wolfram Gloger. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/qemu/vl.c?cvsroot=qemu&r1=1.349&r2=

Re: [Qemu-devel] qemu vl.c vl.h hw/arm_boot.c

2007-07-29 Thread andrzej zaborowski
Hi, On 29/07/07, Paul Sokolovsky <[EMAIL PROTECTED]> wrote: > Saturday, July 28, 2007, 1:08:46 AM, you wrote: > > > CVSROOT:/sources/qemu > [] > > > Log message: > > Optionally setup old style linux bootparams for -kernel, by Juergen > > Lock. > > With such kind of optio

Re: [Qemu-devel] qemu vl.c vl.h hw/arm_boot.c

2007-07-29 Thread Paul Sokolovsky
Hello Andrzej, Saturday, July 28, 2007, 1:08:46 AM, you wrote: > CVSROOT:/sources/qemu [] > Log message: > Optionally setup old style linux bootparams for -kernel, by Juergen > Lock. With such kind of options being merged, any chance that my old patch to override ARM

Re: [Qemu-devel] qemu vl.c

2007-06-28 Thread Andreas Färber
Am 25.06.2007 um 13:48 schrieb Thiemo Seufer: CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer07/06/25 11:48:07 Modified files: . : vl.c Log message: Enable serial (tty) support on Solaris host, by Marion Hakanson. CVSWeb

Re: [Qemu-devel] qemu vl.c

2007-06-28 Thread Andreas Färber
Hello, Am 25.06.2007 um 13:48 schrieb Thiemo Seufer: CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer07/06/25 11:48:07 Modified files: . : vl.c Log message: Enable serial (tty) support on Solaris host, by Marion Hakanson. C

Re: [Qemu-devel] qemu vl.c (regression)

2007-06-27 Thread Stefan Weil
This patch results in a segmentation fault when i386-softmmu/qemu is called without arguments. strcmp is called with a null argument (optarg == NULL). Tested on Windows and Debian x86 host. Stefan Thiemo Seufer schrieb: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo S

Re: [Qemu-devel] qemu vl.c vl.h hw/integratorcp.c hw/mips_malta....

2007-03-07 Thread Stuart Brady
On Mon, Mar 05, 2007 at 07:44:02PM +, Jocelyn Mayer wrote: > Log message: > New -cpu options: choose CPU model for emulated target. >Only relevant on PowerPC targets, for now. I noticed that the usage still refers to "-C" instead of "-cpu": Index: vl.c ==

Re: [Qemu-devel] qemu vl.c

2007-02-05 Thread Johannes Schindelin
Hi, On Sat, 3 Feb 2007, Kazu wrote: > An attached patch cleans serial for Win32. Sorry for messing it up. Ciao, Dscho ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu vl.c

2007-02-02 Thread Kazu
Hi, An attached patch cleans serial for Win32. Regards, Kazu Sent: Friday, February 02, 2007 12:30 PM Thiemo Seufer wrote: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer 07/02/02 03:30:55 > > Modified files: > . : vl.c > > Log message: > Mingw build fix,

Re: [Qemu-devel] qemu vl.c

2007-01-27 Thread Paul Brook
On Saturday 27 January 2007 18:22, Stefan Weil wrote: > Paul Brook schrieb: > > Log message: > > Accept --foo as an alias for -foo. > > Great. Most command line programs use --foo for > long parameters. Will this be the new standard > for QEMU, so documentation should be changed? > I'd apprecia

Re: [Qemu-devel] qemu vl.c

2007-01-27 Thread Stefan Weil
Paul Brook schrieb: > Log message: > Accept --foo as an alias for -foo. Great. Most command line programs use --foo for long parameters. Will this be the new standard for QEMU, so documentation should be changed? I'd appreciate that. Stefan ___

Re: [Qemu-devel] qemu vl.c qemu-doc.texi

2006-06-26 Thread Jason Wessel
Hi Fabrice, We ought to collaborate more about the intent to code something. I had already implemented the TCP net console as well. Since the code was similar I patched in the difference in functionality from my code into yours as well as further changing the docs. I fixed a small defect i

Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Christian MICHON
I talk too soon. Once re-enabling mouse acceleration, the sync issue is back. Maybe I need a better/more modern guest like XP ? :) On 5/1/06, Christian MICHON <[EMAIL PROTECTED]> wrote: cool. I see now: it has nothing to do with usb being supported by the guest (it's an old win3.0 in this case).

Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Christian MICHON
cool. I see now: it has nothing to do with usb being supported by the guest (it's an old win3.0 in this case). I can manage to calibrate by hand the mouse... On 5/1/06, Lonnie Mendez <[EMAIL PROTECTED]> wrote: Christian MICHON wrote: > I see the old mouse sync problem is still here too...

Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Lonnie Mendez
Christian MICHON wrote: I see the old mouse sync problem is still here too... Launch with -usbdevice tablet appended. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] qemu vl.c vnc.c qemu_socket.h

2006-04-30 Thread Christian MICHON
ah! now it is working on winXP too. :) (you only forgot ssize_t should be long instead for mingw32) I see the old mouse sync problem is still here too... On 5/1/06, Fabrice Bellard <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bel