Make bottom halves more robust

Bottom halves are supposed to not complete until the next iteration of the main
loop.  This is very important to ensure that guests can not cause stack
overflows in the block driver code.  Right now, if you attempt to schedule a
bottom half within a bottom half callback, you will enter an infinite loop.

This patch uses the same logic that we use for the IOHandler loop to make the
bottom half processing robust in list manipulation while in a callback.

This patch also introduces idle scheduling for bottom halves.  qemu_bh_poll()
returns an indication of whether any bottom halves were successfully executed.
qemu_aio_wait() uses this to immediately return if a bottom half was executed
instead of waiting for a completion notification.

qemu_bh_schedule_idle() works around this by not reporting the callback has
run in the qemu_bh_poll loop.  qemu_aio_wait() probably needs some refactoring
but that would require a larger code audit.  idle scheduling seems like a good
compromise.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>




git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5572 c046a42c-6fe2-441c-8c8c-71466251a162
2 files changed
tree: dbde09a20acce19f528de2b0c156cae3bb708812
  1. audio/
  2. bsd-user/
  3. darwin-user/
  4. fpu/
  5. gdb-xml/
  6. hw/
  7. keymaps/
  8. linux-user/
  9. pc-bios/
  10. slirp/
  11. target-alpha/
  12. target-arm/
  13. target-cris/
  14. target-i386/
  15. target-m68k/
  16. target-mips/
  17. target-ppc/
  18. target-sh4/
  19. target-sparc/
  20. tcg/
  21. tests/
  22. .gitignore
  23. a.out.h
  24. aes.c
  25. aes.h
  26. aio.c
  27. alpha-dis.c
  28. alpha.ld
  29. arm-dis.c
  30. arm-semi.c
  31. arm.ld
  32. block-bochs.c
  33. block-cloop.c
  34. block-cow.c
  35. block-dmg.c
  36. block-nbd.c
  37. block-parallels.c
  38. block-qcow.c
  39. block-qcow2.c
  40. block-raw-posix.c
  41. block-raw-win32.c
  42. block-vmdk.c
  43. block-vpc.c
  44. block-vvfat.c
  45. block.c
  46. block.h
  47. block_int.h
  48. bswap.h
  49. bt-host.c
  50. bt-vhci.c
  51. buffered_file.c
  52. buffered_file.h
  53. Changelog
  54. check_ops.sh
  55. cocoa.m
  56. configure
  57. console.c
  58. console.h
  59. COPYING
  60. COPYING.LIB
  61. cpu-all.h
  62. cpu-defs.h
  63. cpu-exec.c
  64. cris-dis.c
  65. curses.c
  66. curses_keys.h
  67. cutils.c
  68. d3des.c
  69. d3des.h
  70. dis-asm.h
  71. disas.c
  72. disas.h
  73. dyngen-exec.h
  74. dyngen.c
  75. elf.h
  76. elf_ops.h
  77. exec-all.h
  78. exec.c
  79. feature_to_c.sh
  80. gdbstub.c
  81. gdbstub.h
  82. gen-icount.h
  83. host-utils.c
  84. host-utils.h
  85. hostregs_helper.h
  86. hpet.h
  87. hppa-dis.c
  88. hppa.ld
  89. i386-dis.c
  90. i386.ld
  91. ia64.ld
  92. keymaps.c
  93. kqemu.c
  94. kqemu.h
  95. LICENSE
  96. loader.c
  97. m68k-dis.c
  98. m68k-semi.c
  99. m68k.ld
  100. MAINTAINERS
  101. Makefile
  102. Makefile.target
  103. migration-tcp.c
  104. migration.c
  105. migration.h
  106. mips-dis.c
  107. mips.ld
  108. mipsel.ld
  109. monitor.c
  110. nbd.c
  111. nbd.h
  112. net-checksum.c
  113. net.h
  114. osdep.c
  115. osdep.h
  116. ppc-dis.c
  117. ppc.ld
  118. ppc64.ld
  119. qemu-aio.h
  120. qemu-binfmt-conf.sh
  121. qemu-char.h
  122. qemu-common.h
  123. qemu-doc.texi
  124. qemu-img.c
  125. qemu-img.texi
  126. qemu-lock.h
  127. qemu-log.h
  128. qemu-malloc.c
  129. qemu-nbd.c
  130. qemu-nbd.texi
  131. qemu-tech.texi
  132. qemu-timer.h
  133. qemu-tool.c
  134. qemu_socket.h
  135. readline.c
  136. README
  137. s390-dis.c
  138. s390.ld
  139. sdl.c
  140. sdl_keysym.h
  141. sh4-dis.c
  142. softmmu-semi.h
  143. softmmu_defs.h
  144. softmmu_exec.h
  145. softmmu_header.h
  146. softmmu_template.h
  147. sparc-dis.c
  148. sparc.ld
  149. sparc64.ld
  150. sys-queue.h
  151. sysemu.h
  152. tap-win32.c
  153. texi2pod.pl
  154. thunk.c
  155. thunk.h
  156. TODO
  157. translate-all.c
  158. uboot_image.h
  159. usb-linux.c
  160. VERSION
  161. vgafont.h
  162. vl.c
  163. vnc.c
  164. vnc_keysym.h
  165. vnchextile.h
  166. x86_64.ld
  167. x_keymap.c