Re: [Qemu-devel] [PATCH] QXL: always show default cursor, even for unsupported chunks

2017-08-23 Thread René Rebe
Hi, On 08/23/2017 04:36 PM, Gerd Hoffmann wrote: On Fri, 2017-08-18 at 15:37 +0100, Dr. David Alan Gilbert wrote: cc'ing in Gerd * René Rebe (r...@exactcode.com) wrote: Hi, I was testing a Windows 10 guest with HiDPI scaling which actually made the cursor disappear and only multiple c

[Qemu-devel] [PATCH] QXL: always show default cursor, even for unsupported chunks

2017-08-18 Thread René Rebe
just let me know, only recently started using it, ... - René Rebe diff -u -ur qemu-2.10.0-rc3/hw/display/qxl-render.c qemu-2.10.0-rc3-fixed/hw/display/qxl-render.c --- qemu-2.10.0-rc3/hw/display/qxl-render.c2017-08-15 20:39:41.0 +0200 +++ qemu-2.10.0-rc3-fixed/hw/display/qxl

Re: [Qemu-devel] AHCI problems.

2011-05-17 Thread René Rebe
e for me with an opensuse > image, after rebuilding SeaBIOS to enable AHCI. I suppose you're trying this > on Ubuntu? This is exactly the phenomena I was seeing the other week when I tested it. From a quick glance it looked like the BIOS returned errors when grub tried to read the F

[Qemu-devel] [PATCH] fix applesmc REV key

2011-03-21 Thread René Rebe
Fix applesmc REV key string literal hex encoding. Signed-off-by: René Rebe --- qemu-kvm-0.14.0/hw/applesmc.c.vanilla 2011-02-22 18:55:03.73225 + +++ qemu-kvm-0.14.0/hw/applesmc.c 2011-02-22 18:56:08.89225 + @@ -188,7 +188,7 @@ QLIST_REMOVE(d, node

[Qemu-devel] [PATCH] enable kvm for ppc(32) on ppc64

2011-03-21 Thread René Rebe
ppc64 is backward compatible, likewise. Signed-off-by: René Rebe --- qemu-0.14.0/configure 2011-02-16 14:44:04.0 + +++ qemu-0.14.0-fixed/configure 2011-03-18 16:46:14.0 + @@ -3038,6 +3038,8 @@ \( "$target_arch2" = "$cpu" -o \

Re: [Qemu-devel] CONFIG_FB_CIRRUS for Linux guests

2010-01-26 Thread René Rebe
when this is actually used. Anyone came across >> this before or has some idea what goes wrong? > > The only thing I've seen that might be a similar issue is that the Cirrus > driver on Windows NT 4 just shows a black screen with KVM. > > Alex > -- René Reb