1. 67c274d fixes to the static compilation case for sdl by Paolo Bonzini · 15 years ago
  2. f91672e use cross-prefix for pkgconfig by Paolo Bonzini · 15 years ago
  3. 884a0c7 pcnet: remove dead nested assignment, spotted by clang by Blue Swirl · 15 years ago
  4. f7e683b Sparc32: remove dead increment, spotted by clang by Blue Swirl · 15 years ago
  5. f368a3c Sparc32: remove a variable used only for debugging to avoid a clang warning by Blue Swirl · 15 years ago
  6. a9be79d Sparc: comment out unused variable, spotted by clang by Blue Swirl · 15 years ago
  7. 8983536 Sparc32: remove unused env/envs variables, spotted by clang by Blue Swirl · 15 years ago
  8. 701eed4 Sparc32: remove unused variable, spotted by clang by Blue Swirl · 15 years ago
  9. cb95c2e pci: Add missing 'const' in argument to pci_get_xxx by Stefan Weil · 15 years ago
  10. 938a632 eepro100: Update ROM file support by Stefan Weil · 15 years ago
  11. 6170240 eepro100: Fix initial value for PCI_STATUS by Stefan Weil · 15 years ago
  12. 72ff25e Workaround for broken OSS_GETVERSION on FreeBSD, part two by Juergen Lock · 15 years ago
  13. c9f79a3 virtio-net: mac property is mandatory by Michael S. Tsirkin · 15 years ago
  14. dae5079 kvm: Detect availability of kvm_para.h by Jan Kiszka · 15 years ago
  15. ffd8b67 kvm: Use kvm-kmod headers if available by Jan Kiszka · 15 years ago
  16. 23842aa monitor: fix dead assignment spotted by clang by Blue Swirl · 15 years ago
  17. 3eb26cc Sparc64: Fix PCI config accessor order by Blue Swirl · 15 years ago
  18. cc6dfec tcg-sparc: Implement ext32[su]_i64 by Richard Henderson · 15 years ago
  19. 583d121 tcg-sparc: Implement division properly. by Richard Henderson · 15 years ago
  20. 5e143c4 tcg-sparc: Do not remove %o[012] from 'r' constraint. by Richard Henderson · 15 years ago
  21. 7a3766f tcg-sparc: Implement add2, sub2, mulu2. by Richard Henderson · 15 years ago
  22. ba22519 tcg-sparc: Add tcg_out_arithc. by Richard Henderson · 15 years ago
  23. 83755c1 vnc_refresh: return if vd->timer is NULL by Stefano Stabellini · 15 years ago
  24. dbd4832 qdev: fix thinko leading to guest crashes by Michael S. Tsirkin · 15 years ago
  25. 3d72f9a QMP: Don't free async event's 'data' by Luiz Capitulino · 15 years ago
  26. 514d97d dma/sb16: make clang analyzer not complain by malc · 15 years ago
  27. 5a5d4a7 Sparc64: enable real access to PCI configuration space by Blue Swirl · 15 years ago
  28. c3863f2 Update to SeaBIOS 0.5.1 by Anthony Liguori · 15 years ago
  29. ca1a8a0 make help output be a little more self-consistent by Bruce Rogers · 15 years ago
  30. 20a8636 pc: add rombar to compat properties for pc-0.10 and pc-0.11 by Gerd Hoffmann · 15 years ago
  31. 88169dd pci: allow loading roms via fw_cfg. by Gerd Hoffmann · 15 years ago
  32. 8832cb8 roms: rework rom loading via fw by Gerd Hoffmann · 15 years ago
  33. de9352b fw_cfg: rom loader tweaks. by Gerd Hoffmann · 15 years ago
  34. bdb5ee3 roms: minor fixes and cleanups. by Gerd Hoffmann · 15 years ago
  35. 2cae6f5 pc: add machine type for 0.12 by Gerd Hoffmann · 15 years ago
  36. bfe4e17 Handle TFTP ERROR from client by Thomas Horsten · 15 years ago
  37. 1559ca0 dmg: fix ->open failure by Christoph Hellwig · 15 years ago
  38. 49e75cf virtio-pci: thinko fix by Michael S. Tsirkin · 15 years ago
  39. 8172539 virtio: add features as qdev properties by Michael S. Tsirkin · 15 years ago
  40. 704a76f virtio: rename features -> guest_features by Michael S. Tsirkin · 15 years ago
  41. d2364ee qdev: add bit property type by Michael S. Tsirkin · 15 years ago
  42. c0ced0f pc-bios: Update README (SeaBIOS) by Stefan Weil · 15 years ago
  43. aa4d32c lsi: pass lsi_request to lsi_reselect by Gerd Hoffmann · 15 years ago
  44. b96a0da lsi: move dma_len+dma_buf into lsi_request by Gerd Hoffmann · 15 years ago
  45. daa7031 lsi: move current_dev into lsi_request by Gerd Hoffmann · 15 years ago
  46. af12ac9 lsi: have lsi_request for the whole life time of the request. by Gerd Hoffmann · 15 years ago
  47. 042ec49 lsi: use QTAILQ for lsi_queue by Gerd Hoffmann · 15 years ago
  48. f2d928d vmware_vga: Check cursor dimensions passed from guest to avoid buffer overflow by Roland Dreier · 15 years ago
  49. e73223a remove pending exception on vcpu reset. by Gleb Natapov · 15 years ago
  50. 3f7638e Fix CPU topology initialization by Jiri Denemark · 15 years ago
  51. af364b4 MCE: Fix bug of IA32_MCG_STATUS after system reset by Huang Ying · 15 years ago
  52. 0b987f1 PCI: Fix a typo by Blue Swirl · 15 years ago
  53. bae7b51 Sparc64: increase APB register range by Blue Swirl · 15 years ago
  54. 9c9b051 Sparc64: use firmware configuration device for command line storage by Blue Swirl · 15 years ago
  55. 3d709fe oss: fix fragment setting by malc · 15 years ago
  56. 6d24652 oss: issue OSS_GETVERSION ioctl only when needed by malc · 15 years ago
  57. 59bc10e finish VPATH -> vpath translation by Paolo Bonzini · 15 years ago
  58. 78d9356 oss: refactor code around policy setting by malc · 15 years ago
  59. 25d0ae9 Makefile: remove obsolete libuser.a rule by Blue Swirl · 15 years ago
  60. d532b26 sparc64: interrupt trap handling by Igor V. Kovalenko · 15 years ago
  61. 2df6c2d sparc64: move cpu_interrupts_enabled to cpu.h by Igor V. Kovalenko · 15 years ago
  62. 709f2c1 sparc64: add macros to deal with softint and timer interrupt by Igor V. Kovalenko · 15 years ago
  63. 4dc2813 sparc64: check for pending irq when pil, pstate or softint is changed by Igor V. Kovalenko · 15 years ago
  64. 1fae7b7 sparc64: use helper_wrpil to check pending irq on write by Igor V. Kovalenko · 15 years ago
  65. 68e8a3f sparc64: add PIL to cpu state dump by Igor V. Kovalenko · 15 years ago
  66. 7e8695e sparc64: trace pstate and global register set changes by Igor V. Kovalenko · 15 years ago
  67. d780a46 sparc64: change_pstate should have 32bit argument by Igor V. Kovalenko · 15 years ago
  68. 5200144 multiboot: Separate multiboot loading into separate file by Adam Lackorzynski · 15 years ago
  69. ee02162 multiboot: Support arbitrary number of modules. by Adam Lackorzynski · 15 years ago
  70. d0652aa linuxboot: fix gdt address calculation by Avi Kivity · 15 years ago
  71. 810f49b QMP: Drop wrong assert() by Luiz Capitulino · 15 years ago
  72. 95a2f9b block/vdi: allow disk sizes not multiple of block size by François Revol · 15 years ago
  73. ceb6961 net: add API to disable/enable polling by Michael S. Tsirkin · 15 years ago
  74. c9f398e debugcon: support for debugging consoles (e.g. Bochs port 0xe9) by H. Peter Anvin · 15 years ago
  75. 012f087 Makefile: Update unmodified config-devices.mak automatically by Stefan Weil · 15 years ago
  76. 076d247 Use vpath directive by Paolo Bonzini · 15 years ago
  77. e726fe7 oss: workaround for cases when OSS_GETVERSION is not defined by malc · 15 years ago
  78. 95372a3 Sparc32: clear exception_index with -1 value by Blue Swirl · 15 years ago
  79. 0e8c921 Drop --whole-archive and static libraries by Andreas Färber · 15 years ago
  80. 18cb1d8 vnc: Fix artifacts in hextile decoding by Anthony Liguori · 15 years ago
  81. 561ef25 Cocoa: Use optimized drawing for the window by Andreas Färber · 15 years ago
  82. 1238108 Cocoa: Suppress window resize animation by Andreas Färber · 15 years ago
  83. 41ea49b Cocoa: Shutdown when window is closed by Andreas Färber · 15 years ago
  84. f491880 Cocoa: Don't unconditionally show the window by Andreas Färber · 15 years ago
  85. 17ccbc2 Cocoa: Redraw the View asynchronously by Andreas Färber · 15 years ago
  86. d50f71d Cocoa: Mark the View as opaque by Andreas Färber · 15 years ago
  87. 38ec7b5 Cocoa: Fix compilation on Mac OS X v10.4 and earlier by Andreas Färber · 15 years ago
  88. fd10a04 Cocoa: Silence type warning by Andreas Färber · 15 years ago
  89. 04afa4a Cocoa: Silence warning on Big Endian host by Andreas Färber · 15 years ago
  90. 77047bb Cocoa: Silence warning for cocoa_keycode_to_qemu by Andreas Färber · 15 years ago
  91. 44e4c0b Cocoa: ppc64 host support by Andreas Färber · 15 years ago
  92. 821b19f sparc64: clear exception_index with -1 value by Igor V. Kovalenko · 15 years ago
  93. ea3fdd5 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago
  94. dffbe21 pass env to raise_exception if called outside of op_helper code by Igor V. Kovalenko · 15 years ago
  95. 87f6d3f sparc64: switch to MMU global registers in more MMU related traps by Igor V. Kovalenko · 15 years ago
  96. 9959638 target-i386: Fix "call im" on x86_64 when executing 32-bit code by Aurelien Jarno · 15 years ago
  97. 3e372cf loader: don't call realloc(non_null, 0) when no symbols are present by Aurelien Jarno · 15 years ago
  98. b430a22 Sparc64: split DPRINTF into CPUIRQ and EBUS versions by Blue Swirl · 15 years ago
  99. 302698e Sparc64: fix compile with DEBUG_IRQ enabled by Blue Swirl · 15 years ago
  100. 3caf256 sdl: print the reason why SDL thinks SDL_Init failed before exiting by malc · 15 years ago