1. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  2. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  3. 77ac58d dma: do not depend on kvm_enabled() by Paolo Bonzini · 10 years ago
  4. 1983057 i.MX: Add i.MX6 System Reset Controller device. by Jean-Christophe DUBOIS · 9 years ago
  5. 27a5dc7 bcm2835_property: use cached values when querying framebuffer by Sylvain Garrigues · 9 years ago
  6. ed3d807 cuda: fix off-by-one error in SET_TIME command by Aurelien Jarno · 9 years ago
  7. 6dc6478 ivshmem: fix ivshmem-{plain,doorbell} crash without arg by Marc-André Lureau · 9 years ago
  8. 9628af0 Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into staging by Peter Maydell · 9 years ago
  9. f2eb665 hw/mips_itu: fix off-by-one reported by Coverity by Leon Alrae · 9 years ago
  10. 45aa4e8 pci-testdev: fast mmio support by Michael S. Tsirkin · 9 years ago
  11. 25a611e hw/mips: implement ITC Storage - Bypass View by Leon Alrae · 9 years ago
  12. 40dc9dc hw/mips: implement ITC Storage - P/V Sync and Try Views by Leon Alrae · 9 years ago
  13. 4051089 hw/mips: implement ITC Storage - Empty/Full Sync and Try Views by Leon Alrae · 9 years ago
  14. 5924c86 hw/mips: implement ITC Storage - Control View by Leon Alrae · 9 years ago
  15. 34fa7e8 hw/mips: implement ITC Configuration Tags and Storage Cells by Leon Alrae · 9 years ago
  16. 2edd526 hw/mips/cps: create CPC block inside CPS by Leon Alrae · 9 years ago
  17. 1f93a6e hw/mips: add initial Cluster Power Controller support by Leon Alrae · 9 years ago
  18. 3994215 hw/mips: add initial Global Config Register support by Yongbok Kim · 9 years ago
  19. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  20. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  21. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  22. 0137fdc include/hw/hw.h: Don't include qemu-common.h by Markus Armbruster · 9 years ago
  23. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  24. 62a830b ivshmem: Require master to have ID zero by Markus Armbruster · 9 years ago
  25. 13fd2cb ivshmem: Drop ivshmem property x-memdev by Markus Armbruster · 9 years ago
  26. ddc8528 ivshmem: Clean up after the previous commit by Markus Armbruster · 9 years ago
  27. 5400c02 ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmem by Markus Armbruster · 9 years ago
  28. 2a845da ivshmem: Replace int role_val by OnOffAuto master by Markus Armbruster · 9 years ago
  29. 8baeb22 ivshmem: Inline check_shm_size() into its only caller by Markus Armbruster · 9 years ago
  30. c2d8019 ivshmem: Simplify memory regions for BAR 2 (shared memory) by Markus Armbruster · 9 years ago
  31. 5503e28 ivshmem: Implement shm=... with a memory backend by Markus Armbruster · 9 years ago
  32. 08183c2 ivshmem: Tighten check of property "size" by Markus Armbruster · 9 years ago
  33. ee27639 ivshmem: Simplify how we cope with short reads from server by Markus Armbruster · 9 years ago
  34. ba5970a ivshmem: Drop the hackish test for UNIX domain chardev by Markus Armbruster · 9 years ago
  35. a3feb08 ivshmem: Rely on server sending the ID right after the version by Markus Armbruster · 9 years ago
  36. 1309cf4 ivshmem: Propagate errors through ivshmem_recv_setup() by Markus Armbruster · 9 years ago
  37. 3a55fc0 ivshmem: Receive shared memory synchronously in realize() by Markus Armbruster · 9 years ago
  38. 9db51b4 ivshmem: Plug leaks on unplug, fix peer disconnect by Markus Armbruster · 9 years ago
  39. ca0b756 ivshmem: Disentangle ivshmem_read() by Markus Armbruster · 9 years ago
  40. cd9953f ivshmem: Simplify rejection of invalid peer ID from server by Markus Armbruster · 9 years ago
  41. 3c27969 ivshmem: Assert interrupts are set up once by Markus Armbruster · 9 years ago
  42. 2d1d422 ivshmem: Leave INTx alone when using MSI-X by Markus Armbruster · 9 years ago
  43. 082751e ivshmem: Clean up MSI-X conditions by Markus Armbruster · 9 years ago
  44. 434ad76 ivshmem: Clean up register callbacks by Markus Armbruster · 9 years ago
  45. d855e27 ivshmem: Failed realize() can leave migration blocker behind by Markus Armbruster · 9 years ago
  46. 9cf70c5 ivshmem: Fix harmless misuse of Error by Markus Armbruster · 9 years ago
  47. 71c2658 ivshmem: Don't destroy the chardev on version mismatch by Markus Armbruster · 9 years ago
  48. c20fc0c ivshmem: Drop ivshmem_event() stub by Markus Armbruster · 9 years ago
  49. e64befe ivshmem: Clean up after commit 9940c32 by Markus Armbruster · 9 years ago
  50. a4fa93b ivshmem: Compile debug prints unconditionally to prevent bit-rot by Markus Armbruster · 9 years ago
  51. 9755397 ivshmem: Add missing newlines to debug printfs by Markus Armbruster · 9 years ago
  52. 355a8cc bcm2835_property: implement framebuffer control/configuration properties by Grégory ESTRADE · 9 years ago
  53. a66d815 i.MX: Add i.MX6 CCM and ANALOG device. by Jean-Christophe Dubois · 9 years ago
  54. d552f67 i.MX: Add the CLK_IPG_HIGH clock by Jean-Christophe Dubois · 9 years ago
  55. f4b2add i.MX: Remove CCM useless clock computation handling. by Jean-Christophe Dubois · 9 years ago
  56. c91a588 i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency. by Jean-Christophe Dubois · 9 years ago
  57. 8e41fb6 memory: Drop MemoryRegion.ram_addr by Fam Zheng · 9 years ago
  58. eab7139 bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses by Andrew Baumann · 9 years ago
  59. 2d7d06d dbdma: warn when using unassigned channel by Hervé Poussineau · 9 years ago
  60. e4d162d cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commands by Hervé Poussineau · 9 years ago
  61. e230d43 cuda: remove GET_6805_ADDR command by Hervé Poussineau · 9 years ago
  62. e647317 cuda: port SET_TIME command to new framework by Hervé Poussineau · 9 years ago
  63. 547a4d1 cuda: port GET_TIME command to new framework by Hervé Poussineau · 9 years ago
  64. 15b7b09 cuda: port SET_POWER_MESSAGES command to new framework by Hervé Poussineau · 9 years ago
  65. f5b9411 cuda: port FILE_SERVER_FLAG command to new framework by Hervé Poussineau · 9 years ago
  66. 54e8944 cuda: port RESET_SYSTEM command to new framework by Hervé Poussineau · 9 years ago
  67. 017da0b cuda: port POWERDOWN command to new framework by Hervé Poussineau · 9 years ago
  68. 216c906 cuda: port SET_DEVICE_LIST command to new framework by Hervé Poussineau · 9 years ago
  69. 374312e cuda: port SET_AUTO_RATE command to new framework by Hervé Poussineau · 9 years ago
  70. 1cdab10 cuda: port AUTOPOLL command to new framework by Hervé Poussineau · 9 years ago
  71. 0e8176e cuda: move unknown commands reject out of switch by Hervé Poussineau · 9 years ago
  72. d20efae cuda: add a framework to handle commands by Hervé Poussineau · 9 years ago
  73. c964b66 all: Clean up includes by Peter Maydell · 9 years ago
  74. f0afa73 bcm2835_property: implement "get board revision" query by Stephen Warren · 9 years ago
  75. d7bce99 qom: Swap 'name' next to visitor in ObjectPropertyAccessor by Eric Blake · 9 years ago
  76. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  77. 4fa4549 qom: Use typedef for Visitor by Eric Blake · 9 years ago
  78. 04f1ab1 bcm2835_property: add bcm2835 property channel by Andrew Baumann · 9 years ago
  79. 99494e6 bcm2835_mbox: add BCM2835 mailboxes by Andrew Baumann · 9 years ago
  80. 9940c32 ivshmem: use a single eventfd callback, get rid of CharDriver by Marc-André Lureau · 9 years ago
  81. fd47bfe ivshmem: generalize ivshmem_setup_interrupts by Marc-André Lureau · 9 years ago
  82. 47213eb ivshmem: remove redundant assignment, fix crash with msi=off by Marc-André Lureau · 9 years ago
  83. 2c64846 ivshmem: no need for opaque argument by Marc-André Lureau · 9 years ago
  84. ff472a5 cuda.c: return error for unknown commands by Alyssa Milburn · 9 years ago
  85. ff57eae cuda: add missing fields to VMStateDescription by Mark Cave-Ayland · 9 years ago
  86. 627be2f mac_dbdma: add DBDMA controller state to VMStateDescription by Mark Cave-Ayland · 9 years ago
  87. 0d1c978 hw/misc: Clean up includes by Peter Maydell · 9 years ago
  88. 97d5408 pci: Clean up includes by Peter Maydell · 9 years ago
  89. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  90. b6a0aa0 x86: Clean up includes by Peter Maydell · 9 years ago
  91. 5af98cc unicore: Clean up includes by Peter Maydell · 9 years ago
  92. 0d75590 ppc: Clean up includes by Peter Maydell · 9 years ago
  93. ea99dde lm32: Clean up includes by Peter Maydell · 9 years ago
  94. 3a87d00 fpu: Replace uint32 typedef with uint32_t by Peter Maydell · 9 years ago
  95. 4a94fc9 misc: zynq-xadc: Fix off-by-one by Peter Crosthwaite · 9 years ago
  96. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  97. fea01f9 i.MX: move i.MX31 CCM object to register array by Jean-Christophe DUBOIS · 9 years ago
  98. 692a551 Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-11' into staging by Peter Maydell · 9 years ago
  99. f922254 hw/misc/edu: Convert to realize() by Cao jin · 9 years ago
  100. 56a571d ivshmem: Store file descriptor for vhost-user negotiation by Tetsuya Mukawa · 9 years ago