[Qemu-devel] qemu/hw pixel_ops.h pxa2xx_lcd.c

2007-06-13 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/06/13 22:36:31 Modified files: hw : pixel_ops.h pxa2xx_lcd.c Log message: Use pixel_ops.h in PXA LCD screen drawing. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw

[Qemu-devel] ElTorito BIOS extensions when not booted from CDROM

2007-06-13 Thread Alex Roman
Hello, I'm trying to access the ElTorito BIOS extensions when I'm booted from GRUB2 and when calling function 4Dh of INT 13h I get an error message from the BIOS saying: Int13 eltorito call with AX=4D00. Please report. ... so I'm reporting :) Not sure if this should be reported here or in the b

[Qemu-devel] Attempting to port Qemu 0.9.0 but it always fails at softmmu_header.h

2007-06-13 Thread Kristian Van Der Vliet
Hi, I'm trying to port Qemu 0.9.0 to Syllable (An i386, POSIXish, ELF system) but the compilation always fails with: gcc -Wall -O2 -g -fno-strict-aliasing -mpreferred-stack-boundary=2 -fomit-frame-pointer -falign-functions=0 -fno-g cse -fno-reorder-blocks -fno-optimize-sibling-calls -I. -I.. -I/

[Qemu-devel] [PATCH, MIPS64] Implement per CPU SEGBITS value

2007-06-13 Thread Aurelien Jarno
Hi! The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This is correct for most CPU, but wrong for example for the 5K one, which has SEGBITS = 42. This patch modifies the current code to use SEGBITS instead of an hardcoded value. Instead of recomputing the corresponding mask eac

Re: [Qemu-devel] A couple of question

2007-06-13 Thread Jan Marten Simons
Balazs Attila-Mihaly (Cd-MaN) schrieb: Hello all. First of all I want to congratulate everybody on this list for the wonderful job s/he is doing. Qemu is the best Open Source emulator out there (and it is fast ;-) ). I'm using Qemu to build an automated malicious code analysis system and as s