1. 5791f45 Do not link usermode targets with libhw*.a by Kirill A. Shutemov · 16 years ago
  2. aba1d00 Work around OpenSolaris sys/regset.h namespace pollution by Blue Swirl · 16 years ago
  3. a2a45a2 Fix signedness warnings on OpenSolaris by Blue Swirl · 16 years ago
  4. d741429 Add #defines needed by OpenSolaris, fix breakage by the #defines by Blue Swirl · 16 years ago
  5. 31ff504 Fix OpenSolaris build breaking typos by Blue Swirl · 16 years ago
  6. c139090 Add 'static' by Blue Swirl · 16 years ago
  7. de5071c Fix a Sparse warning about redefinition of offsetof() by Blue Swirl · 16 years ago
  8. 72cf2d4 Fix sys-queue.h conflict for good by Blue Swirl · 16 years ago
  9. 620150d Try to fix BSD breakage by 806b60248218bd5f74a8b070f5a99a864e8e51c6 by Blue Swirl · 16 years ago
  10. 15cc923 Include sys-queue.h early to override system queue definitions on BSD by Blue Swirl · 16 years ago
  11. 47faadc Unbreak BSD: use qemu_fdatasync instead of fdatasync by Blue Swirl · 16 years ago
  12. b2e3b6e Use proper format conversion specifier when printing size_t value by malc · 16 years ago
  13. 057fa65 audio: remove lsbindex/popcount in favour of host-utils's ctz32 by malc · 16 years ago
  14. 8b438ba alsa: poll mode handling by malc · 16 years ago
  15. dd8a564 oss: poll mode handling by malc · 16 years ago
  16. 713a98f audio: poll mode infrastructure by malc · 16 years ago
  17. 435c247 gus: Do not manually free the state, qdev does it for us by malc · 16 years ago
  18. 2182349 oss: Unbreak mmaping the ability to mmap oss fd on Linux by malc · 16 years ago
  19. 2637c75 kvm_arch_get_registers() shouldn't be called directly by Gleb Natapov · 16 years ago
  20. 7e72abc vmstate: port cirrus_vga device by Juan Quintela · 16 years ago
  21. 747791f vmstate: port serial device by Juan Quintela · 16 years ago
  22. e6cb4d4 vmstate: port hpet device by Juan Quintela · 16 years ago
  23. 67f0875 hpet: it is imposible that qemu_timer field is NULL at this point by Juan Quintela · 16 years ago
  24. 3e9e988 vmstate: port ioapic device by Juan Quintela · 16 years ago
  25. 80a04bb vmstate: add uint64 array support by Juan Quintela · 16 years ago
  26. 3c619b5 vmstate: port pckbd device by Juan Quintela · 16 years ago
  27. bcb58d9 vmstate: port vmmouse device by Juan Quintela · 16 years ago
  28. 7b5045c vmstate: port dma device by Juan Quintela · 16 years ago
  29. 632cf07 vmstate: add support for arrays of uint16_t by Juan Quintela · 16 years ago
  30. d7a6c27 vmstate: port fdc device by Juan Quintela · 16 years ago
  31. 80cd83e vmstate: add support for uint8_t equal by Juan Quintela · 16 years ago
  32. 77eea83 vmstate: port i8259 device by Juan Quintela · 16 years ago
  33. 7d2edd4 vmstate: port fw_cfg device by Juan Quintela · 16 years ago
  34. e7f4eff vmstate: port cpu_comon by Juan Quintela · 16 years ago
  35. 8fb0791 vmstate: Add pre/post_save() hooks by Juan Quintela · 16 years ago
  36. fd4d52d vmstate: Add pre_load() hook by Juan Quintela · 16 years ago
  37. 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 16 years ago
  38. 1eb7538 vmstate: add sensible arguments to vmstate_unregister() by Juan Quintela · 16 years ago
  39. 274dfed Make get_ticks_per_sec() a static inline by Anthony Liguori · 16 years ago
  40. 2faf58c timers: move them to VMState by Juan Quintela · 16 years ago
  41. 6f68e33 timers: Createt TimersState and put all timers state there by Juan Quintela · 16 years ago
  42. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 16 years ago
  43. b03b2e4 timers: remove useless check by Juan Quintela · 16 years ago
  44. bbfe140 Remove SaveVM v2 support by Juan Quintela · 16 years ago
  45. 94fb090 ram: Remove SaveVM Version 2 support by Juan Quintela · 16 years ago
  46. 1a621c8 ram: remove support for loading v1 by Juan Quintela · 16 years ago
  47. 799f1f2 move mux focus field from CharDriverState to MuxDriver by Gerd Hoffmann · 16 years ago
  48. a7aec5d monitor: fix muxing by Gerd Hoffmann · 16 years ago
  49. 0611371 qdev: add parser for chardev properties by Gerd Hoffmann · 16 years ago
  50. c845f40 Allow -serial chardev:<name> by Gerd Hoffmann · 16 years ago
  51. 7e1b35b convert udp chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  52. 7591c5c convert mux chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  53. 6ea314d convert vc chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  54. 48b7649 convert tty + parport chardevs to QemuOpts. by Gerd Hoffmann · 16 years ago
  55. d6c983c convert windows console chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  56. dc1c21e convert braille chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  57. f0457e8 convert msmouse chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  58. 3c17aff convert stdio chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  59. 4490dad convert pty chardev to QemuOpts. by Gerd Hoffmann · 16 years ago
  60. aeb2c47 convert unix+tcp chardevs to QemuOpts. by Gerd Hoffmann · 16 years ago
  61. e5bc776 sockets: add inet_listen_opts by Gerd Hoffmann · 16 years ago
  62. f4c94c7 sockets: add inet_connect_opts by Gerd Hoffmann · 16 years ago
  63. 108af7b sockets: add unix_*_opts for windows. by Gerd Hoffmann · 16 years ago
  64. 62b6adf sockets: add unix_listen_opts by Gerd Hoffmann · 16 years ago
  65. 2af2bf6 sockets: add unix_connect_opts by Gerd Hoffmann · 16 years ago
  66. 7d31544 convert file+pipe chardevs to QemuOpts. by Gerd Hoffmann · 16 years ago
  67. 191bc01 switch chardev to QemuOpts: infrastructure, null device by Gerd Hoffmann · 16 years ago
  68. 9d868d4 qemu-option.h include protectors by Gerd Hoffmann · 16 years ago
  69. 96729cb QemuOpts: split option parser into two functions. by Gerd Hoffmann · 16 years ago
  70. d03f09c qdev: Fix i6300 upcast by Markus Armbruster · 16 years ago
  71. ed757e1 VirtIO: Fix QEMU crash during Windows PNP tests by Yan Vugenfirer · 16 years ago
  72. aa659be virtio-blk: add volatile writecache feature by Christoph Hellwig · 16 years ago
  73. b0484ae ide: use bdrv_aio_flush by Christoph Hellwig · 16 years ago
  74. b2e12bc block: add aio_flush operation by Christoph Hellwig · 16 years ago
  75. 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 16 years ago
  76. e900a7b block: add enable_write_cache flag by Christoph Hellwig · 16 years ago
  77. b8193ad qemu: init all queues to NO_VECTOR value by Michael S. Tsirkin · 16 years ago
  78. 711bf3d qemu: make virtio-blk PCI compliant by default by Michael S. Tsirkin · 16 years ago
  79. c4c0e23 usb-linux.c: fix buffer overflow by Jim Paris · 16 years ago
  80. aeec26d Fix conditional compilation (MIPS host) by Stefan Weil · 16 years ago
  81. 91553dc virtio-blk: Use bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  82. 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  83. 1c3173b Revert "don't call cpu_sychronize_state from reset handlers" by Anthony Liguori · 16 years ago
  84. 02b3359 microblaze: Trap if QEMU finds an unknown insns. by Edgar E. Iglesias · 16 years ago
  85. a12f650 microblaze: Correct prio between MMU and unaligned exceptions. by Edgar E. Iglesias · 16 years ago
  86. 97f90cb microblaze: HW Exception fixes. by Edgar E. Iglesias · 16 years ago
  87. 487a4d6 Update OpenBIOS images to r577 by Aurelien Jarno · 16 years ago
  88. abb6ae2 X86_64: Use proper jumps/calls when displacement exceeds +-2G by malc · 16 years ago
  89. 3c854e4 Remove bit-rotten threshold handling by malc · 16 years ago
  90. fbd5de9 F_DUPFD_CLOEXEC is not universally available by malc · 16 years ago
  91. 720036a Add information w.r.t default GUS IRQ assigment by malc · 16 years ago
  92. 3122616 Fix formatting by malc · 16 years ago
  93. a5e8e46 Fix formatting, get rid of conf and fix description by malc · 16 years ago
  94. 41875be Fix formatting and and description field by malc · 16 years ago
  95. 32e0c82 qdev/isa: convert real time clock by Gerd Hoffmann · 16 years ago
  96. 11d23c3 qdev/isa: finish pckbd conversion by Gerd Hoffmann · 16 years ago
  97. 9453c5b qdev/isa: convert ne2000 by Gerd Hoffmann · 16 years ago
  98. 9df3439 qdev/isa: convert gravis ultrasound by Gerd Hoffmann · 16 years ago
  99. f8ba784 qdev/isa: convert cs4231a sound card by Gerd Hoffmann · 16 years ago
  100. f7b4f61 qdev/isa: convert soundblaster by Gerd Hoffmann · 16 years ago