[Spice-devel] qemu run crash when divice_add another qxl display card

2014-07-29 Thread zhou link
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

[Spice-devel] some questions about function with bug #997772

2014-01-21 Thread zhou link
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

[Spice-devel] generic channel between guest os and client problem

2013-05-27 Thread zhou link
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

[Spice-devel] problem of the USB redir on Windows

2013-04-27 Thread zhou link
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.

[Spice-devel] about the usbredirect lib problem run under Windows

2013-04-27 Thread zhou link
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.

[Spice-devel] [spice-devel][usbredir] why do usbredirhost_open trigger udev/kernel events ?

2013-04-10 Thread zhou link
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 _

[Spice-devel] [spice-devel] [bug] is this a little bug ? (spice-common/common/region.c)

2013-03-07 Thread zhou link
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