1. d356312 target-arm: Clean up handling of AArch64 PSTATE by Peter Maydell · 11 years ago
  2. b197ebd target-arm/kvm: Split 32 bit only code into its own file by Peter Maydell · 11 years ago
  3. 387f980 ARM: arm_cpu_reset: make it possible to use high vectors for reset_exc by Antony Pavlov · 11 years ago
  4. 68e0a40 ARM: cpu: add "reset_hivecs" property by Antony Pavlov · 11 years ago
  5. e2cddee arm/highbank.c: Fix MPCore periphbase name by Peter Crosthwaite · 11 years ago
  6. c257712 arm/xilinx_zynq: Implement CBAR initialisation by Peter Crosthwaite · 11 years ago
  7. d8bbdcf arm/xilinx_zynq: Use object_new() rather than cpu_arm_init() by Peter Crosthwaite · 11 years ago
  8. c0f1ead arm/highbank: Fix CBAR initialisation by Peter Crosthwaite · 11 years ago
  9. f282f29 arm/highbank: Use object_new() rather than cpu_arm_init() by Peter Crosthwaite · 11 years ago
  10. 07a5b0d target-arm/cpu: Convert reset CBAR to a property by Peter Crosthwaite · 11 years ago
  11. d8ba780 target-arm: Define and use ARM_FEATURE_CBAR by Peter Crosthwaite · 11 years ago
  12. 3671cd8 target-arm/helper.c: Allow cp15.c15 dummy override by Peter Crosthwaite · 11 years ago
  13. 0163a2d Fix NOR flash device ID reading by Roy Franz · 11 years ago
  14. 4433e66 Fix CFI query responses for NOR flash by Roy Franz · 11 years ago
  15. fa21a7b Add max device width parameter for NOR devices by Roy Franz · 11 years ago
  16. b843330 Set proper device-width for vexpress flash by Roy Franz · 11 years ago
  17. 2003889 return status for each NOR flash device by Roy Franz · 11 years ago
  18. 1997b48 Add device-width property to pflash_cfi01 by Roy Franz · 11 years ago
  19. 4b6fedc rename pflash_t member width to bank_width by Roy Franz · 11 years ago
  20. 9d93550 target-arm: add support for v8 AES instructions by Ard Biesheuvel · 11 years ago
  21. f46e720 qemu_opts_parse(): always check return value by Laszlo Ersek · 11 years ago
  22. b91f932 Merge remote-tracking branch 'spice/tags/pull-spice-1' into staging by Anthony Liguori · 11 years ago
  23. 80d6f5e Merge remote-tracking branch 'kwolf/tags/for-anthony' into staging by Anthony Liguori · 11 years ago
  24. 75c70e3 spice: stop server for qxl hard reset by Gerd Hoffmann · 11 years ago
  25. b50f3e4 spice: move spice_server_vm_{start,stop} calls into qemu_spice_display_*() by Gerd Hoffmann · 11 years ago
  26. 7cc6a25 spice: move qemu_spice_display_*() from spice-graphics to spice-core by Gerd Hoffmann · 11 years ago
  27. b1b27b6 nbd: avoid uninitialized warnings by Marc-André Lureau · 11 years ago
  28. 69152c0 nbd: finish any pending coroutine by Marc-André Lureau · 11 years ago
  29. 5ad283e nbd: make nbd_client_session_close() idempotent by Marc-André Lureau · 11 years ago
  30. e2bc625 nbd: pass export name as init argument by Marc-André Lureau · 11 years ago
  31. e53a18e nbd: don't change socket block during negotiate by Marc-André Lureau · 11 years ago
  32. 2302c1c Split nbd block client code by Marc-André Lureau · 11 years ago
  33. be733d6 spice-char: implement chardev port event by Marc-André Lureau · 11 years ago
  34. d61b0c9 char: add qemu_chr_fe_event() by Marc-André Lureau · 11 years ago
  35. f7d4805 include: add missing config-host.h include by Marc-André Lureau · 11 years ago
  36. 314f7ea qmp_change_blockdev() remove unused has_format by Marc-André Lureau · 11 years ago
  37. d8a03a0 spice-char: remove unused field by Marc-André Lureau · 11 years ago
  38. fa88afa vscclient: do not add a socket watch if there is not data to send by Marc-André Lureau · 11 years ago
  39. f1d3e58 spice: flip streaming video mode to off by default by Gerd Hoffmann · 11 years ago
  40. e157b8f Merge remote-tracking branch 'bonzini/virtio' into staging by Anthony Liguori · 11 years ago
  41. 5d0e228 Merge remote-tracking branch 'mst/tags/for_anthony' into staging by Anthony Liguori · 11 years ago
  42. bf6e3cc Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 11 years ago
  43. c547e56 blkdebug: Use QLIST_FOREACH_SAFE to resume IO by Fam Zheng · 11 years ago
  44. 802c3d4 qemu-img: make progress output more accurate during convert by Peter Lieven · 11 years ago
  45. 3d94ce6 block: expect get_block_status errors in bdrv_make_zero by Peter Lieven · 11 years ago
  46. f671d17 block/vvfat: Fix compiler warnings for OpenBSD by Stefan Weil · 11 years ago
  47. 01443e1 qapi-schema.json: Change 1.8 reference to 2.0 by Kevin Wolf · 11 years ago
  48. a3120de sheepdog: check if '-o redundancy' is passed from user by Liu Yuan · 11 years ago
  49. 47acdd6 target-microblaze: Use the new qemu_ld/st opcodes by Richard Henderson · 11 years ago
  50. 5111610 pc: use macro for HPET type by Michael S. Tsirkin · 11 years ago
  51. 142e095 hpet: fix build with CONFIG_HPET off by Michael S. Tsirkin · 11 years ago
  52. 8ac2adf acpi unit-test: adjust the test data structure for better handling by Marcel Apfelbaum · 11 years ago
  53. 1565060 acpi unit-test: load and check facs table by Marcel Apfelbaum · 11 years ago
  54. 53cb28c exec: separate sections and nodes per address space by Marcel Apfelbaum · 11 years ago
  55. 6307d97 memory.c: bugfix - ref counting mismatch in memory_region_find by Marcel Apfelbaum · 11 years ago
  56. 7a10ef5 hpet: enable to entitle more irq pins for hpet by Liu Ping Fan · 11 years ago
  57. 0d63b2d hpet: inverse polarity when pin above ISA_NUM_IRQS by Liu Ping Fan · 11 years ago
  58. 4c41425 pci: fix pci bridge fw path by Gerd Hoffmann · 11 years ago
  59. 6747f64 Merge remote-tracking branch 'rth/tcg-temp-order' into staging by Anthony Liguori · 11 years ago
  60. b9aad5d6 Merge remote-tracking branch 'stefanha/net-next' into staging by Anthony Liguori · 11 years ago
  61. 1ead3ed Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20131210' into staging by Anthony Liguori · 11 years ago
  62. b5527da Merge remote-tracking branch 'kraxel/tags/pull-audio-1' into staging by Anthony Liguori · 11 years ago
  63. 75c4ce8 Merge remote-tracking branch 'alon/libcacard_ccid.4' into staging by Anthony Liguori · 11 years ago
  64. 45506cc Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 11 years ago
  65. 0ec9eab tcg: Use bitmaps for free temporaries by Richard Henderson · 11 years ago
  66. 74f1c6d target-arm: fix TTBCR write masking by Sergey Fedorov · 11 years ago
  67. 09f7813 target-arm: Use new qemu_ld/st opcodes by Richard Henderson · 11 years ago
  68. 505935f target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions. by Will Newton · 11 years ago
  69. 40cfacd target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions. by Will Newton · 11 years ago
  70. e17ab31 softfloat: Add minNum() and maxNum() functions to softfloat. by Will Newton · 11 years ago
  71. e70614e softfloat: Remove unused argument from MINMAX macro. by Will Newton · 11 years ago
  72. 04731fb target-arm: Implement ARMv8 VSEL instruction. by Will Newton · 11 years ago
  73. 6a57f3e target-arm: Move call to disas_vfp_insn out of disas_coproc_insn. by Will Newton · 11 years ago
  74. 8202aa5 net/cadence_gem: Don't rx packets when no rx buffer available by Peter Crosthwaite · 11 years ago
  75. 3ae5725 net/cadence_gem: Improve can_receive debug printfery by Peter Crosthwaite · 11 years ago
  76. e2314fd net/cadence_gem: Fix register w1c logic by Peter Crosthwaite · 11 years ago
  77. 191946c net/cadence_gem: Fix small packet FCS stripping by Peter Crosthwaite · 11 years ago
  78. 3057069 net/cadence_gem: Fix rx multi-fragment packets by Peter Crosthwaite · 11 years ago
  79. 17cf2c7 net/cadence_gem: Add missing VMSTATE_END_OF_LIST by Peter Crosthwaite · 11 years ago
  80. 64eb930 net/cadence_gem: Implement SAR (de)activation by Peter Crosthwaite · 11 years ago
  81. a03f742 net/cadence_gem: Implement SAR match bit in rx desc by Peter Crosthwaite · 11 years ago
  82. 63af1e0 net/cadence_gem: Implement RX descriptor match mode flags by Peter Crosthwaite · 11 years ago
  83. 06c2fe9 net/cadence_gem: Prefetch rx descriptors ASAP by Peter Crosthwaite · 11 years ago
  84. 7cfd65e net/cadence_gem: simplify rx buf descriptor walking by Peter Crosthwaite · 11 years ago
  85. 11785f5 net/cadence_gem: Don't assert against 0 buffer address by Peter Crosthwaite · 11 years ago
  86. 3b2c97f net/cadence_gem: Update DMA rx descriptors as we process them by Edgar E. Iglesias · 11 years ago
  87. 24e822e net/cadence_gem: Implement mac level loopback mode by Peter Crosthwaite · 11 years ago
  88. 198aa06 hw/arm/virt: Support -cpu host by Peter Maydell · 11 years ago
  89. a96c051 target-arm: Provide '-cpu host' when running KVM by Peter Maydell · 11 years ago
  90. 3541add target-arm: Don't hardcode KVM target CPU to be A15 by Peter Maydell · 11 years ago
  91. f5fdcd6 hw/arm: Add 'virt' platform by Peter Maydell · 11 years ago
  92. 5de1643 target-arm: Allow secondary KVM CPUs to be booted via PSCI by Peter Maydell · 11 years ago
  93. 54d3e3f target-arm: Add ARMCPU field for Linux device-tree 'compatible' string by Peter Maydell · 11 years ago
  94. a22ec1e target-arm: Provide PSCI constants to generic QEMU code by Peter Maydell · 11 years ago
  95. 0fb7985 hw/arm/boot: Allow boards to provide an fdt blob by John Rigby · 11 years ago
  96. ef6de70 device_tree.c: Terminate the empty reservemap in create_device_tree() by Peter Maydell · 11 years ago
  97. 72b0cd3 target-arm: Provide mechanism for getting KVM constants even if not CONFIG_KVM by Peter Maydell · 11 years ago
  98. 57e72f2 cpu/a9mpcore: Add Global Timer by François LEGAL · 11 years ago
  99. c21c3b5 hw/timer: Introduce ARM A9 Global Timer. by Peter Crosthwaite · 11 years ago
  100. 4c25f36 cpu/a9mpcore: reorder operations/declarations by Peter Crosthwaite · 11 years ago