Hi,
after changing my qemu command line from
-vga qxl
-global qxl-vga.ram_size=67108864
-global qxl-vga.vram_size=67108864
to
-device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,bus=pci.0
I couldn't see the mouse pointer anymore.
The mouse itself is working (I can see highlighted icons
On Thu, Feb 28, 2013 at 10:14:46AM +0100, Hans de Goede wrote:
> On 02/20/2013 06:09 PM, Hans de Goede wrote:
> >On 02/20/2013 11:35 AM, Marc-André Lureau wrote:
> >I think that should be: "(char*)p2 - (char*)p1" So that if the
> >address of p2 is bigger they compare as p2 > p1, and qsort will
> >k
Hi,
this email is a wrap-up of in-person discussion with Hans about bug:
https://bugzilla.redhat.com/show_bug.cgi?id=884631
The problem is that if client tries to connect to destination host when
VM is already migrating. The problem can be triggered:
1. using the steps in bug: start migratio
Currently the sender of a file xfer assumes success on having send the
last data bytes. But the transfer may still fail on the other side.
This commits adds a VD_AGENT_FILE_XFER_STATUS_SUCCESS result value instead.
Since we have not done an agent release with file-xfer support yet, the client
cod
Hi Klaus
I am also having trouble with a windows 7 guest when I install guest-tools.
I'm using some software called Altium Designer which "freezes" when I have
guest-tools installed.
I then installed just the win-qlx-debug driver and now, rather then
freezing, the windows 7 guest "blue screens"
Hi,
On 02/20/2013 06:09 PM, Hans de Goede wrote:
Hi,
On 02/20/2013 11:35 AM, Marc-André Lureau wrote:
If monitors are equal, compare them by their addresses, to get the
effect of a stable sort.
---
gtk/channel-main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gtk/