[qemu2] Cleanup the console messages - fix line endings

This CL removes extra \r characters from the android console
messages. The console implementation in qemu2 (monitor.c) adds
\r character automatically when we try printing \n. So we should
not add our own \r chars ever, or it would result in duplicate
\r-s and confused Android Studio

+ Moved the 'OK' message in console header to the actual
  header string, instead of using two separate printf()-s

Change-Id: Ia5517be38cafc73b5770c82025a438d935fc66df
2 files changed
tree: 9d8fbef182c9f8996acd87ec1e154d628761f9b6
  1. android-qemu2-glue/
  2. audio/
  3. backends/
  4. block/
  5. bsd-user/
  6. default-configs/
  7. disas/
  8. docs/
  9. fpu/
  10. fsdev/
  11. gdb-xml/
  12. hw/
  13. include/
  14. libcacard/
  15. libdecnumber/
  16. linux-headers/
  17. linux-user/
  18. net/
  19. pc-bios/
  20. po/
  21. qapi/
  22. qga/
  23. qobject/
  24. qom/
  25. roms/
  26. scripts/
  27. slirp/
  28. stubs/
  29. sysconfigs/
  30. target-alpha/
  31. target-arm/
  32. target-cris/
  33. target-i386/
  34. target-lm32/
  35. target-m68k/
  36. target-microblaze/
  37. target-mips/
  38. target-moxie/
  39. target-openrisc/
  40. target-ppc/
  41. target-s390x/
  42. target-sh4/
  43. target-sparc/
  44. target-tricore/
  45. target-unicore32/
  46. target-xtensa/
  47. tcg/
  48. tests/
  49. trace/
  50. ui/
  51. util/
  52. .exrc
  53. .gitignore
  54. .gitmodules
  55. .mailmap
  56. .travis.yml
  57. accel.c
  58. aio-posix.c
  59. aio-win32.c
  60. android-commands.h
  61. android-console.c
  62. android-console.h
  63. arch_init.c
  64. async.c
  65. balloon.c
  66. block-migration.c
  67. block.c
  68. blockdev-nbd.c
  69. blockdev.c
  70. blockjob.c
  71. bootdevice.c
  72. bt-host.c
  73. bt-vhci.c
  74. Changelog
  75. CODING_STYLE
  76. configure
  77. COPYING
  78. COPYING.LIB
  79. coroutine-gthread.c
  80. coroutine-sigaltstack.c
  81. coroutine-ucontext.c
  82. coroutine-win32.c
  83. cpu-exec.c
  84. cpus.c
  85. cputlb.c
  86. device-hotplug.c
  87. device_tree.c
  88. disas.c
  89. dma-helpers.c
  90. dump.c
  91. exec.c
  92. gdbstub.c
  93. HACKING
  94. hax-stub.c
  95. hmp-commands.hx
  96. hmp.c
  97. hmp.h
  98. iohandler.c
  99. ioport.c
  100. iothread.c
  101. kvm-all.c
  102. kvm-stub.c
  103. LICENSE
  104. main-android.cpp
  105. main-loop.c
  106. MAINTAINERS
  107. Makefile
  108. Makefile.objs
  109. Makefile.target
  110. memory.c
  111. memory_mapping.c
  112. migration-exec.c
  113. migration-fd.c
  114. migration-rdma.c
  115. migration-tcp.c
  116. migration-unix.c
  117. migration.c
  118. module-common.c
  119. monitor.c
  120. nbd.c
  121. numa.c
  122. os-posix.c
  123. os-win32.c
  124. page_cache.c
  125. qapi-schema.json
  126. qdev-monitor.c
  127. qdict-test-data.txt
  128. qemu-bridge-helper.c
  129. qemu-char.c
  130. qemu-coroutine-io.c
  131. qemu-coroutine-lock.c
  132. qemu-coroutine-sleep.c
  133. qemu-coroutine.c
  134. qemu-doc.texi
  135. qemu-file-stdio.c
  136. qemu-file-unix.c
  137. qemu-file.c
  138. qemu-img-cmds.hx
  139. qemu-img.c
  140. qemu-img.texi
  141. qemu-io-cmds.c
  142. qemu-io.c
  143. qemu-log.c
  144. qemu-nbd.c
  145. qemu-nbd.texi
  146. qemu-options-wrapper.h
  147. qemu-options.h
  148. qemu-options.hx
  149. qemu-seccomp.c
  150. qemu-tech.texi
  151. qemu-timer.c
  152. qemu.nsi
  153. qemu.sasl
  154. qmp-commands.hx
  155. qmp.c
  156. qtest.c
  157. README
  158. rules.mak
  159. savevm.c
  160. softmmu_template.h
  161. spice-qemu-char.c
  162. tcg-runtime.c
  163. tci.c
  164. thread-pool.c
  165. thunk.c
  166. tpm.c
  167. trace-events
  168. translate-all.c
  169. translate-all.h
  170. user-exec.c
  171. VERSION
  172. version.rc
  173. vl.c
  174. vmstate.c
  175. xbzrle.c
  176. xen-common-stub.c
  177. xen-common.c
  178. xen-hvm-stub.c
  179. xen-hvm.c
  180. xen-mapcache.c