Re: [Qemu-devel] Some patches for QEMU

2006-12-30 Thread malc
On Sat, 30 Dec 2006, Volker Ruppert wrote: Hi all, I have created a set of patches for QEMU. Here is the list of changes: [..snip..] * standard and Cirrus VGA: implemented vertical retrace timing instead of just toggling the register bits. The retrace patch is wrong it does not do what

[Qemu-devel] win98 slow with kqemu

2006-12-30 Thread Mikhail Ramendik
Hello, Some time ago I reported win98 slowness with kqemu, see http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00295.html I have tried again, this time on a Pentium 4 (Prescott) 3 GHz system, with Debian sarge and backports.org 2.6.18 kernel; qemu 0.8.2 and kqemu 1.3.0pre9 are locally

[Qemu-devel] Some patches for QEMU

2006-12-30 Thread Volker Ruppert
Hi all, I have created a set of patches for QEMU. Here is the list of changes: * updated block driver for Bochs 2.3 "growing" images. The change was necessary to fix the alignment of 64-bit values on different platforms (e.g. it wasn't possible to share images between Windows and Linux). * fi