1. 631b22e misc: Fix new collection of typos by Stefan Weil · 10 years ago
  2. 0e1cd65 sun4m: fix slavio sysctrl and led register sizes by Mark Cave-Ayland · 10 years ago
  3. 77a8257 omap: Fix warnings from Sparse by Stefan Weil · 10 years ago
  4. bbbbd90 stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG by Alistair Francis · 10 years ago
  5. c6dc3dd milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warning by Radim Krčmář · 10 years ago
  6. 6c5819c macio: fix possible memory leak by Gonglei · 10 years ago
  7. 6cb577d cuda.c: include adb_poll_timer in VMStateDescription by Mark Cave-Ayland · 10 years ago
  8. 0263592 macio.c: include parent PCIDevice state in VMStateDescription by Mark Cave-Ayland · 10 years ago
  9. 0048fa6 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  10. 1142e45 pc: export applesmc IO port/len by Igor Mammedov · 10 years ago
  11. 8af738b Give ivshmem its own config option by David Gibson · 10 years ago
  12. 9af21db pci: Trivial device model conversions to realize by Markus Armbruster · 10 years ago
  13. b30934c hw: misc, add educational driver by Jiri Slaby · 10 years ago
  14. e720677 vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* by Paolo Bonzini · 10 years ago
  15. cf7087d vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio by Kim Phillips · 10 years ago
  16. c676767 vfio: fix adding memory listener to the right address space by Frank Blaschka · 10 years ago
  17. 385f57c vfio: migration to trace points by Eric Auger · 10 years ago
  18. 9fc0e2d vfio: use kvm_resamplefds_enabled() by Eric Auger · 10 years ago
  19. dbc464d ivshmem: use error_report by Andrew Jones · 10 years ago
  20. 3a31cff ivshmem: Fix fd leak on error by Andreas Färber · 10 years ago
  21. 34bc07c ivshmem: Fix potential OOB r/w access by Sebastian Krahmer · 10 years ago
  22. 363ba1c ivshmem: validate incoming_posn value from server by Stefan Hajnoczi · 10 years ago
  23. a2e9011 ivshmem: Check ivshmem_read() size argument by Stefan Hajnoczi · 10 years ago
  24. e4dc3f5 Add skip_dump flag to ignore memory region during dump by Nikunj A Dadhania · 10 years ago
  25. 635117e omap_gpmc.c: Remove duplicate assignment by Dr. David Alan Gilbert · 10 years ago
  26. d749e10 bootindex: move calling add_boot_device_patch to bootindex setter function by Gonglei · 10 years ago
  27. abc5b3b vfio: remove bootindex property from qdev to qom by Gonglei · 10 years ago
  28. 75bd0c7 vfio: make rom read endian sensitive by Nikunj A Dadhania · 10 years ago
  29. 6758008 Revert "vfio: Make BARs native endian" by Alexey Kardashevskiy · 10 years ago
  30. b981289 PPC: Cuda: Use cuda timer to expose tbfreq to guest by Alexander Graf · 11 years ago
  31. d696760 PPC: mac99: Fix core99 timer frequency by Alexander Graf · 11 years ago
  32. fe08275 vfio: Enable NVIDIA 88000 region quirk regardless of VGA by Alex Williamson · 10 years ago
  33. 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  34. 469b046 memory: remove memory_region_destroy by Paolo Bonzini · 11 years ago
  35. d8d9581 memory: convert memory_region_destroy to object_unparent by Paolo Bonzini · 11 years ago
  36. 142f4ac Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' into staging by Peter Maydell · 11 years ago
  37. 5edbdbc ivshmem: check the value returned by fstat() by zhanghailiang · 11 years ago
  38. 7f9efb6 ivshmem: fix building when debug mode is enabled by Levente Kurusa · 11 years ago
  39. 9b3af4c vfio: Don't cache MSIMessage by Alex Williamson · 11 years ago
  40. c048be5 vfio: Fix MSI-X vector expansion by Alex Williamson · 11 years ago
  41. ef493d5 hw/misc/imx_ccm.c: Add missing VMState list terminator by Peter Maydell · 11 years ago
  42. 27e2778 sPAPR/IOMMU: Fix TCE entry permission by Gavin Shan · 11 years ago
  43. f3c7d03 hw: Fix qemu_allocate_irqs() leaks by Andreas Färber · 11 years ago
  44. ba29776 vfio: use correct runstate by Paolo Bonzini · 11 years ago
  45. c407081 vfio: Make BARs native endian by Alexey Kardashevskiy · 11 years ago
  46. f4d45d4 vfio-pci: Fix MSI-X masking performance by Alex Williamson · 11 years ago
  47. 9035f8c vfio-pci: Fix MSI/X debug code by Alex Williamson · 11 years ago
  48. 5918126 vfio: Enable for SPAPR by Alexey Kardashevskiy · 11 years ago
  49. 6d8be4c vfio: Add vfio_container_ioctl() by Alexey Kardashevskiy · 11 years ago
  50. 3a44969 qapi event: convert GUEST_PANICKED by Wenchao Xia · 11 years ago
  51. 9397a7c macio: Fix timer endianness by Alexander Graf · 11 years ago
  52. 3e300fa macio ide: Do remainder access asynchronously by Alexander Graf · 11 years ago
  53. 5e70018 vfio: Add guest side IOMMU support by David Gibson · 11 years ago
  54. 0688448 vfio: Create VFIOAddressSpace objects as needed by David Gibson · 11 years ago
  55. 3df3e0a vfio: Introduce VFIO address spaces by David Gibson · 11 years ago
  56. 279a35a vfio: Rework to have error paths by Alexey Kardashevskiy · 11 years ago
  57. 7532d3c vfio: Fix 128 bit handling by Alexey Kardashevskiy · 11 years ago
  58. 4cb47d2 vfio-pci: Quirk RTL8168 NIC by Alex Williamson · 11 years ago
  59. 25156d1 lm32: remove lm32_sys by Michael Walle · 11 years ago
  60. 895527e Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' into staging by Peter Maydell · 11 years ago
  61. 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
  62. 89f26e6 hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFO by Peter Maydell · 11 years ago
  63. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  64. 65cd906 qom: Clean up fragile use of error_is_set() in set() methods by Markus Armbruster · 11 years ago
  65. f231b88 qerror.h: Remove QERR defines that are only used once by Cole Robinson · 11 years ago
  66. 6954a1c misc: zynq_slcr: Make DB_PRINTs always compile by Peter Crosthwaite · 11 years ago
  67. 15e3611 misc: zynq_slcr: Convert SBD::init to object init by Peter Crosthwaite · 11 years ago
  68. db302f8 misc: zynq-slcr: Rewrite by Peter Crosthwaite · 11 years ago
  69. efdf6a5 tmp105: Read temperature in milli-celsius by Paolo Bonzini · 11 years ago
  70. 4e505dd vfio: Cosmetic error reporting fixes by Alex Williamson · 11 years ago
  71. db01eed vfio: Correction in vfio_rom_read when attempting rom loading by Bandan Das · 11 years ago
  72. 7c77b65 misc/max111x: QOM casting sweep by Peter Crosthwaite · 11 years ago
  73. 5ef4a1c misc/max111x: Create abstract max111x type by Peter Crosthwaite · 11 years ago
  74. 1a7d9ee ssi: Convert legacy SSI_SLAVE -> DEVICE casts by Peter Crosthwaite · 11 years ago
  75. 73795ce Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140226.0' into staging by Peter Maydell · 11 years ago
  76. 4b94302 vfio: blacklist loading of unstable roms by Bandan Das · 11 years ago
  77. 13665a2 vfio: Fix overrun after readlink() fills buffer completely by Markus Armbruster · 11 years ago
  78. ec1efab hw/misc/arm_sysctl: Fix bad boundary check on mb clock accesses by Peter Maydell · 11 years ago
  79. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  80. 8fa7574 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208' into staging by Peter Maydell · 11 years ago
  81. 69991d7 arm/zynq: Add software system reset via SCLR by Sebastian Huber · 11 years ago
  82. 8c5edce lm32_sys: dump cpu state if test case fails by Michael Walle · 11 years ago
  83. 9a59e6e lm32_sys: print test result on stderr by Michael Walle · 11 years ago
  84. e67b3ca lm32_sys: increase test case name length limit by Michael Walle · 12 years ago
  85. 850bbe1 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-20140128.0' into staging by Peter Maydell · 11 years ago
  86. 8b6d140 vfio: correct debug macro typo by Bandan Das · 11 years ago
  87. 15bce1b Add DSDT node for AppleSMC by Gabriel L. Somlo · 11 years ago
  88. 8d7b5a1 vfio: fix mapping of MSIX bar by Alexey Kardashevskiy · 11 years ago
  89. 87ca1f7 vfio-pci: Fail initfn on DMA mapping errors by Alex Williamson · 11 years ago
  90. d3a2fd9 vfio: Filter out bogus mappings by Alex Williamson · 11 years ago
  91. e638073 vfio: Do not reattempt a failed rom read by Bandan Das · 11 years ago
  92. d20b43d vfio: warn if host device rom can't be read by Bandan Das · 11 years ago
  93. 7c4228b vfio: Destroy memory regions by Alex Williamson · 11 years ago
  94. c06f13c Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging by Anthony Liguori · 11 years ago
  95. c46b07f exynos4210: Use macro ARRAY_SIZE where possible by Stefan Weil · 11 years ago
  96. f3b1764 isa: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  97. 837d371 sysbus: Set cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  98. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  99. 3e40ba0 vfio-pci: Release all MSI-X vectors when disabled by Alex Williamson · 11 years ago
  100. b3ebc10 vfio-pci: Add debug config options to disable MSI/X KVM support by Alex Williamson · 11 years ago