Windows paravirtualized
c
windows
c-plus-plus
virtualization
kvm
guest
qemu
drivers
kernel-driver
wdm
qemu-kvm
kvm-hypervisor
ndis
guest-agent
windows-driver
windows-driver-kit
virtio
virtio-win
storport
wdf
-
Updated
Apr 6, 2022 - C
Currently messages are stored in a simple list, which is appended to and popped from by the server in multiple threads. Although unlikely due to only one person adding and one person reading from the message list, all server actions are handled in independent threads and message ordering is critical to chat integrity. A race condition, which a queue would prevent, will prevent some possible cases