here hit an assertion:
qemu-system-x86_64 -monitor stdio -vga qxl -spice
port=,disable-ticketing
(/home/brook/local/bin/qemu-system-x86_64:27280): Spice-Warning **:
reds.c:3295:spice_server_init: [07-29 23:41:47]ct: Jul 26 2014 00:28:12
QEMU 2.0.0 monitor - type 'help' for more information
(q
i almost hit the bug when i connect to a vm :
https://bugzilla.redhat.com/show_bug.cgi?id=997772
the log is nearly same
-
((null):13420): SpiceWorker-Warning **: red_worker.c:1312:validate_surface:
[01-20 08:51:02]canvas address is 0x7f056bc8 for 0 (and
Hello everyone,
i found the post about generic channel between guest os and client
http://lists.freedesktop.org/archives/spice-devel/2011-August/005207.html
i tested it as "-chardev spicevmc,name=generic" and qemu cannot start, it
complains support usbredir and vdagent only
does it works no
Hans de Goede & Gerd Hoffmann:
theses days i try to migrate the usbredir lib to Windows
the usbredir-0.6/usbredirserver/usbredirserver.c connect to qemu's
redirect channel and spicec connect to the guest.
the usbredirserver works smooth in Linux, spicec show the usb disk works
well.
Hans de Goede & Gerd Hoffmann:
theses days i try to migrate the usbredir lib to Windows
the usbredir-0.6/usbredirserver/usbredirserver.c connect to qemu's
redirect channel and spicec connect to the guest
the usbredirserver works smooth in Linux, spicec show the usb disk works
well.
these days, i run the usbredirserver, which is a test program
of usbredir-0.6.
udevadmin monitor will receive udev/kernel events
when usbredirserver calls usbredirhost_open
it seems the usb device removes or adds, how to block the events?
thanks
_
int region_bounds_intersects(const QRegion *rgn1, const QRegion *rgn2)
{
pixman_box32_t *extents1, *extents2;
extents1 = pixman_region32_extents((pixman_region32_t *)rgn1);
extents2 = pixman_region32_extents((pixman_region32_t *)rgn1);
/ the rgn1 shoud be rgn2 ?
return