1. 1e78bcc exec: add endian specific phys ld/st functions by Alexander Graf · 14 years ago
  2. c925400 ide: Initialise buffers with zeros by Kevin Wolf · 14 years ago
  3. 40c4ed3 ide: Ignore reads during PIO in and writes during PIO out by Kevin Wolf · 14 years ago
  4. e7ff8f0 block: drive_init(): Improve CHS setting error message by Luiz Capitulino · 14 years ago
  5. 2d3999f block: drive_init(): Simplify interface type setting by Luiz Capitulino · 14 years ago
  6. a8686a9 virtio-blk: Turn drive serial into a qdev property by Markus Armbruster · 14 years ago
  7. 343f856 block/raw-posix: Linux compat-ioctl warning workaround by Johannes Stezenbach · 14 years ago
  8. 661a0f7 qemu-img: Add cache command line option by Federico Simoncelli · 14 years ago
  9. 0285453 Documentation: Remove outdated host_device note by Kevin Wolf · 14 years ago
  10. 9312805 pxa2xx_lcd: add proper rotation support by Vasily Khoruzhick · 14 years ago
  11. 462a8bc arm: Add const attribute to some arm_boot_info pointers by Stefan Weil · 14 years ago
  12. 75ef849 esp: correctly fill bus id with requested lun by Hervé Poussineau · 14 years ago
  13. f74b32d TCG/PPC: use stack for TCG temps by Blue Swirl · 14 years ago
  14. 8e91ed3 fix cpu_cc_src and cpu_cc_src2 corruption in udivx and sdivx by Artyom Tarasenko · 14 years ago
  15. 3b88670 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Blue Swirl · 14 years ago
  16. ec18842 tcg-hppa: Support deposit opcode. by Richard Henderson · 14 years ago
  17. 4d506ce hppa: Fix printf warnings in hppa-dis.c. by Richard Henderson · 14 years ago
  18. 2a6a665 TCG/HPPA: use stack for TCG temps by Blue Swirl · 14 years ago
  19. a42bcee TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP by Blue Swirl · 14 years ago
  20. 20be39d etraxfs-ser: Correct default value for RW_REC_CTRL by Edgar E. Iglesias · 14 years ago
  21. 1dfdcaa user: Fix -d debug logging for usermode emulation by Edgar E. Iglesias · 14 years ago
  22. 3ab20e2 cris: Handle opcode zero by Edgar E. Iglesias · 14 years ago
  23. c24a9c6 tcg/ppc64: Remove tcg_out_addi by malc · 14 years ago
  24. 1a2eb16 tcg/ppc: Remove tcg_out_addi by malc · 14 years ago
  25. 656acdd Merge remote-tracking branch 'kraxel/usb.17' into staging by Anthony Liguori · 14 years ago
  26. c45d1fc Merge remote-tracking branch 'amit/for-anthony' into staging by Anthony Liguori · 14 years ago
  27. cd59dd8 Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging by Anthony Liguori · 14 years ago
  28. bb820c0 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 14 years ago
  29. 2fb0c09 vnc: Fix compilation with --enable-vnc-png by Stefan Weil · 14 years ago
  30. d2e4d08 virtio-serial: Fix segfault on guest boot by Luiz Capitulino · 14 years ago
  31. f26e428 Fix MinGW compilation when --enable-vnc-jpeg is specified by Roy Tam · 14 years ago
  32. f44c996 TCG/Sparc64: use stack for TCG temps by Blue Swirl · 14 years ago
  33. ac0275d TCG/x86: use stack for TCG temps by Blue Swirl · 14 years ago
  34. e83c80f TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP by Blue Swirl · 14 years ago
  35. 345649c TCG: remove broken stack allocation for call arguments by Blue Swirl · 14 years ago
  36. b591dc5 TCG: fix negative frame offset calculations by Blue Swirl · 14 years ago
  37. 614f104 Delegate setup of TCG temporaries to targets by Blue Swirl · 14 years ago
  38. cea5f9a cpu-exec.c: avoid AREG0 use by Blue Swirl · 14 years ago
  39. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  40. f081c76 Move cpu_has_work and cpu_pc_from_tb to cpu.h by Blue Swirl · 14 years ago
  41. f3e2703 exec.h: fix coding style and change cpu_has_work to return bool by Blue Swirl · 14 years ago
  42. d8108fb cpu-exec: unify do_interrupt call by Blue Swirl · 14 years ago
  43. 3c68882 m68k: use caller supplied CPUState for interrupt related stuff by Blue Swirl · 14 years ago
  44. e694d4e x86: use caller supplied CPUState for interrupt related stuff by Blue Swirl · 14 years ago
  45. e67768d sparc: move do_interrupt to helper.c by Blue Swirl · 14 years ago
  46. fa3c955 sparc: fix coding style of the area to be moved by Blue Swirl · 14 years ago
  47. 1162c04 cpu_loop_exit: avoid using AREG0 by Blue Swirl · 14 years ago
  48. 4d2c2b7 Sparc32: dummy implementation of MXCC MMU breakpoint registers by Blue Swirl · 14 years ago
  49. af2be20 Fix fallouts from Linux header inclusion by Jan Kiszka · 14 years ago
  50. 20fa53e qemu-kvm: fix pulseaudio detection in configure by Marc-Antoine Perennou · 14 years ago
  51. 4429ab4 exec: last_first_tb was only used in !ONLY_USER case by Juan Quintela · 14 years ago
  52. 6a33e7b w32: Remove redundant definitions of PRI*64 by Stefan Weil · 14 years ago
  53. 0ff0fc1 Do not include compatfd for WIN32 by Jan Kiszka · 14 years ago
  54. 2167f7b Fix comment typos in hw/armv7m.c by Matthew Fernandez · 14 years ago
  55. d6eec7a MAINTAINERS: Fix typo in email address by Peter Maydell · 14 years ago
  56. e4080f9 blockdev: Put space after comma in error message by Markus Armbruster · 14 years ago
  57. dd3d677 Spell "unkown" correctly in error_report() arguments by Markus Armbruster · 14 years ago
  58. 9d42e15 qemu-img: Don't prepend qemu-img to error messages twice. by Markus Armbruster · 14 years ago
  59. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 14 years ago
  60. db78ef5 sheepdog: qemu_bh_new() can't return null pointer, drop check by Markus Armbruster · 14 years ago
  61. 1802651 Align dummy display to fixed-size active console by Jan Kiszka · 14 years ago
  62. f9245e1 configure: Don't create symlinks to nonexistent targets by Peter Maydell · 14 years ago
  63. a7fb71d usb: ignore USB_DT_DEBUG by Gerd Hoffmann · 14 years ago
  64. c3a90cb usb-storage: Turn drive serial into a qdev property usb-storage.serial by Markus Armbruster · 14 years ago
  65. 744d364 coreaudio: Fix OSStatus format specifier by Andreas Färber · 14 years ago
  66. cbc36cb coreaudio: Avoid formatting UInt32 type by Andreas Färber · 14 years ago
  67. f3dc005 hw/usb-ohci.c: Fix handling of remote wakeup corner cases by Peter Maydell · 14 years ago
  68. bf5547f usb-bus: Don't allow speed mismatch while attaching devices by Hans de Goede · 14 years ago
  69. e4b1776 usb-linux: allow "compatible" high speed devices to connect at fullspeed by Hans de Goede · 14 years ago
  70. ba3f9bf usb: Add a speedmask to devices by Hans de Goede · 14 years ago
  71. fa19bf8 usb: Proper error propagation for usb_device_attach errors by Hans de Goede · 14 years ago
  72. ee210d6 usb-bus: Don't allow attaching a device to a bus with no free ports by Hans de Goede · 14 years ago
  73. adddecb ehci: switch to nanoseconds by Gerd Hoffmann · 14 years ago
  74. 16a2dee ehci: add freq + maxframes properties by Gerd Hoffmann · 14 years ago
  75. 8288726 usb-linux: track inflight iso urb count by Gerd Hoffmann · 14 years ago
  76. b81bcd8 usb-linux: make iso urb count contigurable by Gerd Hoffmann · 14 years ago
  77. ca3a36c usb-linux: add get_endp() by Gerd Hoffmann · 14 years ago
  78. 48e2faf net: Warn about "-net nic" options which were ignored by Peter Maydell · 14 years ago
  79. 641f6ea net: Don't warn about the default network setup by Peter Maydell · 14 years ago
  80. 1d66f17 Revert "net: Improve the warnings for dubious command line option combinations" by Peter Maydell · 14 years ago
  81. f8e378f Optimize screendump by Avi Kivity · 14 years ago
  82. 9319a6d Merge remote-tracking branch 'qmp/for-anthony' into staging by Anthony Liguori · 14 years ago
  83. d6034a3 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 14 years ago
  84. fdba959 Merge remote-tracking branch 'mst/for_anthony' into staging by Anthony Liguori · 14 years ago
  85. 7ee28fd Merge remote-tracking branch 'agraf/xen-next' into staging by Anthony Liguori · 14 years ago
  86. bfcedc5 linux-user: Fix sync_file_range on 32bit mips by Riku Voipio · 14 years ago
  87. c7b016b linux-user/signal.c: Remove unused fenab by Peter Maydell · 14 years ago
  88. 2aec3a2 linux-user/signal.c: Remove only-ever-set variable fpu_save_addr by Peter Maydell · 14 years ago
  89. 5945cfc linux-user: Bump do_syscall() up to 8 syscall arguments by Peter Maydell · 14 years ago
  90. 3002fa8 flatload: memp was a write-only variable by Juan Quintela · 14 years ago
  91. e773035 flatload: end_code was only used in a debug message by Juan Quintela · 14 years ago
  92. bc088ba linux-user: syscall should use sanitized arg1 by Juan Quintela · 14 years ago
  93. 1add869 syscall: really return ret code by Juan Quintela · 14 years ago
  94. 331c23b linuxload: id_change was a write only variable by Juan Quintela · 14 years ago
  95. 14322ba linux-user: Define AT_RANDOM to support target stack protection mechanism. by Laurent ALFONSI · 14 years ago
  96. 055e090 linux-user: add pselect6 syscall support by Mike Frysinger · 14 years ago
  97. 4d1de87 linux-user: Fix the computation of the requested heap size by vincent · 14 years ago
  98. 5382a01 m68k-semi.c: Use correct check for failure of do_brk() by Peter Maydell · 14 years ago
  99. 206ae74 arm-semi.c: Use correct check for failure of do_brk() by Peter Maydell · 14 years ago
  100. 00faf08 linux-user: Don't use MAP_FIXED in do_brk() by Peter Maydell · 14 years ago