1. b3efe5c Attached patch make cpu-exec.c compile on NetBSD. by blueswir1 · 16 years ago
  2. 1360677 Attached patch makes NetBSD use the native bswap functions which compile. by blueswir1 · 16 years ago
  3. 3990d09 sys-queue.h defines _SYS_QUEUE_H_ which is also defined by by blueswir1 · 16 years ago
  4. 4dd8c13 Fix PPC PREP platform, broken by commit 5849 by aurel32 · 16 years ago
  5. 3476f89 hw/ppc4xx_pci.c: kill two warnings by aurel32 · 16 years ago
  6. 7487953 target-ppc: convert POWER shift instructions to TCG by aurel32 · 16 years ago
  7. 54cdcae target-ppc: add functions to load/store SPR by aurel32 · 16 years ago
  8. b2b183c do boundary check based on absolute value (Glauber Costa) by aliguori · 16 years ago
  9. 4dc822d Use writeback caching by default with qcow2 by aliguori · 16 years ago
  10. 0cd2df7 Fix RTC initial date computation by aurel32 · 16 years ago
  11. bb6834c Fix windows build after virtio changes by aliguori · 16 years ago
  12. d34ca59 hw/apic.c: use fls() from host-utils by aurel32 · 16 years ago
  13. d096ab9 Add missing file from previous commit. by aliguori · 16 years ago
  14. bd32208 Add virtio-balloon support by aliguori · 16 years ago
  15. df751fa Add ballooning infrastructure. by aliguori · 16 years ago
  16. 8d371d4 Define fls() in terms of clz32(). by aliguori · 16 years ago
  17. f46f15b Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard) by aliguori · 16 years ago
  18. 6e02c38 Add virtio-blk support by aliguori · 16 years ago
  19. 967f97f Virtio core support by aliguori · 16 years ago
  20. b39ade8 Introduce fls() helper by aliguori · 16 years ago
  21. 9b3469c Clarify -soundhw documentation as to avoid hda confusion by malc · 16 years ago
  22. d08c4d3 Update by malc · 16 years ago
  23. cee83d9 Silence warnings generated due to `#if BUILD_Y8950' by malc · 16 years ago
  24. 1ea879e Make audio violate POSIX less by malc · 16 years ago
  25. 8b0de43 More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxx by blueswir1 · 16 years ago
  26. 825bb58 IBM PowerPC 4xx 32-bit PCI controller emulation by aurel32 · 16 years ago
  27. e976c6a Change order of metadata update to prevent loosing guest data because of unexpected exit (Gleb Natapov) by aliguori · 16 years ago
  28. 6db6c63 Cleanup {alloc|get}_cluster_offset() (Gleb Natapov) by aliguori · 16 years ago
  29. 643e539 Write table offset and size in one syscall (Gleb Natapov) by aliguori · 16 years ago
  30. a32ef78 Introduce new helper function qcow_shedule_bh() (Gleb Natapov) by aliguori · 16 years ago
  31. ac67488 Remove tabs from qcow_aio_read_cb(). (Gleb Natapov) by aliguori · 16 years ago
  32. 4a55bfd Exclude unix: from vnc call to unix_listen() (Ryan Harper) by aliguori · 16 years ago
  33. d4b55be Fix register name typo in dumping debug registers (Jan Kiszka) by aliguori · 16 years ago
  34. a8f48dc Remove address masking after some rearranging by blueswir1 · 16 years ago
  35. e64d7d5 Remove address masking by blueswir1 · 16 years ago
  36. 0e8f096 Cosmetic cleanups to previous patch. by pbrook · 16 years ago
  37. 53762dd Reset the key modifiers upon client connect by malc · 16 years ago
  38. 429a8ed Add basic audio functionality to vnc.c by malc · 16 years ago
  39. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  40. 6ad1d22 Allocate cleared memory for cpu state. by pbrook · 16 years ago
  41. 0c9c3a9 arm: Don't potentially overwrite input registers in add2, sub2. by balrog · 16 years ago
  42. 63d4124 Fix the comment added in r5844. by balrog · 16 years ago
  43. fe33867 Don't rely on ARM tcg_out_goto() generating just a single insn. by balrog · 16 years ago
  44. 1cb0661 arm: Reserve code buffer in memory range reachable for pc-relative branch. by balrog · 16 years ago
  45. 3233f0d Use libgcc __clear_cache to clean icache, when available. by balrog · 16 years ago
  46. 80fe30e Fix a typo preventing GNUC builtins usage. by balrog · 16 years ago
  47. dcfd12b Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert). by balrog · 16 years ago
  48. d051362 Don't try to select on an invalid VNC socket when init fails. by balrog · 16 years ago
  49. 137519c qemu-img: open files with cache=writeback by aurel32 · 16 years ago
  50. b8dbddd target-ppc: remove unused file op_mem_access.h by aurel32 · 16 years ago
  51. dcc532c target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.c by aurel32 · 16 years ago
  52. ef0d51a target-ppc: convert PPC 440 instructions to TCG by aurel32 · 16 years ago
  53. 1addc7c Spelling and grammar fixes by aurel32 · 16 years ago
  54. d92620c Fix warning from sparse (wrong declaration) by aurel32 · 16 years ago
  55. f9487cb Fix warning from sparse by aurel32 · 16 years ago
  56. d72a19f target-ppc: convert return from interrupt instructions to TCG by aurel32 · 16 years ago
  57. fa407c0 target-ppc: convert external load/store instructions to TCG by aurel32 · 16 years ago
  58. cf360a3 target-ppc: convert load/store with reservation instructions to TCG by aurel32 · 16 years ago
  59. bdb4b68 target-ppc: convert lscbx instruction to TCG by aurel32 · 16 years ago
  60. dfbc799 target-ppc: convert load/store string instructions to TCG by aurel32 · 16 years ago
  61. 37d269d target-ppc: convert icbi instruction to TCG by aurel32 · 16 years ago
  62. 799a8c8 target-ppc: convert dcbz instruction to TCG by aurel32 · 16 years ago
  63. ff4a62c target-ppc: convert load/store multiple instructions to TCG by aurel32 · 16 years ago
  64. 931ff27 target-ppc: convert wait instruction to TCG by aurel32 · 16 years ago
  65. cf02a65 target-ppc: convert mfrom instruction to TCG by aurel32 · 16 years ago
  66. e49a3c8 target-ppc: remove dead code from op.c by aurel32 · 16 years ago
  67. 8d4acf9 gdbstub: Fix access to PPC FPRs by aurel32 · 16 years ago
  68. 2cbd949 Common cpu_loop_exit prototype by aurel32 · 16 years ago
  69. 0f3955e target-ppc: convert software TLB instructions to TCG by aurel32 · 16 years ago
  70. 4bf5801 Fix ICCS command (Herve Poussineau) by blueswir1 · 16 years ago
  71. d4742de Handle SDL log just like other temporary files by malc · 16 years ago
  72. 9ac81bb Use trap shell builtin to remove temporary files by malc · 16 years ago
  73. ebd486d Fix alignment of 64bit args by malc · 16 years ago
  74. e392683 Fix 'enable selection' command (esp_4_ensel.diff) by blueswir1 · 16 years ago
  75. fc4d65d Fix command len detection (esp_3_cmdlen.diff) by blueswir1 · 16 years ago
  76. b44c08f Fix configuration 2 register (esp_2_cfg2.diff): by blueswir1 · 16 years ago
  77. 8dea1dd Misc fixes (Herve Poussineau) by blueswir1 · 16 years ago
  78. ce80258 Don't rely on the fact that MAX_FD is 2 (Herve Poussineau) by blueswir1 · 16 years ago
  79. 6c173b3 Prepare for handling different BSD mmap() flags by blueswir1 · 16 years ago
  80. ee50add Fix comment typo. by pbrook · 16 years ago
  81. 030370a qemu-doc.texi: rewrite the documentation for the -net option by aurel32 · 16 years ago
  82. f5fc997 qemu-doc.texi: document downscript network option by aurel32 · 16 years ago
  83. 01a4afe target-ppc: convert POWER2 load/store instructions to TCG by aurel32 · 16 years ago
  84. 6a6ae23 target-ppc: convert SPE load/store to TCG by aurel32 · 16 years ago
  85. 38d1495 target-ppc: simplify evsplati and evsplatfi by aurel32 · 16 years ago
  86. 60b1969 linux-user: Add support for STOP/CONT signals. by ths · 16 years ago
  87. 2a913eb linux-user: sig is target signal. by ths · 16 years ago
  88. 7775534 Make installing bios files optional. by ths · 16 years ago
  89. c0ce998 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) by aliguori · 16 years ago
  90. 31280d9 Add TAILQ_FOREACH_SAFE (Jan Kiszka) by aliguori · 16 years ago
  91. f3d54fc Abstract out geometry detection code from IDE for reuse by aliguori · 16 years ago
  92. 357c692 Revert r5636 to fix icount on hosts w/o high-res clocks by aliguori · 16 years ago
  93. 9c99d2a i386: remove unused function prototypes (Laurent Desnogues) by aliguori · 16 years ago
  94. 89886f4 Fix usb-stub compilation by blueswir1 · 16 years ago
  95. 2bec46d vga optimization (Glauber Costa) by aliguori · 16 years ago
  96. 5832d1f kvm: Introduce kvm logging interface (Glauber Costa) by aliguori · 16 years ago
  97. b4fbd87 move vga_io_address to VGA State (Glauber Costa) by aliguori · 16 years ago
  98. 4efe275 better type checking for vga (Glauber Costa) by aliguori · 16 years ago
  99. 0e1f5a0 Introduce accessors for DisplayState (Stefano Stabellini) by aliguori · 16 years ago
  100. cab3bee target-ppc: convert trap instructions to TCG by aurel32 · 16 years ago