diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2012-07-23 13:15:34 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-07-23 13:15:34 -0500 |
| commit | ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5 (patch) | |
| tree | f3ac512465cc261cb6a3a70fba2da99b12231412 /qemu-common.h | |
| parent | 400006c27622d54ef588e1a9bd5a005d5fc9be5b (diff) | |
| parent | 43ffe61f9cc22f9ad4d05a18a304b1095fa1f2b3 (diff) | |
| download | focaccia-qemu-ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5.tar.gz focaccia-qemu-ef6bbdf9e5eb6da5cbdea1bf55e08709c6e181d5.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
* stefanha/trivial-patches: Fix some more Qemus in documentation and help text qdev: Fix Open Firmware comment cpus.c: Make all_cpu_threads_idle() static Use macro QEMU_PACKED for new packed structures Recognize PCID feature powerpc pci: fixed packing of ranges[]
Diffstat (limited to 'qemu-common.h')
| -rw-r--r-- | qemu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-common.h b/qemu-common.h index 09676f529f..7c8dac80a2 100644 --- a/qemu-common.h +++ b/qemu-common.h @@ -293,7 +293,6 @@ int cpu_load(QEMUFile *f, void *opaque, int version_id); void qemu_cpu_kick(void *env); void qemu_cpu_kick_self(void); int qemu_cpu_is_self(void *env); -bool all_cpu_threads_idle(void); /* work queue */ struct qemu_work_item { |