diff options
author | Anthony Liguori | 2011-08-04 23:45:17 +0200 |
---|---|---|
committer | Anthony Liguori | 2011-08-04 23:45:17 +0200 |
commit | 47bf05d7eb550905c635724ce72f855fb4e10b3d (patch) | |
tree | 31434e7500bea51fe188091ee6b5f4bbd5b8c212 /qemu-common.h | |
parent | guest agent: add --enable-guest-agent config option (diff) | |
parent | block: Use bdrv_co_* instead of synchronous versions in coroutines (diff) | |
download | qemu-47bf05d7eb550905c635724ce72f855fb4e10b3d.tar.gz qemu-47bf05d7eb550905c635724ce72f855fb4e10b3d.tar.xz qemu-47bf05d7eb550905c635724ce72f855fb4e10b3d.zip |
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'qemu-common.h')
-rw-r--r-- | qemu-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qemu-common.h b/qemu-common.h index 1e3c66511e..8f21a8cb29 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -115,10 +115,6 @@ int qemu_main(int argc, char **argv, char **envp); /* bottom halves */ typedef void QEMUBHFunc(void *opaque); -void async_context_push(void); -void async_context_pop(void); -int get_async_context_id(void); - QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque); void qemu_bh_schedule(QEMUBH *bh); /* Bottom halfs that are scheduled from a bottom half handler are instantly |