Re: [Qemu-devel] QEMU Various Vulnerabilities

2007-05-03 Thread Kirill A. Shutemov
On [Wed, 02.05.2007 18:21], malc wrote: 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 Thanks. Other Vulnerabilities? -- Regards,

[Qemu-devel] qemu/hw vmware_vga.c

2007-05-03 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/05/03 10:09:56 Modified files: hw : vmware_vga.c Log message: Change the PCI IO region start to that hardcoded in VBE bios (reported by Jeremy Katz) CVSWeb URLs:

[Qemu-devel] qemu vl.c

2007-05-03 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/05/03 10:13:54 Modified files: . : vl.c Log message: Remove obsolete variables that came with VMware svga by mistake. CVSWeb URLs:

Re: [Qemu-devel] [PATCH] VMware SVGA II emulation

2007-05-03 Thread James Pellow
Hi Andrew and others working on vmware hardware, I noticed the small patch made recently to the vmwarevga hardware in qemu, so I decided to test it again. Here is what I am getting on my tests: Host:Kubuntu 7.04 Qemu: CVS from May third. Guest: Windows 2000 Driver: From VMware 5.5.3

Re: [Qemu-devel] QEMU Various Vulnerabilities

2007-05-03 Thread Juergen Lock
In article [EMAIL PROTECTED] Kirill A. Shutemov wrote: On [Wed, 02.05.2007 18:21], malc wrote: On Wed, 2 May 2007, Kirill A. Shutemov wrote: =20 http://secunia.com/advisories/25073/ Any comments ? =20 AAM - http://lists.gnu.org/archive/html/qemu-devel/2007-04/msg00650.html SB16/DMA - in

Re: [Qemu-devel] Problems with MIPS full system emulation and breakpoints: also for FPU emulation

2007-05-03 Thread Stefan Weil
A similar patch for EXCP_AdEL seems to fix the problems with Linux floating point emulation. Linux uses self modifying code on the stack in the FPU emulation and terminates this code using lwzero,1(zero) (which raises EXCP_AdEL). Sometimes, a system call which follows and is also on the

Re: [Qemu-devel] [PATCH] qemu/hw mips_malta.c mips_pica61.c mips_r4k.c

2007-05-03 Thread Stefan Weil
This workaround fixes the problems with QEMU and Linux FPU emulation (at least in my tests): Index: target-mips/helper.c === RCS file: /sources/qemu/qemu/target-mips/helper.c,v retrieving revision 1.34 diff -u -b -B -r1.34 helper.c

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

2007-05-03 Thread kitambi
I did, of course, try this first. The keyboard doesn't work after qemu crashes. The ways I tried to fix this were: 1. reset (didn't work) 2. log in remotely and reboot (always works) 3. log in remotely and try vga_reset, and fbset 800x600-56 (the normal mode On 5/2/07, Rob Landley [EMAIL

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

2007-05-03 Thread kitambi
I tried various combinations of fixing this problem before I wrote a patch. The keyboard is somehow trashed and/or disabled when qemu crashes in this manner. The methods I tried to fix it were: 1. reset - never works 2. log in remotely and reboot - always works 3. log in remotely and try

[Qemu-devel] Spontaneous reboots with FreeBSD + amd64 + kqemu

2007-05-03 Thread David Thiel
Hello, I've just moved from an x86 machine to a Core 2 Duo machine, a Thinkpad X60 tablet, running FreeBSD 6.2-STABLE. I've enabled NET_WITH_GIANT and made sure that the kqemu module matches my kernel, which has SMP enabled. When trying to start qemu 0.9.0 with my old WinXP SP2 VMs, I get a

[Qemu-devel] why -hda myimgfile can not work ??

2007-05-03 Thread tang peilei
I first create a img file using command qemu-img create myimgfile 10M then I use this img file in my qemu . (qemu -kernel ... -initrd ... -hda myimgfile). but when i am in linux shell , I can not find any hda info even in dmesg, and I can not fdisk or mount hda. who knows what is the problem