1. 2ca81ba help: add docs for multiqueue tap options by Jason Wang · 12 years ago
  2. b5a01a7 aio: support G_IO_HUP and G_IO_ERR by Stefan Hajnoczi · 12 years ago
  3. 6b5f876 aio: convert aio_poll() to g_poll(3) by Stefan Hajnoczi · 12 years ago
  4. d0c8d2c aio: extract aio_dispatch() from aio_poll() by Stefan Hajnoczi · 12 years ago
  5. 9cbaacf main-loop: drop rfds/wfds/xfds for good by Stefan Hajnoczi · 12 years ago
  6. a3e4b4a iohandler: switch to GPollFD by Stefan Hajnoczi · 12 years ago
  7. 8917c3b slirp: switch to GPollFD by Stefan Hajnoczi · 12 years ago
  8. cf1d078 slirp: slirp/slirp.c coding style cleanup by Stefan Hajnoczi · 12 years ago
  9. 48ce11f main-loop: switch POSIX glib integration to GPollFD by Stefan Hajnoczi · 12 years ago
  10. cbff4b3 main-loop: switch to g_poll() on POSIX hosts by Stefan Hajnoczi · 12 years ago
  11. 134a03e main-loop: fix select_ret uninitialized variable warning by Stefan Hajnoczi · 12 years ago
  12. 70aa41b Merge remote-tracking branch 'kraxel/usb.78' into staging by Anthony Liguori · 12 years ago
  13. 259dc0c Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  14. 159c983 .gitignore: Ignore optionrom/*.asm by Cole Robinson · 12 years ago
  15. 11e5d73 ppc: fix bamboo >256MB RAM initialization in hw/ppc4xx_devs.c by Alin Tomescu · 12 years ago
  16. 499a616 Add some missing qtest binaries to .gitignore by David Gibson · 12 years ago
  17. b15aaca xilinx_axienet.c: Assert no error when making link by Peter Crosthwaite · 12 years ago
  18. 87f1361 Remove forward declaration of non-existant variable by Hervé Poussineau · 12 years ago
  19. 89a453d uas-uas: usb3 streams by Gerd Hoffmann · 12 years ago
  20. 024426a usb-xhci: usb3 streams by Gerd Hoffmann · 12 years ago
  21. 8550a02 usb-core: usb3 streams by Gerd Hoffmann · 12 years ago
  22. 2e5df36 usb: fix endpoint descriptor ordering by Gerd Hoffmann · 12 years ago
  23. 6ef3ccd usb-redir: simplify packet copy by Gerd Hoffmann · 12 years ago
  24. 6a98d1c usb: make usb_packet_copy operate on combined packets by Gerd Hoffmann · 12 years ago
  25. e382d96 usb: add usb_ep_set_halted by Gerd Hoffmann · 12 years ago
  26. 1a3973b usb-host: remove usb_host_device_close by Gerd Hoffmann · 12 years ago
  27. 4075975 usb-host: move legacy cmd line bits by Gerd Hoffmann · 12 years ago
  28. 9db7c41 usb-storage: use scsi_req_enqueue return value by Gerd Hoffmann · 12 years ago
  29. 07d17e7 allow disabling usb smartcard support by Gerd Hoffmann · 12 years ago
  30. 6c83f81 make usb devices configurable by Gerd Hoffmann · 12 years ago
  31. f4ece40 fix scripts/make_device_config.sh by Gerd Hoffmann · 12 years ago
  32. 62162ff usb: Makefile cleanup by Gerd Hoffmann · 12 years ago
  33. cc2832a rtc-test: add testcases for alarms in 12hour mode by Paolo Bonzini · 12 years ago
  34. f9b3ed4 rtc-test: always set register B in its entirety by Paolo Bonzini · 12 years ago
  35. 7d2a929 vnc-tls: Fix compilation with newer versions of GNU-TLS by Andre Przywara · 12 years ago
  36. 10adb8b doc help: Collect block device stuff under its own heading by Markus Armbruster · 12 years ago
  37. 84644c4 doc help: A few options are under inappropriate headings, fix by Markus Armbruster · 12 years ago
  38. f037809 help: Fix markup of heading "USB options" so it appears in -help by Markus Armbruster · 12 years ago
  39. c70a01e doc: Fix texinfo @table markup in qemu-options.hx by Markus Armbruster · 12 years ago
  40. 6265c43 doc: Fill some option doc gaps in manual page and qemu-doc by Markus Armbruster · 12 years ago
  41. b8f490e doc: Fix some option entries in qemu-doc's function index by Markus Armbruster · 12 years ago
  42. 31e70d6 help: Drop bogus help on -qtest and -qtest-log by Markus Armbruster · 12 years ago
  43. c538ca6 isa: Split off instance_init for ISADevice by Andreas Färber · 12 years ago
  44. 872536b qtest: Add MMIO support by Andreas Färber · 12 years ago
  45. b73cf9e libqtest: Introduce qtest_qmpv() and convert remaining macro by Andreas Färber · 12 years ago
  46. 6acf801 libqtest: Convert macros to functions and clean up documentation by Andreas Färber · 12 years ago
  47. 3c3adde Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
  48. f4c0f98 tests: Add unit tests for mulu64 and muls64 by Richard Henderson · 12 years ago
  49. ff7a1eb host-utils: Improve mulu64 and muls64 by Richard Henderson · 12 years ago
  50. f540166 host-utils: Use __int128_t for mul[us]64 by Richard Henderson · 12 years ago
  51. be96bd3 tcg/ppc: Fix build of tcg_qemu_tb_exec() by Andreas Färber · 12 years ago
  52. 05499f4 target-sparc: Fix debug output for DEBUG_MMU by Andreas Färber · 12 years ago
  53. 2d64255 target-i386: Split command line parsing out of cpu_x86_register() by Andreas Färber · 12 years ago
  54. 5c3c6a6 target-i386: Move cpu_x86_init() by Andreas Färber · 12 years ago
  55. 0203f86 target-lm32: Drop unused cpu_lm32_close() prototype by Andreas Färber · 12 years ago
  56. 0dac845 target-s390x: Drop unused cpu_s390x_close() prototype by Andreas Färber · 12 years ago
  57. 5353d03 spapr_hcall: Replace open-coded CPU loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  58. 912ebe1 ppce500_spin: Replace open-coded CPU loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  59. 440c815 e500: Replace open-coded loop with qemu_get_cpu() by Andreas Färber · 12 years ago
  60. c05efcb cpu: Add CPUArchState pointer to CPUState by Andreas Färber · 12 years ago
  61. 907a5e3 cputlb: Pass CPUState to cpu_unlink_tb() by Andreas Färber · 12 years ago
  62. d77953b cpu: Move current_tb field to CPUState by Andreas Färber · 12 years ago
  63. fcd7d00 cpu: Move exit_request field to CPUState by Andreas Färber · 12 years ago
  64. 0315c31 cpu: Move running field to CPUState by Andreas Färber · 12 years ago
  65. 0d34282 cpu: Move host_tid field to CPUState by Andreas Färber · 12 years ago
  66. 6ae064f target-cris: Introduce CRISCPU subclasses by Andreas Färber · 12 years ago
  67. cb3fb38 target-m68k: Pass M68kCPU to m68k_set_irq_level() by Andreas Färber · 12 years ago
  68. 9a6ee9f mcf_intc: Pass M68kCPU to mcf_intc_init() by Andreas Färber · 12 years ago
  69. 4025cfd mcf5206: Pass M68kCPU to mcf5206_init() by Andreas Färber · 12 years ago
  70. c7937d9 target-m68k: Return M68kCPU from cpu_m68k_init() by Andreas Färber · 12 years ago
  71. f3273ba ppc405_uc: Pass PowerPCCPU to ppc40x_{core,chip,system}_reset() by Andreas Färber · 12 years ago
  72. 25733ea target-xtensa: Move TCG initialization to XtensaCPU initfn by Andreas Färber · 12 years ago
  73. d9c27f0 target-unicore32: Move TCG initialization to UniCore32CPU initfn by Andreas Färber · 12 years ago
  74. 5266d20 target-sparc: Move TCG initialization to SPARCCPU initfn by Andreas Färber · 12 years ago
  75. aa7408e target-sh4: Move TCG initialization to SuperHCPU initfn by Andreas Färber · 12 years ago
  76. 2b7ac76 target-s390x: Move TCG initialization to S390CPU initfn by Andreas Färber · 12 years ago
  77. 60925d2 target-ppc: Move TCG initialization to PowerPCCPU initfn by Andreas Färber · 12 years ago
  78. 78ce64f target-mips: Move TCG initialization to MIPSCPU initfn by Andreas Färber · 12 years ago
  79. cd0c24f target-microblaze: Move TCG initialization to MicroBlazeCPU initfn by Andreas Färber · 12 years ago
  80. 1cc8961 target-m68k: Move TCG initialization to M68kCPU initfn by Andreas Färber · 12 years ago
  81. 868e282 target-lm32: Move TCG initialization to LM32CPU initfn by Andreas Färber · 12 years ago
  82. d1a94fe target-cris: Move TCG initialization to CRISCPU initfn by Andreas Färber · 12 years ago
  83. 79614b7 target-arm: Move TCG initialization to ARMCPU initfn by Andreas Färber · 12 years ago
  84. 5f6c964 target-xtensa: Introduce QOM realizefn for XtensaCPU by Andreas Färber · 12 years ago
  85. 088383e target-unicore32: Introduce QOM realizefn for UniCore32CPU by Andreas Färber · 12 years ago
  86. b6e91eb target-sparc: Introduce QOM realizefn for SPARCCPU by Andreas Färber · 12 years ago
  87. 55acb58 target-sh4: Introduce QOM realizefn for SuperHCPU by Andreas Färber · 13 years ago
  88. 1f13663 target-s390x: Introduce QOM realizefn for S390CPU by Andreas Färber · 12 years ago
  89. c1caf1d target-mips: Introduce QOM realizefn for MIPSCPU by Andreas Färber · 12 years ago
  90. 746b03b target-microblaze: Introduce QOM realizefn for MicroBlazeCPU by Andreas Färber · 12 years ago
  91. 6d1bbc6 target-m68k: Introduce QOM realizefn for M68kCPU by Andreas Färber · 12 years ago
  92. 9c23169 target-lm32: Introduce QOM realizefn for LM32CPU by Andreas Färber · 12 years ago
  93. ca45f8b target-cris: Introduce QOM realizefn for CRISCPU by Andreas Färber · 12 years ago
  94. 4776ce6 target-ppc: Update PowerPCCPU to QOM realizefn by Andreas Färber · 12 years ago
  95. c296262 target-openrisc: Update OpenRISCCPU to QOM realizefn by Andreas Färber · 12 years ago
  96. 2b6f294 target-i386: Update X86CPU to QOM realizefn by Andreas Färber · 12 years ago
  97. 1496926 target-arm: Update ARMCPU to QOM realizefn by Andreas Färber · 12 years ago
  98. bd1b282 target-alpha: Update AlphaCPU to QOM realizefn by Andreas Färber · 12 years ago
  99. 4f65809 cpu: Prepare QOM realizefn by Andreas Färber · 12 years ago
  100. 453776e bitops: Remove routines redundant with host-utils by Richard Henderson · 12 years ago