Re: [Qemu-devel] qemu-cvs-2007-5-2 compile error

2007-05-02 Thread Sunil Amitkumar Janki
Hwang YunSong(황윤성) wrote: > make[1]: Entering directory `/home/hys545/qemu/arm-softmmu' > gcc33 -Wall -O2 -g -fno-strict-aliasing -I. -I.. > -I/usr/src/Haansoft/BUILD/qemu/target-arm -I/usr/src/Haansoft/BUILD/qemu > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -I/usr/src/Haansoft/B

[Qemu-devel] Saving state on a context switch

2007-05-02 Thread eady
Can anyone think of a way to save and restore an additional cpu state variable during a context switch without modifying the target operating system? Basically I would like to add a variable to the CPUState structure that is saved and restored with the registers. Any ideas? Thanks, Nuri

Re: [Qemu-devel] Saving state on a context switch

2007-05-02 Thread Paul Brook
On Wednesday 02 May 2007, eady wrote: > Can anyone think of a way to save and restore an additional cpu state > variable during a context switch without modifying the target operating > system? Basically I would like to add a variable to the CPUState > structure that is saved and restored with the

[Qemu-devel] QEMU Various Vulnerabilities

2007-05-02 Thread Kirill A. Shutemov
http://secunia.com/advisories/25073/ Any comments ? -- Regards, Kirill A. Shutemov + Belarus, Minsk + Velesys LLC, http://www.velesys.com/ + ALT Linux Team, http://www.altlinux.com/ signature.asc Description: Digital signature

Re: [Qemu-devel] QEMU Various Vulnerabilities

2007-05-02 Thread malc
On Wed, 2 May 2007, Kirill A. Shutemov wrote: http://secunia.com/advisories/25073/ Any comments ? AAM - http://lists.gnu.org/archive/html/qemu-devel/2007-04/msg00650.html SB16/DMA - in attachment -- valeIndex: hw/dma.c === RCS f

[Qemu-devel] what type of serial does qemu support ?

2007-05-02 Thread tang peilei
i hope to use qemu's serial, the qemu is qemu-system-arm, and the os is linux. but i found i can not get a serial console, i think the problem may be in the serial's driver code of linux, so who knows what type of serial in qemu ?? 8250 ?? or who knows what kernel config is need to support

Re: [Qemu-devel] what type of serial does qemu support ?

2007-05-02 Thread Paul Brook
On Wednesday 02 May 2007, tang peilei wrote: > i hope to use qemu's serial, the qemu is qemu-system-arm, and the os > is linux. > but i found i can not get a serial console, i think the problem may be in > the serial's driver code of linux, so who knows what type of serial in qemu > ?? 8250 ??

[Qemu-devel] easiest way to share data between host and guest?

2007-05-02 Thread Maxime Tierrie
Hi, I'm a newbie with Qemu and linux for arm. The arm-test-0.2.tar.gz file in the download page seems to be very interesting for me. I didn't manage to share data between arm-linux guest and my linux host by using tftp. I think it's because the provided tftp client in the arm-linux supports on

[Qemu-devel] qemu/target-sparc op.c

2007-05-02 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/05/02 16:37:44 Modified files: target-sparc : op.c Log message: Handle division by zero case in Sparc64 udivx and sdivx ops CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-sparc/op.

Re: [Qemu-devel] [PATCH] Getting 32-bit Vista on KVM

2007-05-02 Thread andrzej zaborowski
Hi, On 02/05/07, Nakajima, Jun <[EMAIL PROTECTED]> wrote: Now I realized that I needed to use 32-bit Linux to build the bios.bin (i.e. BIOS-bochs-latest) in bochs. As long as I used x86-64 Linux to build bios.bin, the resulting binary had a problem, as I reported previously. A patch for this h

Re: [Qemu-devel] qemu-cvs-2007-5-2 compile error

2007-05-02 Thread andrzej zaborowski
Hi, On 02/05/07, Sunil Amitkumar Janki <[EMAIL PROTECTED]> wrote: Hwang YunSong(황윤성) wrote: > make[1]: Entering directory `/home/hys545/qemu/arm-softmmu' > gcc33 -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/usr/src/Haansoft/BUILD/qemu/target-arm -I/usr/src/Haansoft/BUILD/qemu -D_GNU_SOURCE -D

Re: [Qemu-devel] what type of serial does qemu support ?

2007-05-02 Thread tang peilei
thank you very much, you are right. From: Paul Brook <[EMAIL PROTECTED]> Reply-To: qemu-devel@nongnu.org To: qemu-devel@nongnu.org CC: tang peilei <[EMAIL PROTECTED]> Subject: Re: [Qemu-devel] what type of serial does qemu support ? Date: Wed, 2 May 2007 15:53:15 +0100 On Wednesday 02 May 200

[Qemu-devel] OT: funny google ads you get when you subscribe to the qemu list

2007-05-02 Thread Jonathan Kalbfeld
Apparently the rest of the world think we have something to do with plastic surgery or home mortgages here... Do European gmail users get bombarded with adjustible rate mortgages or is that a North American phenomenon? I especially like the liposuction ad, which is probably because the GoogleBorg

RE: [kvm-devel] [Qemu-devel] [PATCH] Getting 32-bit Vista on KVM

2007-05-02 Thread Nakajima, Jun
andrzej zaborowski wrote: > Hi, > > On 02/05/07, Nakajima, Jun <[EMAIL PROTECTED]> wrote: >> Now I realized that I needed to use 32-bit Linux to build the >> bios.bin (i.e. BIOS-bochs-latest) in bochs. As long as I used x86-64 >> Linux to build bios.bin, the resulting binary had a problem, as I >>

Re: [Qemu-devel] Patch for SDL framebuffer console problem

2007-05-02 Thread Rob Landley
On Tuesday 24 April 2007 2:23 am, Kitambi Leo wrote: > I've been using qemu using the Linux framebuffer console, on a machine > that's a bit too slow to support X. There have been more than a few snags, > but perhaps the most irritating one was that if qemu crashed (and received a > SIGSEGV), it w

[Qemu-devel] Re: [PATCH] Getting 32-bit Vista on KVM

2007-05-02 Thread consul
With this patch I am little farther installing Vista, however install still crashes with BSOD PAGE_FAULT_IN_NONPAGED_AREA "Nakajima, Jun" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Now I realized that I needed to use 32-bit Linux to build the bios.bin > (i.e. BIOS-bochs-late