1. a989999 slirp: fix guestfwd id by Alexander Graf · 13 years ago
  2. 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 13 years ago
  3. 86f69a9 Fix compilation warning due to missing header for sigaction by Alexandre Raymond · 13 years ago
  4. a90d469 Add an isa device for SGA by Glauber Costa · 13 years ago
  5. c1990eb json-parser: add handling for NULL token list by Michael Roth · 13 years ago
  6. 5e2dafe json-streamer: add handling for JSON_ERROR token/state by Michael Roth · 13 years ago
  7. b011f61 json-lexer: make lexer error-recovery more deterministic by Michael Roth · 13 years ago
  8. bd3924a json-lexer: fix flushing logic to not always go to error state by Michael Roth · 13 years ago
  9. 529a0ef json-lexer: reset the lexer state on an invalid token by Anthony Liguori · 13 years ago
  10. 11e8a46 json-parser: detect premature EOI by Anthony Liguori · 13 years ago
  11. eca7db4 json-streamer: make sure to reset token_size after emitting a token list by Anthony Liguori · 13 years ago
  12. 29c75dd json-streamer: limit the maximum recursion depth and maximum token count by Anthony Liguori · 13 years ago
  13. 325601b json-lexer: limit the maximum size of a given token by Anthony Liguori · 13 years ago
  14. 55f8301 json-streamer: allow recovery after bad input by Anthony Liguori · 13 years ago
  15. ef749d0 json-parser: propagate error from parser by Anthony Liguori · 13 years ago
  16. d5ec4f2 Introduce the new error framework by Luiz Capitulino · 13 years ago
  17. 87c2f59 QError: Introduce qerror_format() by Luiz Capitulino · 13 years ago
  18. a12eeaa QError: Introduce qerror_format_desc() by Luiz Capitulino · 13 years ago
  19. 23bf93b docs: qdev-device-use.txt has become stale, update it by Markus Armbruster · 13 years ago
  20. 0826c71 isa-vga: Make available with -device, like the other VGA qdevs by Markus Armbruster · 13 years ago
  21. a16c53b Fix regression introduced by -machine accel= by Anthony Liguori · 13 years ago
  22. 25f3151 timer: drop HPET and RTC by Anthony Liguori · 13 years ago
  23. 212496c qxl: fix cmdlog for vga by Alon Levy · 13 years ago
  24. 012b80d spice: require spice 0.6.0 or newer. by Gerd Hoffmann · 13 years ago
  25. 44bd690 qemu-config: comment spell fix by Gerd Hoffmann · 13 years ago
  26. 48b3ed0 spice: add SASL support by Marc-André Lureau · 13 years ago
  27. 4213804 qxl: add to the list of devices which disable the default vga by Gerd Hoffmann · 13 years ago
  28. d4970b0 spice: add option for disabling copy paste support by Hans de Goede · 14 years ago
  29. 35106c2 spice-qemu-char: Fix flow control in client -> guest direction by Hans de Goede · 14 years ago
  30. d800040 scsi: fix tracing of scsi requests with simple backend by Paolo Bonzini · 13 years ago
  31. f918822 configure: check for -Wendif-labels support by Mike Frysinger · 13 years ago
  32. 9694b5d virtio-9p: Remove statement without effect (fix warning from cppcheck) by Stefan Weil · 13 years ago
  33. 1f2e98b exec: Implement qemu_ram_free_from_ptr() by Alex Williamson · 13 years ago
  34. c83066d multiboot: set boot_device to first partition by Arun Thomas · 13 years ago
  35. 81c05da target-arm: BKPT instructions should raise prefetch aborts with IFSR type 00010 by Alex Zuepke · 13 years ago
  36. 568fffe tcg: Fix unused-but-set-variable warning by Christophe Fergeau · 13 years ago
  37. ebecf36 tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64 by Peter Maydell · 13 years ago
  38. 6bd4b08 tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts by Peter Maydell · 13 years ago
  39. 03938c1 Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD. by Brad · 13 years ago
  40. b7fa921 target-arm: Fix compilation failure for 64 bit hosts by Peter Maydell · 13 years ago
  41. 47ba198 Merge branch 's390-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 13 years ago
  42. 594caf0 Merge branch 'ppc-next' of git://repo.or.cz/qemu/agraf by Aurelien Jarno · 13 years ago
  43. 587eabf softfloat: add float*_is_zero_or_denormal() by Aurelien Jarno · 13 years ago
  44. 66fcf8f target-i386: use floatx80 constants in helper_fld*_ST0() by Aurelien Jarno · 13 years ago
  45. be22a9a softfloat: always enable floatx80 and float128 support by Aurelien Jarno · 13 years ago
  46. cf67c6b softfloat-native: remove by Aurelien Jarno · 13 years ago
  47. c31da13 target-i386: remove old code handling float64 by Aurelien Jarno · 13 years ago
  48. 142ab5b target-mips/gdbstub: remove old CONFIG_SOFTFLOAT #ifndef by Aurelien Jarno · 13 years ago
  49. 2c0d18d target-ppc: remove old CONFIG_SOFTFLOAT #ifdef by Aurelien Jarno · 13 years ago
  50. e1b45cc s390x: implement lrvgr by Alexander Graf · 13 years ago
  51. 5b18563 s390x: fix cksm instruction by Alexander Graf · 13 years ago
  52. 87b0b70 s390x: free tmp explicitly in every opcode for disas_a5() by Alexander Graf · 13 years ago
  53. 2497a67 target-s390x: Add missing tcg_temp_free_i32() by Stefan Weil · 13 years ago
  54. bbf9f3b target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90 by Stefan Weil · 13 years ago
  55. 225b6af target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e by Stefan Weil · 13 years ago
  56. e32a183 target-s390x: Add missing tcg_temp_free_i64() in disas_b2() by Stefan Weil · 13 years ago
  57. 21de37a target-s390x: Add missing tcg_temp_free_i64() in do_mh() by Stefan Weil · 13 years ago
  58. a825aef target-s390x: Add missing tcg_temp_free_i64() in gen_jcc() by Stefan Weil · 13 years ago
  59. 640239b target-s390x: Fix duplicate call of tcg_temp_new_i64 by Stefan Weil · 13 years ago
  60. be82ee2 target-s390x: Fix wrong argument in call of tcg_gen_shl_i64() by Stefan Weil · 13 years ago
  61. d4a3ef6 target-s390x: Fix build for non-linux hosts by Stefan Weil · 13 years ago
  62. 39f4107 s390x: update zipl rom by Alexander Graf · 13 years ago
  63. d461e3b PPC: fix mpc8544ds pci default devices by Alexander Graf · 13 years ago
  64. e34b12a Fix segfault on screendump with -nographic by Alexander Graf · 13 years ago
  65. fbd659b PPC: install mpc8544ds.dtb by Alexander Graf · 13 years ago
  66. fafc0b6 PPC: fix sregs usage on booke by Alexander Graf · 13 years ago
  67. 1ff7854 ppc: Fix compilation for ppc64-softmmu by Stefan Weil · 13 years ago
  68. 5c3234c hw/9pfs: Don't crash when we get a request with not supported 9p operation by Aneesh Kumar K.V · 13 years ago
  69. faa44e3 [virtio-9p] Make rpath thread safe by Venkateswararao Jujjuri (JV) · 13 years ago
  70. 873c321 virtio-9p: Use relative includes for files in hw by Stefan Weil · 13 years ago
  71. f4f61d2 virtio-9p: Move device specific code to virtio-9p-device by Aneesh Kumar K.V · 13 years ago
  72. 9fe1ebe virtio-9p: Move 9p device registration into virtio-9p.c by Aneesh Kumar K.V · 13 years ago
  73. 1c88c71 virtio-9p: Don't link to 9p if virtio is not enabled by Aneesh Kumar K.V · 13 years ago
  74. 936532a [virtio-9p] Stop renaming files with similar name! by Malahal Naineni · 13 years ago
  75. 37628f1 QMP: add server mode to QEMUMonitorProtocol by Stefan Hajnoczi · 13 years ago
  76. 91b8edd QMP: add get_events(wait=True) option by Stefan Hajnoczi · 13 years ago
  77. e9b4b43 HMP: Use QMP inject nmi implementation by Luiz Capitulino · 13 years ago
  78. a404666 QMP: add inject-nmi qmp command by Lai Jiangshan · 14 years ago
  79. 4c5a1e4 QMP: QError: New QERR_UNSUPPORTED by Lai Jiangshan · 14 years ago
  80. 3dc769a kvm: Enable CPU SMEP feature by Yang, Wei Y · 13 years ago
  81. 2d5f20b kvm: Add CPUID support for VIA CPU by brillywu@viatech.com.cn · 13 years ago
  82. 578c7b2 audio: fix integer overflow expression by Juha Riihim?ki · 13 years ago
  83. 3b4fefd target-alpha: Implement TLB flush primitives. by Richard Henderson · 13 years ago
  84. e521485 target-alpha: Use a fixed frequency for the RPCC in system mode. by Richard Henderson · 13 years ago
  85. 5b45040 target-alpha: Trap for unassigned and unaligned addresses. by Richard Henderson · 13 years ago
  86. fa6e0a6 target-alpha: Remap PIO space for 43-bit KSEG for EV6. by Richard Henderson · 13 years ago
  87. a3b9af1 target-alpha: Implement cpu_alpha_handle_mmu_fault for system mode. by Richard Henderson · 13 years ago
  88. 2ace7e5 target-alpha: Implement more CALL_PAL values inline. by Richard Henderson · 13 years ago
  89. 6a80e08 target-alpha: Disable interrupts properly. by Richard Henderson · 13 years ago
  90. a18ad89 target-alpha: All ISA checks to use TB->FLAGS. by Richard Henderson · 13 years ago
  91. 21d2bea target-alpha: Swap shadow registers moving to/from PALmode. by Richard Henderson · 13 years ago
  92. 3a6fa67 target-alpha: Implement do_interrupt for system mode. by Richard Henderson · 13 years ago
  93. 26b4609 target-alpha: Add IPRs to be used by the emulation PALcode. by Richard Henderson · 13 years ago
  94. bba9bdc target-alpha: Use kernel mmu_idx for pal_mode. by Richard Henderson · 13 years ago
  95. ea879fc target-alpha: Add various symbolic constants. by Richard Henderson · 13 years ago
  96. 2d9671d target-alpha: Use do_restore_state for arithmetic exceptions. by Richard Henderson · 13 years ago
  97. b5f1aa6 target-alpha: Tidy up arithmetic exceptions. by Richard Henderson · 13 years ago
  98. 07b6c13 target-alpha: Tidy exception constants. by Richard Henderson · 13 years ago
  99. b758aca target-alpha: Enable the alpha-softmmu target. by Richard Henderson · 13 years ago
  100. 129d8aa target-alpha: Rationalize internal processor registers. by Richard Henderson · 13 years ago