summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2011-07-04 10:59:43 +0300
committerYonit Halperin <yhalperi@redhat.com>2011-07-05 17:23:38 +0300
commit98520e1e109004f2f56727fcd3ef6716392f3c8d (patch)
treeb897e0c58973546d9d55ded0b1d1930aa585a654
parent90a38924ff07c2b237ebfd76ef0d88583837730d (diff)
server: removing local cursor, this solves RHBZ #714801
When the worker was stoped, the cursor was copied from guest ram to the host ram, and its corresponding qxl command was released. This is unecessary, since the qxl ram still exists (we keep references to the surfaces in the same manner). It also led to BSOD on guest upon migration: the device tracks cursor set commands and it stores a reference to the last one. Then, it replays it to the destination server when migrating to it. However, the command the qxl replayed has already been released from the pci by the original worker, upon STOP.
0 files changed, 0 insertions, 0 deletions