1. 178d146 android: Add OpenGLES emulation support. by David 'Digit' Turner · 11 years ago ranchu-opengles
  2. 1afdbfb android_adb: Listen for ADB connections on 127.0.0.1, not localhost by Peter Maydell · 11 years ago ranchu
  3. c6ae575 ranchu: Create console and ADB ports automatically by Peter Maydell · 11 years ago
  4. 0722946 android_adb: add Android ADB backend by Christoffer Dall · 11 years ago
  5. 2d21411 android_adb_dbg: Add Android adb-debug backend by Christoffer Dall · 11 years ago
  6. 8fa7507 android_pipe: Factor out example/test pipes from android_pipe by Christoffer Dall · 11 years ago
  7. ffb7c1f android_pipe: import the qemu_pipe/goldfish_pipe code by Alex Bennée · 11 years ago
  8. c9bfac3 android-console: Make 'help' output match the classic emulator by Peter Maydell · 11 years ago
  9. 8d3447d android-console: Add KO: prefix to parser syntax error messages by Peter Maydell · 11 years ago
  10. 4e9cc7d android-console: Implement quit by Peter Maydell · 11 years ago
  11. a237a33 android-console: Add support for redir commands by Peter Maydell · 11 years ago
  12. e9dcb6e monitor.c: Add support for Android console by Peter Maydell · 11 years ago
  13. 3bc96eb qemu-char: Add a chr_del_client method to char backends by Peter Maydell · 11 years ago
  14. fceec29 slirp: Make slirp_lookup() a public function net_slirp_lookup() by Peter Maydell · 11 years ago
  15. 2d08dea hw/arm/ranchu: Add goldfish events device by Peter Maydell · 11 years ago
  16. f132350 hw/input/goldfish_events.c: Implement goldfish events device by Peter Maydell · 11 years ago
  17. 7afbec5 hw/arm/ranchu: New machine model for 64-bit ARM Android emulator by Peter Maydell · 11 years ago
  18. 9ffa82a goldfish_fb: Don't use uninitialized ymin if screen is blank by Peter Maydell · 11 years ago
  19. b7ca035 hw/display/goldfish_fb: Force update on FB_SET_BASE writes by Peter Maydell · 11 years ago
  20. b60cf54 hw/display/goldfish_fb: Use our own drawfns rather than milkymist's by Peter Maydell · 11 years ago
  21. ec11c43 coroutine-win32.c: Add noinline attribute to work around gcc bug by Peter Maydell · 11 years ago
  22. f8ce98e slirp: Honour vlan/stack in hostfwd_remove commands by Peter Maydell · 11 years ago
  23. 507378e slirp: Give error message if hostfwd_add/remove for unrecognized vlan/stack by Peter Maydell · 11 years ago
  24. f1cfb27 qemu-char: Convert socket char backend to parse/kind by Peter Maydell · 11 years ago
  25. b759252 ui/cocoa: Honour -show-cursor command line option by Peter Maydell · 11 years ago
  26. 12379e3 ui/cocoa: Fix handling of absolute positioning devices by Peter Maydell · 11 years ago
  27. 5ecaecb ui/cocoa: Add utility method to check if point is within window by Peter Maydell · 11 years ago
  28. 380eead ui/cocoa: Cope with first surface being same as initial window size by Peter Maydell · 11 years ago
  29. 2855df6 vnc: fix screen updates by Gerd Hoffmann · 11 years ago
  30. 1861e65 tcg-i386: Fix win64 qemu store by Richard Henderson · 11 years ago
  31. b2facf3 w32: Fix regression caused by new g_poll implementation by Stefan Weil · 11 years ago
  32. a7a2828 target-arm: Correct handling of UXN bit in ARMv8 LPAE page tables by Ian Campbell · 11 years ago
  33. f9d7856 target-arm: Fix errors in writes to generic timer control registers by Peter Maydell · 11 years ago
  34. 3eafeeb hw/arm/spitz: Avoid clash with Windows header symbol MOD_SHIFT by Peter Maydell · 11 years ago
  35. f4892d4 add WIP lionhead machine by Greg Hackmann · 11 years ago lionhead
  36. bf6cccb goldfish_battery: port to modern qemu apis by Greg Hackmann · 11 years ago
  37. be6c942 import goldfish_battery from android by Greg Hackmann · 11 years ago
  38. 8b536b4 goldfish_audio: port to modern qemu apis by Greg Hackmann · 11 years ago
  39. 3b9fe9c goldfish_audio: remove code to read audio input from disk by Greg Hackmann · 11 years ago
  40. 4e1c636 import goldfish_audio from android by Greg Hackmann · 11 years ago
  41. 56fb480 goldfish_fb: port to modern qemu apis by Greg Hackmann · 11 years ago
  42. 99bf0fa HACK: goldfish_fb: disable UI rotation events by Greg Hackmann · 11 years ago
  43. 522d420 HACK: goldfish_fb: remove FB_GET_FORMAT register by Greg Hackmann · 11 years ago
  44. 6f52d5b import goldfish_fb from android by Greg Hackmann · 11 years ago
  45. 178ac11 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago upstream
  46. 6054d88 Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-2' into staging by Peter Maydell · 11 years ago
  47. 5118dc5 Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-5' into staging by Peter Maydell · 11 years ago
  48. 45e66b7 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140520' into staging by Peter Maydell · 11 years ago
  49. 65903a8 Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging by Peter Maydell · 11 years ago
  50. fc13d93 qapi: zero-initialize all QMP command parameters by Michael Roth · 11 years ago
  51. 3478881 scripts/qapi.py: Avoid syntax not supported by Python 2.4 by Luiz Capitulino · 11 years ago
  52. d2e064a error: error_is_set() is finally unused; remove by Markus Armbruster · 11 years ago
  53. 3894c78 char: Explain qmp_chardev_add()'s unusual error handling by Markus Armbruster · 11 years ago
  54. 0aff637 char: Clean up fragile use of error_is_set() by Markus Armbruster · 11 years ago
  55. 5f75836 char: Use return values instead of error_is_set(errp) by Markus Armbruster · 11 years ago
  56. 3f9286b qemu-socket: Clean up inet_connect_opts() by Markus Armbruster · 11 years ago
  57. 3b69595 doc: add "setup" to list of migration states by Peter Feiner · 11 years ago
  58. 5a7733b megasas: remove buildtime strings by Olaf Hering · 11 years ago
  59. 770a637 s390x/kvm: hw debugging support via guest PER facility by David Hildenbrand · 13 years ago
  60. b30f4df s390x/kvm: software breakpoint support by David Hildenbrand · 11 years ago
  61. 8e4e86a s390x: remove duplicate definitions of DIAG 501 by David Hildenbrand · 11 years ago
  62. 76eb98d linux-headers: update by Jens Freimann · 11 years ago
  63. d426d9f s390x/virtio-ccw: wire up irq routing and irqfds by Cornelia Huck · 12 years ago
  64. 7bca389 s390x/virtio-ccw: reference-counted indicators by Cornelia Huck · 12 years ago
  65. 03cf077 s390x: add I/O adapter registration by Cornelia Huck · 12 years ago
  66. 7b35d0c s390x: split flic into kvm and non-kvm parts by Cornelia Huck · 11 years ago
  67. 61c7bbd kvm: Fix enable_cap helpers on older gcc by Alexander Graf · 11 years ago
  68. ca8c0fa Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  69. f2564d8 block: iscsi build fix if LIBISCSI_FEATURE_IOVECTOR is not defined by Jeff Cody · 11 years ago
  70. b1fe60c hw/audio/intel-hda: Avoid shift into sign bit by Peter Maydell · 11 years ago
  71. a2554a3 audio/intel-hda: support FIFORDY by Stanislav Vorobiov · 11 years ago
  72. c5fa6c8 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  73. 5bc8f02 Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into staging by Peter Maydell · 11 years ago
  74. 465bee1 block: optimize zero writes with bdrv_write_zeroes by Peter Lieven · 11 years ago
  75. 6a23082 Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging by Peter Maydell · 11 years ago
  76. 82a402e blockdev: add a function to parse enum ids from strings by Peter Lieven · 11 years ago
  77. 43f35cb util: add qemu_iovec_is_zero by Peter Lieven · 11 years ago
  78. d66e5ce qcow1: Stricter backing file length check by Kevin Wolf · 11 years ago
  79. 46485de qcow1: Validate image size (CVE-2014-0223) by Kevin Wolf · 11 years ago
  80. 42eb581 qcow1: Validate L2 table size (CVE-2014-0222) by Kevin Wolf · 11 years ago
  81. 7159a45 qcow1: Check maximum cluster size by Kevin Wolf · 11 years ago
  82. ea54fef qcow1: Make padding in the header explicit by Kevin Wolf · 11 years ago
  83. 0a86cb7 curl: Add usage documentation by Matthew Booth · 11 years ago
  84. 97a3ea5 curl: Add sslverify option by Matthew Booth · 11 years ago
  85. e3542c6 curl: Remove broken parsing of options from url by Matthew Booth · 11 years ago
  86. 9aedd5a curl: Fix build when curl_multi_socket_action isn't available by Matthew Booth · 11 years ago
  87. b5e51dd qemu-iotests: Fix blkdebug in VM drive in 030 by Fam Zheng · 11 years ago
  88. d530e34 qemu-iotests: Fix core dump suppression in test 039 by Markus Armbruster · 11 years ago
  89. 4ad3033 iotests: Add test for the JSON protocol by Max Reitz · 11 years ago
  90. 4993f7e block: Allow JSON filenames by Max Reitz · 11 years ago
  91. 8a5eb36 check-qdict: Add test for qdict_join() by Max Reitz · 11 years ago
  92. 9c52681 qdict: Add qdict_join() by Max Reitz · 11 years ago
  93. 26e2da7 block: add test for vhdx image created by Disk2VHD by Jeff Cody · 11 years ago
  94. 6906046 block: vhdx - account for identical header sections by Jeff Cody · 11 years ago
  95. 395071a Remove g_sequence_lookup from qemu-img help function by Mike Day · 11 years ago
  96. e88ae22 block: Fix bdrv_is_allocated() for short backing files by Kevin Wolf · 11 years ago
  97. 91e7fcc virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path by Markus Armbruster · 11 years ago
  98. c4ce4c4 scsi: Document intentional fall through in scsi_req_length() by Markus Armbruster · 11 years ago
  99. 24fd848 qapi: skip redundant includes by Benoît Canet · 11 years ago
  100. 59e7a13 input: sparc32 kbd: claim en-us layout by Gerd Hoffmann · 11 years ago