mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] kick the guest before waiting for updates
This commit is contained in:
parent
d2957228ef
commit
e7511b30bb
@ -146,6 +146,7 @@ int renderThread(void * unused)
|
|||||||
struct KVMFRHeader header;
|
struct KVMFRHeader header;
|
||||||
volatile uint32_t * updateCount = &state.shm->updateCount;
|
volatile uint32_t * updateCount = &state.shm->updateCount;
|
||||||
|
|
||||||
|
ivshmem_kick_irq(state.shm->guestID, 0);
|
||||||
while(state.running)
|
while(state.running)
|
||||||
{
|
{
|
||||||
// poll until we have a new frame, or we time out
|
// poll until we have a new frame, or we time out
|
||||||
|
Loading…
Reference in New Issue
Block a user