aboutsummaryrefslogtreecommitdiffstats
path: root/kvm-ipc.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-20Fix call to connect()Andre Przywara1-1/+1
2015-07-20kvm-ipc: use proper type for file descriptorAndre Przywara1-1/+1
2015-06-01kvm tools: Fix dirent handling on dirent non-friendly filesystemsMilan Kocian1-2/+26
2015-06-01kvm tools: More error handling in the ipc codeMichael Ellerman1-4/+13
2015-06-01kvm tools: Specify names for VM internal threadsSasha Levin1-0/+2
2015-06-01kvm tools: remove global kvm objectSasha Levin1-2/+2
2015-06-01kvm tools: use init/exit where possibleSasha Levin1-0/+2
2015-06-01kvm tools: kvm-ipc cleanupSasha Levin1-17/+282
2015-06-01kvm tools: use bitwise 'and' in kvm-ipcSasha Levin1-1/+1
2015-06-01kvm tools: if kvm_ipc__start failed, return negativeYang Bai1-6/+32
2015-06-01kvm tools: Simply write_in_full() check semanticsAsias He1-2/+2
2015-06-01kvm tools: Fix kvm-ipc.c build breakageAsias He1-1/+1
2015-06-01kvm tools: Handle multiple IPC cmd at a timeAsias He1-3/+12
2015-06-01kvm tools: add kvm_ipc__send() and kvm_ipc__send_msg()Lai Jiangshan1-0/+23
2015-06-01kvm tools: add kvm_ipc__receive()Lai Jiangshan1-14/+16
2015-06-01kvm tools: cleanup kvm_ipc__handle()Lai Jiangshan1-6/+6
2015-06-01kvm tools: Zero out event before calling epoll_ctl()Sasha Levin1-1/+1
2015-06-01kvm tools: Handle only relevant events in epollSasha Levin1-3/+3
2015-06-01kvm tools: Add method to stop ipc threadSasha Levin1-3/+27
2015-06-01kvm tools: Switch to using UNIX sockets instead of signalsSasha Levin1-0/+147