]> Git Repo - qemu.git/commit
Split out bottom halves
authorKevin Wolf <[email protected]>
Thu, 22 Oct 2009 15:54:37 +0000 (17:54 +0200)
committerAnthony Liguori <[email protected]>
Tue, 27 Oct 2009 17:28:59 +0000 (12:28 -0500)
commit4f999d05f55586ba73494c5ada6d9c5eb9eb800c
tree32e3028b10be26d3a354a32f2d8586bf37ce0907
parent8febfa26846e75d38848255028dfe2d06e5ba941
Split out bottom halves

Instead of putting more and more stuff into vl.c, let's have the generic
functions that deal with asynchronous callbacks in their own file.

Signed-off-by: Kevin Wolf <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile.target
async.c [new file with mode: 0644]
qemu-common.h
vl.c
This page took 0.024986 seconds and 4 git commands to generate.