[Qemu-devel] -kernel-kqemu issue? hwclock w/ libc6-i686: segmentation fault on reboot

2006-08-19 Thread J M Cerqueira Esteves
I submited the attached report to the Debian bug tracking system, but just now I noticed that that segfault of hwclock with libc6-i686 (in a guest Debian testing system) only occurs if the virtual machine is started with -kernel-kqemu. Could this be related to some kqemu bug? Best regards

[Qemu-devel] qemu qemu-doc.texi

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 16:56:18 Modified files: . : qemu-doc.texi Log message: removed outdated info CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/qemu-doc.texi?cvsroot=qemu&r1=1.104

[Qemu-devel] LGPL'd VGABIOS 0.6a released

2006-08-19 Thread Volker Ruppert
Hi all, Today I have released version 0.5d of the LGPL'd VGABios with Cirrus and Bochs VBE support for Bochs and Qemu. Here is the list of the most important changes: - added minimal support for the video parameter table (VPT) - Cirrus SVGA now supports the "no clear" bit in Cirrus and VESA mod

[Qemu-devel] qemu sdl.c keymaps/ja

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 14:27:31 Modified files: . : sdl.c keymaps: ja Log message: Japanese keyboard fixes (kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/sdl.c

Re: [Qemu-devel] DSC timeouts using all of -hda -hdb -hdc -cdrom

2006-08-19 Thread J M Cerqueira Esteves
J M Cerqueira Esteves wrote: > vdeq qemu-system-x86_64 .. -hda .. -hdb .. -hdd .. -cdrom .. -boot d > > On many CD reading attempts there were longer-than-normal waits, for > which the kernel reported > hdc: DSC timeout [...] > But it *didn't* happen when I tried the same installation process

[Qemu-devel] qemu Changelog

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 12:38:38 Modified files: . : Changelog Log message: update CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/Changelog?cvsroot=qemu&r1=1.123&r2=1.124 ___

[Qemu-devel] qemu tap-win32.c vl.c vl.h

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 12:37:52 Modified files: . : tap-win32.c vl.c vl.h Log message: win32 tap poll suppression (kazu) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tap-win32.c?cvs

[Qemu-devel] DSC timeouts using all of -hda -hdb -hdc -cdrom

2006-08-19 Thread J M Cerqueira Esteves
Still under host CPU: AMD Athlon 64 3500+ host operating system: Ubuntu 6.06 LTS, kernel: Ubuntu 2.6.15-26-amd64-k8 (SMP PREEMPT) QEMU: 0.8.2, configured with -cc=gcc-3.4 --enable-alsa kqemu: 1.3.0pre9 I tried to install Debian testing i386 in a vm with 3 virtual disks, booting from a D

[Qemu-devel] qemu/hw usb-msd.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:58:59 Modified files: hw : usb-msd.c Log message: delete block device CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/usb-msd.c?cvsroot=qemu&r1=1.5&r2=1.6

[Qemu-devel] qemu/hw scsi-disk.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:58:10 Modified files: hw : scsi-disk.c Log message: no need for bdrv_close() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/scsi-disk.c?cvsroot=qemu&r1=1.1

[Qemu-devel] Support of host drives

2006-08-19 Thread Fabrice Bellard
Hi, I just commited some new code to have a better support for host drives. The documentation is updated as well. I have only implemented Linux support. Contributors are welcomed to submit patches for better Windows, Mac OS X or BSD support. On the Linux host side, I am interested by a bette

[Qemu-devel] qemu block-raw.c block.c block_int.h qemu-doc.t...

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:45:59 Modified files: . : block-raw.c block.c block_int.h qemu-doc.texi vl.h Log message: better support of host drives CVSWeb URLs: http:

[Qemu-devel] qemu/hw ide.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:44:22 Modified files: hw : ide.c Log message: better support of removable media CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c?cvsroot=qemu&r1=1.47&r

[Qemu-devel] qemu/hw fdc.c

2006-08-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/08/19 11:43:22 Modified files: hw : fdc.c Log message: use bdrv_media_changed() CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/fdc.c?cvsroot=qemu&r1=1.18&r2=1.19

Re: [Qemu-devel] qemu dynamic translation (system design) question

2006-08-19 Thread Laurent DESNOGUES
> b. Once a block is generated some ID should be assigned to it right ? > in which src file it is stored ? > c. The next time a src block with the same signature is encountered > the cached host binary is used right ? -- How does qemu detect that > is the same guest block ? md5sum or other fingerp

[Qemu-devel] qemu dynamic translation (system design) question

2006-08-19 Thread S . P . T . Krishnan
Hi, I would like to understand certain aspects of dynamic translation which Qemu employs to run the guest OS. I have read the qemu paper and this query is beyond that. My understanding is as follows: 1. Qemu slices the guest os binary into blocks and then asks the Host OS to execute it and retu

Re: [Qemu-devel] qemu/hw cirrus_vga.c vga.c vga_int.h

2006-08-19 Thread Brad Campbell
Fabrice Bellard wrote: CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard 06/08/18 09:32:04 Modified files: hw : cirrus_vga.c vga.c vga_int.h Log message: fixed VGA resolutions with height > 1024 Can confirm this fixes XP-SP2 @ 1600x120