]> git.proxmox.com Git - qemu.git/commit - qemu-common.h
Split out bottom halves
authorKevin Wolf <kwolf@redhat.com>
Thu, 22 Oct 2009 15:54:37 +0000 (17:54 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
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 <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target
async.c [new file with mode: 0644]
qemu-common.h
vl.c