1. 1cc2428 usb-ccid: Drop unused CCIDCardInfo callback print() by Markus Armbruster · 14 years ago
  2. 3836620 Remove unused USES_X509_AUTH macro from VNC sasl code by Daniel P. Berrange · 14 years ago
  3. 1366108 Introduce a 'client_add' monitor command accepting an open FD by Daniel P. Berrange · 14 years ago
  4. 7e7e2eb Store VNC auth scheme per-client as well as per-server by Daniel P. Berrange · 14 years ago
  5. e69ae5c do not reset no_shutdown after we shutdown the vm by Wen Congyang · 14 years ago
  6. ea0e541 vl.c: Don't limit node count by smp count by Sasha Levin · 14 years ago
  7. 0fe28e0 vga: Fix type of lfb/map_addr/end. by Richard Henderson · 14 years ago
  8. 6e1db57 qemu-char: Print strerror message on failure by Kevin Wolf · 14 years ago
  9. 8468283 qemu-timer: change unix timer to dynticks by Paolo Bonzini · 14 years ago
  10. 46daff1 iothread: replace fair_mutex with a condition variable by Paolo Bonzini · 14 years ago
  11. 49e40b6 multiboot: Support commas in module parameters by Adam Lackorzynski · 14 years ago
  12. 6141dbf report serial devices created with -device in the PIIX4 config space by Paolo Bonzini · 14 years ago
  13. 5bda29d .gitignore: ignore qemu-ga and qapi-generated by Alexandre Raymond · 14 years ago
  14. 9af99f1 guest agent: use QERR_UNSUPPORTED for disabled RPCs by Michael Roth · 14 years ago
  15. 6eed185 net: Consistently use qemu_macaddr_default_if_unset by Jan Kiszka · 14 years ago
  16. 44e798d net: Dump client type 'info network' by Jan Kiszka · 14 years ago
  17. 6f7b3b1 net: Refactor net_client_types by Jan Kiszka · 14 years ago
  18. 19061e6 net: Improve layout of 'info network' by Jan Kiszka · 14 years ago
  19. e6d43cf slirp: Forward ICMP echo requests via unprivileged sockets by Jan Kiszka · 14 years ago
  20. 565465f slirp: Put forked exec into separate process group by Jan Kiszka · 14 years ago
  21. 3acccfc slirp: Replace m_freem with m_free by Jan Kiszka · 14 years ago
  22. 5a82362 slirp: Strictly associate DHCP/BOOTP and TFTP with virtual host by Jan Kiszka · 14 years ago
  23. c54ed5b slirp: Canonicalize restrict syntax by Jan Kiszka · 14 years ago
  24. 12b513d slirp: Fix restricted mode by Jan Kiszka · 14 years ago
  25. 80f52a6 Deprecate -M command line options by Jan Kiszka · 14 years ago
  26. 9052ea6 Generalize -machine command line option by Jan Kiszka · 14 years ago
  27. 7006b9c guest-agent: fix build with OpenBSD by Anthony Liguori · 14 years ago
  28. fd2a9d2 xen: fix xen-mapcache build on non-Xen capable targets by Avi Kivity · 14 years ago
  29. bb5df88 Merge remote-tracking branch 'origin/master' into staging by Anthony Liguori · 14 years ago
  30. 3b8b030 target-sparc: Fix compiler errors (format strings) by Stefan Weil · 14 years ago
  31. e07fc40 Merge remote-tracking branch 'spice/spice.v39' into staging by Anthony Liguori · 14 years ago
  32. 4412953 Merge remote-tracking branch 'qmp/for-anthony' into staging by Anthony Liguori · 14 years ago
  33. cfe7bb1 Merge remote-tracking branch 'kraxel/usb.21' into staging by Anthony Liguori · 14 years ago
  34. bf1cd9b Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 14 years ago
  35. 69354a8 USB: add usb network redirection support by Hans de Goede · 14 years ago
  36. 2e97f03 usb-ehci: trace: rename "next" to "nxt". by Gerd Hoffmann · 14 years ago
  37. 0070f09 usb-uhci: fix irq handling on error. by Gerd Hoffmann · 14 years ago
  38. e7e7389 usb-hid: fixup changed tracking. by Gerd Hoffmann · 14 years ago
  39. d1afc48 SPARC64: implement addtional MMU faults related to nonfaulting load by Tsuneo Saito · 14 years ago
  40. b7785d2 SPARC64: implement MMU miss traps on nonfaulting loads by Tsuneo Saito · 14 years ago
  41. 103dcbe SPARC64: fix fault status overwritten on nonfaulting load by Tsuneo Saito · 14 years ago
  42. b64b643 SPARC64: split cpu_get_phys_page_debug() from cpu_get_phys_page_nofault() by Tsuneo Saito · 14 years ago
  43. 321365a SPARC64: introduce a convenience function for getting physical addresses by Tsuneo Saito · 14 years ago
  44. ccc76c2 SPARC64: SFSR cleanup and fix by Tsuneo Saito · 14 years ago
  45. 06e12b6 SPARC64: TTE bits cleanup by Tsuneo Saito · 14 years ago
  46. e3d4d25 guest agent: add guest agent RPCs/commands by Michael Roth · 14 years ago
  47. 48ff7a6 guest agent: qemu-ga daemon by Michael Roth · 14 years ago
  48. 13a286d guest agent: command state class by Michael Roth · 14 years ago
  49. ac32c78 qerror: add QERR_JSON_PARSE_ERROR to qerror.c by Michael Roth · 14 years ago
  50. b84da83 qapi: add QAPI code generation documentation by Michael Roth · 14 years ago
  51. 69ed836 qapi: add test-qmp-commands, tests for gen. marshalling/dispatch code by Michael Roth · 14 years ago
  52. 640e540 qapi: add test-visitor, tests for gen. visitor code by Michael Roth · 14 years ago
  53. 501e510 qapi: test schema used for unit tests by Michael Roth · 14 years ago
  54. c17d990 qapi: add qapi-commands.py code generator by Michael Roth · 14 years ago
  55. 06d64c6 qapi: add qapi-visit.py code generator by Michael Roth · 14 years ago
  56. fb3182c qapi: add qapi-types.py code generator by Michael Roth · 14 years ago
  57. 0f923be qapi: add qapi.py helper libraries by Michael Roth · 14 years ago
  58. e89ac22 qapi: add ordereddict.py helper library by Michael Roth · 14 years ago
  59. ab02ab2 qapi: add QMP dispatch functions by Michael Roth · 14 years ago
  60. 43c20a4 qapi: add QMP command registration/lookup functions by Michael Roth · 14 years ago
  61. d5f3c29 qapi: add QAPI dealloc visitor by Michael Roth · 14 years ago
  62. e4e6aa1 qapi: add QMP output visitor by Michael Roth · 14 years ago
  63. c40cc0a qapi: add QMP input visitor by Michael Roth · 14 years ago
  64. 2345c77 qapi: add QAPI visitor core by Michael Roth · 14 years ago
  65. c7aa841 qapi: add module init types for qapi by Michael Roth · 14 years ago
  66. 54d8380 qlist: add qlist_first()/qlist_next() by Michael Roth · 14 years ago
  67. e18df14 Add hard build dependency on glib by Anthony Liguori · 14 years ago
  68. d3608b7 Error: Fix build when qemu-common.h is not included by Luiz Capitulino · 14 years ago
  69. 5c02632 Introduce compiler.h header file by Luiz Capitulino · 14 years ago
  70. d967b2f QMP: add snapshot-blkdev-sync command by Jes Sorensen · 14 years ago
  71. 6c916ed Update OpenBIOS images for Sparc32 and Sparc64 by Blue Swirl · 14 years ago
  72. b14ef7c Fix unassigned memory access handling by Blue Swirl · 14 years ago
  73. 21673cd Avoid CPU endian memory accesses in devices by Blue Swirl · 14 years ago
  74. b5176d2 SPARC64: treat UA2007 ASI_BLK_* as translating ASIs. by Tsuneo Saito · 14 years ago
  75. d0510af checkpatch: Fix bracing false positives on #if by Blue Swirl · 14 years ago
  76. ea15fb0 tcg/mips: Fix regression caused by typo (copy + paste bug) by Stefan Weil · 14 years ago
  77. cd3e240 ds1225y: convert to qdev device, and use it in MIPS Jazz emulation by Hervé Poussineau · 14 years ago
  78. d43ed9e ds1225y: use trace framework by Hervé Poussineau · 14 years ago
  79. 86f25c7 ds1225y: Remove protection stuff, which doesn't belong to this device by Hervé Poussineau · 14 years ago
  80. b7d69dc SPARC64: add missing break on fmovdcc by Tsuneo Saito · 14 years ago
  81. afcb737 SPARC64: fix VIS1 SIMD signed compare instructions by Tsuneo Saito · 14 years ago
  82. a3ce366 Merge branch 'for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm by Blue Swirl · 14 years ago
  83. aaf55b4 Add missing documentation for qemu-img -p by Jes Sorensen · 14 years ago
  84. 8927cfb qxl: upon reset, if spice worker is stopped, the command rings can be not empty by Yonit Halperin · 14 years ago
  85. df9cb66 spice: add sanity check for spice ports by Gerd Hoffmann · 14 years ago
  86. 93913df qcow2: Use Qcow2Cache in writeback mode during loadvm/savevm by Kevin Wolf · 14 years ago
  87. 4a1d5e1 block: add bdrv_get_allocated_file_size() operation by Fam Zheng · 14 years ago
  88. ae261c8 VMDK: fix coding style by Fam Zheng · 14 years ago
  89. f66fd6c VMDK: create different subformats by Fam Zheng · 14 years ago
  90. 7fa60fa VMDK: open/read/write for monolithicFlat image by Fam Zheng · 14 years ago
  91. 91b85bd VMDK: change get_cluster_offset return type by Fam Zheng · 14 years ago
  92. 69b4d86 VMDK: move 'static' cid_update flag to bs field by Fam Zheng · 14 years ago
  93. 333c574 VMDK: flush multiple extents by Fam Zheng · 14 years ago
  94. e1da9b2 VMDK: add field BDRVVmdkState.desc_offset by Fam Zheng · 14 years ago
  95. b4b3ab1 VMDK: separate vmdk_open by format version by Fam Zheng · 14 years ago
  96. 01fc99d VMDK: probe for monolithicFlat images by Fam Zheng · 14 years ago
  97. 0e69c54 VMDK: bugfix, align offset to cluster in get_whole_cluster by Fam Zheng · 14 years ago
  98. b3976d3 VMDK: introduce VmdkExtent by Fam Zheng · 14 years ago
  99. 69d7e21 qemu-config: Document -drive options by Luiz Capitulino · 14 years ago
  100. ae73e59 qemu-options.hx: Document missing -drive options by Luiz Capitulino · 14 years ago