1. fdf8a96 target-ppc: Move alias lookup after class lookup by Alexey Kardashevskiy · 11 years ago
  2. 5b79b1c target-ppc: Create versionless CPU class per family if KVM by Alexey Kardashevskiy · 11 years ago
  3. 8a286ce target-ppc: gdbstub allow byte swapping for reading/writing registers by Thomas Falcon · 11 years ago
  4. c46e983 target-ppc: extract register length calculation in gdbstub by Thomas Falcon · 11 years ago
  5. 4e2ca12 spapr_nvram: Correct max nvram size by Alexey Kardashevskiy · 11 years ago
  6. d584348 Fix typo in eTSEC Ethernet controller by Fabien Chouteau · 11 years ago
  7. 1c38f84 monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode by Tom Musta · 11 years ago
  8. e13951f target-ppc: Fix target_disas by Tom Musta · 11 years ago
  9. 0bbac62 Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140616' into staging by Peter Maydell · 11 years ago
  10. db80fac migration: catch unknown flags in ram_load by Peter Lieven · 11 years ago
  11. 2a93434 rdma: Fix block during rdma migration by Gonglei · 11 years ago
  12. f7cd55a migration: Increase default max_downtime from 30ms to 300ms by Alexey Kardashevskiy · 11 years ago
  13. c6f6646 vmstate: Refactor opening of files by Juan Quintela · 11 years ago
  14. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  15. 3aff6c2 savevm: Remove all the unneeded version_minimum_id_old (ppc) by Juan Quintela · 11 years ago
  16. 06a59af Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140613-1' into staging by Peter Maydell · 11 years ago
  17. 80008a6 Merge remote-tracking branch 'remotes/kraxel/tags/pull-trivial-20140613-1' into staging by Peter Maydell · 11 years ago
  18. 592fb17 Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140613-1' into staging by Peter Maydell · 11 years ago
  19. 7d5bef0 Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-20140613-1' into staging by Peter Maydell · 11 years ago
  20. d61de72 Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20140613-1' into staging by Peter Maydell · 11 years ago
  21. f3cda6e usb-host: add range checks for usb-host parameters by Gerd Hoffmann · 11 years ago
  22. 8bc8912 inet_listen_opts: add error checking by Gerd Hoffmann · 11 years ago
  23. 788fbf0 qxl-render: add sanity check by Gerd Hoffmann · 11 years ago
  24. 5643fc0 spice: add mouse cursor support by Gerd Hoffmann · 11 years ago
  25. e9d21c4 char: fix avail_connections init in qemu_chr_open_eventfd() by David Marchand · 11 years ago
  26. fb7da62 audio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  27. 2a2c483 Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20140611-1' into staging by Peter Maydell · 11 years ago
  28. 05fedee Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
  29. 7068085 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-bsd-user-20140611' into staging by Peter Maydell · 11 years ago
  30. c5cb1af Merge remote-tracking branch 'remotes/bonzini/configure' into staging by Peter Maydell · 11 years ago
  31. a491af4 json-parser: drop superfluous assignment for token variable by Gonglei · 11 years ago
  32. 075ccb6 readline: Clear screen on form feed. by Hani Benhabiles · 11 years ago
  33. b21631f monitor: Add delvm and loadvm argument completion by Hani Benhabiles · 11 years ago
  34. ddd6b45 monitor: Add host_net_remove arguments completion by Hani Benhabiles · 11 years ago
  35. e70871d readline: Make completion strings always unique by Hani Benhabiles · 11 years ago
  36. e3bb532 monitor: Add host_net_add device argument completion by Hani Benhabiles · 11 years ago
  37. 84007e8 net: Export valid host network devices list by Hani Benhabiles · 11 years ago
  38. c68a040 monitor: Add migrate_set_capability completion by Hani Benhabiles · 11 years ago
  39. d0ece34 monitor: Add watchdog_action argument completion by Hani Benhabiles · 11 years ago
  40. 8e59777 monitor: Add ringbuf_write and ringbuf_read argument completion by Hani Benhabiles · 11 years ago
  41. b87ef35 dump: simplify get_len_buf_out() by Laszlo Ersek · 11 years ago
  42. c998acb dump: hoist lzo_init() from get_len_buf_out() to dump_init() by Laszlo Ersek · 11 years ago
  43. 24aeeac dump: select header bitness based on ELF class, not ELF architecture by Laszlo Ersek · 11 years ago
  44. 2f859f8 dump: eliminate DumpState.page_size ("guest's page size") by Laszlo Ersek · 11 years ago
  45. 22227f1 dump: eliminate DumpState.page_shift ("guest's page shift") by Laszlo Ersek · 11 years ago
  46. 92ba140 dump: simplify write_start_flat_header() by Laszlo Ersek · 11 years ago
  47. ae3f88f dump: fill in the flat header signature more pleasingly to the eye by Laszlo Ersek · 11 years ago
  48. fa7a1e5 gtk: update window size after showing/hiding tabs by Gerd Hoffmann · 11 years ago
  49. f50def9 gtk: factor out gtk3 grab into the new gd_grab_devices function by Gerd Hoffmann · 11 years ago
  50. 0a337ed gtk: cleanup backend dependencies by Gerd Hoffmann · 11 years ago
  51. 932f2d7 gtk: factor out keycode mapping by Gerd Hoffmann · 11 years ago
  52. c4af6d4 bsd-user: Fix syscall format, add strace support for more syscalls by Sean Bruno · 11 years ago
  53. f35f961 bsd-user: Implement strace support for thr_* syscalls by Sean Bruno · 11 years ago
  54. 1e50165 bsd-user: Implement strace support for extattr_* syscalls by Sean Bruno · 11 years ago
  55. 6054748 bsd-user: Implement strace support for __acl_* syscalls by Sean Bruno · 11 years ago
  56. b85159a bsd-user: Implement strace support for print_ioctl syscall by Sean Bruno · 11 years ago
  57. 80b3460 bsd-user: Implement strace support for print_sysctl syscall by Sean Bruno · 11 years ago
  58. 88dae46 bsd-user: GPL v2 attribution update and style by Sean Bruno · 11 years ago
  59. adfc3e9 bsd-user: add HOST_VARIANT_DIR for various *BSD dependent code by Stacey Son · 11 years ago
  60. 7224f66 exec: replace ffsl with ctzl by Natanael Copa · 11 years ago
  61. 747eb78 vhost: replace ffsl with ctzl by Natanael Copa · 11 years ago
  62. adf9d70 xen: replace ffsl with ctzl by Natanael Copa · 11 years ago
  63. 6ad3f09 util/qemu-openpty: fix build with musl libc by include termios.h as fallback by Natanael Copa · 11 years ago
  64. b7b5233 bsd-user/mmap.c: Don't try to override g_malloc/g_free by Peter Maydell · 11 years ago
  65. 591b320 util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent by Peter Maydell · 11 years ago
  66. 6b24119 bsd-user: refresh freebsd system call numbers by Stacey Son · 11 years ago
  67. b780bf8 Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' into staging by Peter Maydell · 11 years ago
  68. 1a28589 virtio.c: fix error message by Michael Tokarev · 11 years ago
  69. e2bb4ae hw: vmware_vga: don't return cursorx when the driver asks for cursory register by Nicolas Owens · 11 years ago
  70. 4380be0 migration: Plug memory leak in migrate-set-cache-size command by Chen Gang · 11 years ago
  71. fec0da9 libcacard: Clean up dead stores before g_free() by Markus Armbruster · 11 years ago
  72. ec15993 libcacard: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  73. 6b1dd54 cpu/x86: correctly set errors in x86_cpu_parse_featurestr by Paolo Bonzini · 11 years ago
  74. a10678b smbios: use g_free directly on NULL pointers by Paolo Bonzini · 11 years ago
  75. 6998b6c vdi: remove double conversion by Paolo Bonzini · 11 years ago
  76. d1180c1 apb: Fix compiler warnings (large constants) by Stefan Weil · 11 years ago
  77. 89218c2 hw/net/ne2000-isa: Register vmstate struct by Peter Maydell · 11 years ago
  78. fc4bde9 target-microblaze: Delete unused sign_extend() function by Peter Maydell · 11 years ago
  79. 029ad4b hw/misc/milkymist-softusb: Remove unused softusb_{read, write}_pmem() by Peter Maydell · 11 years ago
  80. e3a17ef target-i386/translate.c: Remove unused tcg_gen_lshift() by Peter Maydell · 11 years ago
  81. f46b9cc hw/isa/pc87312: Remove unused function is_parallel_epp() by Peter Maydell · 11 years ago
  82. c1d7572 hw/intc/openpic: Remove unused function IRQ_testbit() by Peter Maydell · 11 years ago
  83. a1fa799 hw/dma/xilinx_axidma: Remove unused stream_halted() function by Peter Maydell · 11 years ago
  84. f9b5426 util/qemu-sockets.c: Avoid unused variable warnings by Peter Maydell · 11 years ago
  85. 7179585 hw/sd/sd.c: Drop unused sd_acmd_type[] array by Peter Maydell · 11 years ago
  86. 831f4d2 hw/i386/pc.c: Remove unused parallel_io and parallel_irq variables by Peter Maydell · 11 years ago
  87. 49bba86 slirp: Remove unused zero_ethaddr[] variable by Peter Maydell · 11 years ago
  88. 2a802aa qtest: fix hex2nib for capital characters by Sergey Fedorov · 11 years ago
  89. ef18c2f net: cadence_gem: Remove &desc[0] usages by Peter Crosthwaite · 11 years ago
  90. 3048ed6 net: cadence_gem: Comment spelling sweep by Peter Crosthwaite · 11 years ago
  91. fa15286 net: cadence_gem: Add Tx descriptor fetch printf by Peter Crosthwaite · 11 years ago
  92. 6ab57a6 net: cadence_gem: Fix Tx descriptor update by Peter Crosthwaite · 11 years ago
  93. 1c33ac5 rules.mak: Rewrite unnest-vars by Fam Zheng · 11 years ago
  94. 3334e92 Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140610-1' into staging by Peter Maydell · 11 years ago
  95. 333cb18 console: fix -vga none -sdl crash by Gerd Hoffmann · 11 years ago
  96. a1d2db0 console: kill MAX_CONSOLES, alloc consoles dynamically by Gerd Hoffmann · 11 years ago
  97. 99519e6 configure: unset interfering variables by Cornelia Huck · 11 years ago
  98. 18e588b configure: duplicate/incorrect order of -lrt by Rick Liu · 11 years ago
  99. 7b0140e Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20140610' into staging by Peter Maydell · 11 years ago
  100. bbd8bb8 s390x/kvm: inject via flic by Cornelia Huck · 11 years ago