Re: [Qemu-devel] qemu-0.8.1 compile errors on x86_64 suse linux 10.1

2006-07-17 Thread Bill C. Riemers
The following message was forwarded to me:-Hello all,there's a problem compiling usb-linux.c on SuSE 10.1 with the standardkernel headers (kernel 2.6.16.13-4-default from uname -r).I'm using gcc 3.4.6 and the problem is an include file is missing in usb-linux.cThe missing h

Re: [Qemu-devel] qemu-0.8.1 compile errors on x86_64 suse linux 10.1

2006-07-17 Thread Damien Mascord
Bill C. Riemers wrote: > Good guess, SuSE makes many modifications to the standard kernel. However, > the kernel source is not the problem. I downloaded fresh kernel source > from > www.kernel.org, and I still have the exact same error. Here are the > relevant details: > > QEMU version: qemu-0.

Re: [Qemu-devel] Re: Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Paul Brook
> IIRC, it was using threads? We really ought to do the work to make the > block API properly asynchronous. It may seem tedious now, but it would > also allow the use of something like linux-aio down the road which has the > potential to have a pretty huge performance impact on block performance

[Qemu-devel] Re: Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Anthony Liguori
On Mon, 17 Jul 2006 23:28:40 +0200, Christian MICHON wrote: > On 7/17/06, Fabrice Bellard <[EMAIL PROTECTED]> wrote: >> Sometimes I try :-) But evaluating patches takes a large amount of time >> and in a program like QEMU regressions are difficult to track and very >> easy to introduce... >> >> >

Re: [Qemu-devel] Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Christian MICHON
On 7/17/06, Fabrice Bellard <[EMAIL PROTECTED]> wrote: Sometimes I try :-) But evaluating patches takes a large amount of time and in a program like QEMU regressions are difficult to track and very easy to introduce... not all on this list do contribute patches (in my case, not much contributi

Re: [Qemu-devel] Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Fabrice Bellard
Carsten Thorenz wrote: Von: Johannes Schindelin <[EMAIL PROTECTED]> Try pressing&releasing Shift, Alt and Ctrl after loading. O.k., that solves it. But ... P.S.: There were a couple of (almost identical) patches to help that, but they were probably never applied. ... somebody should ta

Re: [Qemu-devel] QuickStartGuide on QEMU Wiki

2006-07-17 Thread Fabrice Bellard
Hi, Thank you for the advices. I modified the web site: tell me if you see other problems. Regards, Fabrice. Dirk Behme wrote: Hi, just fyi: I tried to merge [1] and [2] and to distill a "Quick start guide" http://kidsquid.com/cgi-bin/moin.cgi/QuickStartGuide from it. Maybe someone find

Re: [Qemu-devel] qemu-0.8.1 compile errors on x86_64 suse linux 10.1

2006-07-17 Thread Bill C. Riemers
Good guess, SuSE makes many modifications to the standard kernel.  However, the kernel source is not the problem.  I downloaded fresh kernel source from www.kernel.org, and I still have the exact same error.  Here are the relevant details: QEMU version: qemu-0.8.1Linux Kernel: 2.6.16.13Operating Sy

[Qemu-devel] qemu/hw pl050.c

2006-07-17 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Changes by: Paul Brook 06/07/17 18:45:34 Modified files: hw : pl050.c Log message: Fix comment typo. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pl050.c?cvsroot=qemu&r1=1.1&r2=1.2

Re: [Qemu-devel] Hardware interrupts

2006-07-17 Thread Paul Brook
> "In order to be faster, QEMU does not check at every basic block if an > hardware interrupt is pending. Instead, the user must asynchrously call a > specific function to tell that an interrupt is pending. This function > resets the chaining of the currently executing basic block. It ensures that

[Qemu-devel] Hardware interrupts

2006-07-17 Thread Alessandro Corradi
Hi all,In http://fabrice.bellard.free.fr/qemu/qemu-tech.html: "In order to be faster, QEMU does not check at every basic block if an hardware interrupt is pending. Instead, the user must asynchrously call a specific function to tell that an interrupt is pending. This function resets the cha

[Qemu-devel] QuickStartGuide on QEMU Wiki

2006-07-17 Thread Dirk Behme
Hi, just fyi: I tried to merge [1] and [2] and to distill a "Quick start guide" http://kidsquid.com/cgi-bin/moin.cgi/QuickStartGuide from it. Maybe someone find it useful. I do ;) Additionally, I agree to the first paragraph of [3] that it would be nice to have a link to the Wiki (and to the Q

Re: Re: [Qemu-devel] Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Carsten Thorenz
Von: Johannes Schindelin <[EMAIL PROTECTED]> > Try pressing&releasing Shift, Alt and Ctrl after loading. O.k., that solves it. But ... > P.S.: There were a couple of (almost identical) patches to help that, but > they were probably never applied. ... somebody should take care for the patches :

Re: [Qemu-devel] Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Johannes Schindelin
Hi, On Mon, 17 Jul 2006, Carsten Thorenz wrote: > I've experienced problems after loading a vm. > > It works fine if the vm is loaded via loadvm > inside the monitor, but if I load the same vm > from the shell with "qemu blah blah -loadvm my_vm", > the keyboard is not working correctly. > > An

[Qemu-devel] Problem: Keyboard dead after "-loadvm"

2006-07-17 Thread Carsten Thorenz
Hi there, I've experienced problems after loading a vm. It works fine if the vm is loaded via loadvm inside the monitor, but if I load the same vm from the shell with "qemu blah blah -loadvm my_vm", the keyboard is not working correctly. Any hints? Thanks, Carsten -- Echte DSL-Flatrate dau

Re: [Qemu-devel] [usb] call destroy for usb devices upon removal from guest

2006-07-17 Thread Lonnie Mendez
lo list. I have found the old diff to be incorrect on many levels. New diff has additionally cleanup code for the linux redirector. Please see the attached patch for solution. --- qemu/vl.c 2006-07-17 03:16:38.191157512 -0500 +++ qemu/vl.c 2006-07-17 03:18:13.402683160 -0500 @@ -3781,6 +3781,7 @