1. e40c5b6 memory-device: forward errors in get_region_size()/get_plugged_size() by David Hildenbrand · 6 years ago
  2. fd3416f pc-dimm: pass PCDIMMDevice to pc_dimm_.*plug by David Hildenbrand · 6 years ago
  3. 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
  4. c3b8e3e vfio: Clean up error reporting after previous commit by Markus Armbruster · 6 years ago
  5. e1eb292 vfio: Use warn_report() & friends to report warnings by Markus Armbruster · 6 years ago
  6. 76036a5 hyperv: process POST_MESSAGE hypercall by Roman Kagan · 6 years ago
  7. e6ea9f4 hyperv: process SIGNAL_EVENT hypercall by Roman Kagan · 6 years ago
  8. f5642f8 hyperv: add synic event flag signaling by Roman Kagan · 6 years ago
  9. 4cbaf3c hyperv: add synic message delivery by Roman Kagan · 6 years ago
  10. 9b4cf10 hyperv: only add SynIC in compatible configurations by Roman Kagan · 6 years ago
  11. 606c34b hyperv: qom-ify SynIC by Roman Kagan · 6 years ago
  12. 701189e hyperv: factor out arch-independent API into hw/hyperv by Roman Kagan · 6 years ago
  13. 5116122 hyperv: split hyperv-proto.h into x86 and arch-independent parts by Roman Kagan · 6 years ago
  14. 8b5e6ca call HotplugHandler->plug() as the last step in device realization by Igor Mammedov · 6 years ago
  15. 84aec8e net: cadence_gem: Add support for selecting the DMA MemoryRegion by Edgar E. Iglesias · 6 years ago
  16. e48fdd9 net: cadence_gem: Add support for extended descriptors by Edgar E. Iglesias · 6 years ago
  17. 8568313 net: cadence_gem: Add macro with max number of descriptor words by Edgar E. Iglesias · 6 years ago
  18. f023618 net: cadence_gem: Use uint32_t for 32bit descriptor words by Edgar E. Iglesias · 6 years ago
  19. a49531e vfio/platform: Make the vfio-platform device non-abstract by Eric Auger · 6 years ago
  20. b290659 hw/vfio/display: add ramfb support by Gerd Hoffmann · 6 years ago
  21. 715eb05 i2c: switch ddc to use the new edid generator by Gerd Hoffmann · 6 years ago
  22. 2fe2942 s390x/vfio: ap: Introduce VFIO AP device by Tony Krowiak · 6 years ago
  23. a51b315 s390x/ap: base Adjunct Processor (AP) object model by Tony Krowiak · 6 years ago
  24. e2e3436 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181005-pull-request' into staging by Peter Maydell · 6 years ago
  25. edbc4b2 edid: fix vendor default by Gerd Hoffmann · 6 years ago
  26. 28221f9 s390x: Fence huge pages prior to 3.1 by Janosch Frank · 6 years ago
  27. cb89b34 hw/s390x/ioinst: Fix alignment problem in struct SubchDev by Thomas Huth · 6 years ago
  28. 729315e hw/s390x/css: Remove QEMU_PACKED from struct SenseId by Thomas Huth · 6 years ago
  29. f3839fd change get_image_size return type to int64_t by Li Zhijian · 6 years ago
  30. cc28dce Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180927-pull-request' into staging by Peter Maydell · 6 years ago
  31. 06510b8 display/edid: add DEFINE_EDID_PROPERTIES by Gerd Hoffmann · 6 years ago
  32. 97917e9 display/edid: add region helper. by Gerd Hoffmann · 6 years ago
  33. e7992fc display/edid: add qemu_edid_size() by Gerd Hoffmann · 6 years ago
  34. 72d277a display/edid: add edid generator to qemu. by Gerd Hoffmann · 6 years ago
  35. 6038f98 hw/qdev-core: Fix description of instance_init by Thomas Huth · 6 years ago
  36. fca9ca1 hw/arm/aspeed: Add an Aspeed machine class by Cédric Le Goater · 6 years ago
  37. 03f1d72 aspeed/timer: fix compile breakage with clang 3.4.2 by Cédric Le Goater · 6 years ago
  38. 48314d8 hw/intc/arm_gic: Document QEMU interface by Peter Maydell · 6 years ago
  39. 673b2d4 arm: Add Nordic Semiconductor nRF51 SoC by Joel Stanley · 6 years ago
  40. 506e4a0 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into staging by Peter Maydell · 6 years ago
  41. e090a05 scsi: remove unused lsi53c895a_create() and lsi53c810_create() functions by Mark Cave-Ayland · 6 years ago
  42. f74a4f3 scsi: add lsi53c8xx_handle_legacy_cmdline() function by Mark Cave-Ayland · 6 years ago
  43. 0976efd spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dt by Cédric Le Goater · 6 years ago
  44. ae83740 spapr: increase the size of the IRQ number space by Cédric Le Goater · 6 years ago
  45. e39de89 spapr: introduce a spapr_irq class 'nr_msis' attribute by Cédric Le Goater · 6 years ago
  46. 7c823bc Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  47. 9c36281 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into staging by Peter Maydell · 6 years ago
  48. ee4402e Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-20180905' into staging by Peter Maydell · 6 years ago
  49. 9e89939 hw/pci: factor PCI reserve resources to a separate structure by Jing Liu · 6 years ago
  50. d78940e RISC-V: Use atomic_cmpxchg to update PLIC bitmaps by Michael Clark · 7 years ago
  51. 3bb68f7 virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions by Gerd Hoffmann · 6 years ago
  52. 161f4c4 Revert "virtio-gpu: fix crashes upon warm reboot with vga mode" by Gerd Hoffmann · 6 years ago
  53. 43e4dbe virtio-vga: fix reset by Gerd Hoffmann · 6 years ago
  54. 03756c8 uninorth: add ofw-addr property to allow correct fw path generation by Mark Cave-Ayland · 6 years ago
  55. 5c8e3d1 macio: add addr property to macio IDE object by Mark Cave-Ayland · 6 years ago
  56. bf31c56 macio: add macio bus to help with fw path generation by Mark Cave-Ayland · 6 years ago
  57. 9b164a4 macio: move MACIOIDEState type declarations to macio.h by Mark Cave-Ayland · 6 years ago
  58. 56f2604 elf: On elf loading, treat both EM_MIPS and EM_NANOMIPS as legal for MIPS by Aleksandar Rikalo · 7 years ago
  59. 1dfb85a Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into staging by Peter Maydell · 6 years ago
  60. f8add62 hw/display/bcm2835_fb: Validate config settings by Peter Maydell · 6 years ago
  61. 01f18af hw/display/bcm2835_fb: Fix handling of virtual framebuffer by Peter Maydell · 6 years ago
  62. 9a1f03f hw/display/bcm2835_fb: Abstract out calculation of pitch, size by Peter Maydell · 6 years ago
  63. 9e2938a hw/display/bcm2835_fb: Reset resolution, etc correctly by Peter Maydell · 6 years ago
  64. ea662f7 hw/display/bcm2835_fb: Drop unused size and pitch fields by Peter Maydell · 6 years ago
  65. 193100b hw/misc/bcm2835_property: Track fb settings using BCM2835FBConfig by Peter Maydell · 6 years ago
  66. a02755e hw/misc/bcm2835_fb: Move config fields to their own struct by Peter Maydell · 6 years ago
  67. 1d52866 hw/ssi/pl022: Allow use as embedded-struct device by Peter Maydell · 6 years ago
  68. 132b475 hw/arm/iotkit: Wire up the lines for MSCs by Peter Maydell · 6 years ago
  69. 81a75de hw/misc/iotkit-secctl: Wire up registers for controlling MSCs by Peter Maydell · 6 years ago
  70. 211e701 hw/misc/tz-msc: Model TrustZone Master Security Controller by Peter Maydell · 6 years ago
  71. 06e65af hw/misc/iotkit: Wire up the sysctl and sysinfo register blocks by Peter Maydell · 6 years ago
  72. c667a25 hw/misc/iotkit-sysinfo: Implement IoTKit system information block by Peter Maydell · 6 years ago
  73. 75750e4 hw/misc/iotkit-sysctl: Implement IoTKit system control element by Peter Maydell · 6 years ago
  74. e2d203b hw/arm/iotkit: Wire up the S32KTIMER by Peter Maydell · 6 years ago
  75. d61e4e1 hw/arm/iotkit: Wire up the watchdogs by Peter Maydell · 6 years ago
  76. 017d069 hw/arm/iotkit: Wire up the dualtimer by Peter Maydell · 6 years ago
  77. 4f4c620 hw/timer/cmsdk-apb-dualtimer: Implement CMSDK dual timer module by Peter Maydell · 6 years ago
  78. 9373907 hw/misc/mps2-fpgaio: Implement PSCNTR and COUNTER by Peter Maydell · 6 years ago
  79. a1982f9 hw/misc/mps2-fpgaio: Implement 1Hz and 100Hz counters by Peter Maydell · 6 years ago
  80. 3c825bb Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  81. 45726b6 i2c: pm_smbus: Add the ability to force block transfer enable by Corey Minyard · 6 years ago
  82. e724385 i2c: pm_smbus: Add interrupt handling by Corey Minyard · 6 years ago
  83. 38ad4fae i2c: pm_smbus: Add block transfer capability by Corey Minyard · 6 years ago
  84. 4b615be i2c: pm_smbus: Fix the semantics of block I2C transfers by Corey Minyard · 6 years ago
  85. b0e6244 pc-dimm: assign and verify the "addr" property during pre_plug by David Hildenbrand · 7 years ago
  86. 8f1ffe5 pc-dimm: assign and verify the "slot" property during pre_plug by David Hildenbrand · 7 years ago
  87. eb5757f vhost-user-scsi: move host_features into VHostSCSICommon by Greg Edwards · 7 years ago
  88. 5be5df7 fw_cfg: import & use linux/qemu_fw_cfg.h by Marc-André Lureau · 6 years ago
  89. c0b5be5 check: Only test pvpanic when it is compiled in by Juan Quintela · 7 years ago
  90. ef01ed9 spapr: introduce a IRQ controller backend to the machine by Cédric Le Goater · 7 years ago
  91. 82cffa2 spapr: introduce a fixed IRQ number space by Cédric Le Goater · 7 years ago
  92. 71c55a1 xics: don't include "target/ppc/cpu-qom.h" in "hw/ppc/xics.h" by Greg Kurz · 7 years ago
  93. c26bc18 vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pages by Alexey Kardashevskiy · 7 years ago
  94. d0092d9 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into staging by Peter Maydell · 6 years ago
  95. 36699ab s390x: remove 's390-squash-mcss' option by Cornelia Huck · 7 years ago
  96. 9ca056d s390x: introduce 3.1 compat machine by Cornelia Huck · 7 years ago
  97. 112a829 hw/dma/pl080: Don't use CPU address space for DMA accesses by Peter Maydell · 6 years ago
  98. 6d0ed6b hw/dma/pl080: Support all three interrupt lines by Peter Maydell · 6 years ago
  99. aa74e35 hw/dma/pl080: Allow use as embedded-struct device by Peter Maydell · 6 years ago
  100. 050c2ea hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module by Peter Maydell · 6 years ago