1. 866ba83 Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-25' into staging by Peter Maydell · 6 years ago
  2. 6871a0d qdev: fix a typo in comment by Li Qiang · 7 years ago
  3. 91c082a hw/core/machine: Officially deprecate the enforce-config-section parameter by Thomas Huth · 6 years ago
  4. 0a736f7 Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20180925' into staging by Peter Maydell · 6 years ago
  5. b3d6b8f aspeed/smc: fix some alignment issues by Cédric Le Goater · 6 years ago
  6. fca9ca1 hw/arm/aspeed: Add an Aspeed machine class by Cédric Le Goater · 6 years ago
  7. 3d9bada hw/arm/aspeed: change the FMC flash model of the AST2500 evb by Cédric Le Goater · 6 years ago
  8. 03f1d72 aspeed/timer: fix compile breakage with clang 3.4.2 by Cédric Le Goater · 6 years ago
  9. 3e1dd45 hw/timer/cmsdk-apb-dualtimer: Add missing 'break' statements by Peter Maydell · 6 years ago
  10. b187e20 hw/net/pcnet-pci: Unify pcnet_ioport_read/write and pcnet_mmio_read/write by Peter Maydell · 6 years ago
  11. 5d026de hw/net/pcnet-pci: Convert away from old_mmio accessors by Peter Maydell · 6 years ago
  12. b6e6c65 hw/intc/arm_gic: Drop GIC_BASE_IRQ macro by Peter Maydell · 6 years ago
  13. 9f4d2a1 hw/arm/smmuv3: fix eventq recording and IRQ triggerring by Eric Auger · 6 years ago
  14. 5383a70 qmp, hmp: add PCI subsystem id and vendor id to PCI info by Denis V. Lunev · 6 years ago
  15. 6ce9297 hw/arm/smmu-common: Fix the name of the iommu memory regions by Eric Auger · 6 years ago
  16. bb626e5 aspeed/i2c: Fix receive done interrupt handling by Guenter Roeck · 6 years ago
  17. 7bd9c60 aspeed/i2c: Handle receive command in separate function by Guenter Roeck · 6 years ago
  18. 5540cb9 aspeed/i2c: interrupts should be cleared by software only by Cédric Le Goater · 6 years ago
  19. b148ed4 arm: Add BBC micro:bit machine by Joel Stanley · 6 years ago
  20. 673b2d4 arm: Add Nordic Semiconductor nRF51 SoC by Joel Stanley · 6 years ago
  21. 66c353c hw/arm/virt-acpi-build: Add a check for memory-less NUMA nodes by Shannon Zhao · 6 years ago
  22. 5561adf hw/arm/exynos4210: fix Exynos4210 UART support by Bartlomiej Zolnierkiewicz · 6 years ago
  23. 506e4a0 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180925' into staging by Peter Maydell · 6 years ago
  24. 2f831d0 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-09-24' into staging by Peter Maydell · 6 years ago
  25. 5b9000b Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-20180914' into staging by Peter Maydell · 6 years ago
  26. 0358687 40p: add fixed IRQ routing for LSI SCSI device by Mark Cave-Ayland · 6 years ago
  27. 3cc1b9c lsi53c895a: add optional external IRQ via qdev by Mark Cave-Ayland · 6 years ago
  28. e090a05 scsi: remove unused lsi53c895a_create() and lsi53c810_create() functions by Mark Cave-Ayland · 6 years ago
  29. 877eb21 scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline() by Mark Cave-Ayland · 6 years ago
  30. f74a4f3 scsi: add lsi53c8xx_handle_legacy_cmdline() function by Mark Cave-Ayland · 6 years ago
  31. f3a6005 sm501: Adjust endianness of pixel value in rectangle fill by Marcus Comstedt · 6 years ago
  32. 0976efd spapr_pci: add an extra 'nr_msis' argument to spapr_populate_pci_dt by Cédric Le Goater · 7 years ago
  33. ae83740 spapr: increase the size of the IRQ number space by Cédric Le Goater · 7 years ago
  34. e39de89 spapr: introduce a spapr_irq class 'nr_msis' attribute by Cédric Le Goater · 7 years ago
  35. f40b83a 40p: use OR gate to wire up raven PCI interrupts by Mark Cave-Ayland · 7 years ago
  36. 55a2290 raven: some minor IRQ-related tidy-ups by Mark Cave-Ayland · 7 years ago
  37. 8e93b2c hw/ppc: on 40p machine, change default firmware to OpenBIOS by Hervé Poussineau · 7 years ago
  38. 7c823bc Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  39. 9c36281 Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into staging by Peter Maydell · 6 years ago
  40. ee4402e Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pullreq-20180905' into staging by Peter Maydell · 6 years ago
  41. d5a5157 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180903-pull-request' into staging by Peter Maydell · 6 years ago
  42. 371b74e Drop "qemu:" prefix from error_report() arguments by Mao Zhongyi · 6 years ago
  43. c55510b qemu-error: add {error, warn}_report_once_cond by Cornelia Huck · 7 years ago
  44. 2fde22f Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180829' into staging by Peter Maydell · 6 years ago
  45. 0a1d5c4 sun4u: implement custom FWPathProvider by Mark Cave-Ayland · 7 years ago
  46. 09af820 sabre: generate correct fw path for sabre PCI host bridge by Mark Cave-Ayland · 7 years ago
  47. fa4ae4b vhost: fix invalid downcast by Yury Kotov · 7 years ago
  48. c2d2a81 pc: make sure that guest isn't able to unplug the first cpu by Igor Mammedov · 7 years ago
  49. 6755e61 hw/pci: add PCI resource reserve capability to legacy PCI bridge by Jing Liu · 7 years ago
  50. 9e89939 hw/pci: factor PCI reserve resources to a separate structure by Jing Liu · 7 years ago
  51. db812c4 virtio: update MemoryRegionCaches when guest negotiates features by Paolo Bonzini · 7 years ago
  52. dbb6da8 pc: acpi: revert back to 1 SRAT entry for hotpluggable area by Igor Mammedov · 7 years ago
  53. 117caac hw/riscv/spike: Set the soc device tree node as a simple-bus by Alistair Francis · 7 years ago
  54. 53f5450 hw/riscv/virtio: Set the soc device tree node as a simple-bus by Alistair Francis · 7 years ago
  55. a84f717 target/ppc/kvm: set vcpu as online/offline by Nikunj A Dadhania · 7 years ago
  56. d78940e RISC-V: Use atomic_cmpxchg to update PLIC bitmaps by Michael Clark · 7 years ago
  57. 8da132a virtio-gpu: add iommu support by Gerd Hoffmann · 7 years ago
  58. 3bb68f7 virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions by Gerd Hoffmann · 7 years ago
  59. b12a4ef Fix a deadlock case in the CPU hotplug flow by Jose Ricardo Ziviani · 7 years ago
  60. 91155f8 use dpy_gfx_update_full by Gerd Hoffmann · 7 years ago
  61. 161f4c4 Revert "virtio-gpu: fix crashes upon warm reboot with vga mode" by Gerd Hoffmann · 7 years ago
  62. 43e4dbe virtio-vga: fix reset by Gerd Hoffmann · 7 years ago
  63. ecda255 spapr: Correct reference count on spapr-cpu-core by Sam Bobroff · 7 years ago
  64. 5d19be6 mac_newworld: implement custom FWPathProvider by Mark Cave-Ayland · 7 years ago
  65. 03756c8 uninorth: add ofw-addr property to allow correct fw path generation by Mark Cave-Ayland · 7 years ago
  66. bbcc635 mac_oldworld: implement custom FWPathProvider by Mark Cave-Ayland · 7 years ago
  67. ac43eb2 grackle: set device fw_name and address for correct fw path generation by Mark Cave-Ayland · 7 years ago
  68. 5c8e3d1 macio: add addr property to macio IDE object by Mark Cave-Ayland · 7 years ago
  69. bf31c56 macio: add macio bus to help with fw path generation by Mark Cave-Ayland · 7 years ago
  70. 9b164a4 macio: move MACIOIDEState type declarations to macio.h by Mark Cave-Ayland · 7 years ago
  71. 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 7 years ago
  72. 331cf66 hw/s390x: Move virtio-ccw-blk code to a separate file by Thomas Huth · 7 years ago
  73. efbc178 hw/s390x: Move virtio-ccw-net code to a separate file by Thomas Huth · 7 years ago
  74. 90b90a0 hw/s390x: Move virtio-ccw-input code to a separate file by Thomas Huth · 7 years ago
  75. 5c76546 hw/s390x: Move virtio-ccw-gpu code to a separate file by Thomas Huth · 7 years ago
  76. d8d4d62 hw/s390x: Move vhost-vsock-ccw code to a separate file by Thomas Huth · 7 years ago
  77. a8e1b5f hw/s390x: Move virtio-ccw-crypto code to a separate file by Thomas Huth · 7 years ago
  78. 56541db hw/s390x: Move virtio-ccw-9p code to a separate file by Thomas Huth · 7 years ago
  79. dcdc7ad hw/s390x: Move virtio-ccw-rng code to a separate file by Thomas Huth · 7 years ago
  80. e594bfe hw/s390x: Move virtio-ccw-scsi code to a separate file by Thomas Huth · 7 years ago
  81. dcfd828 hw/s390x: Move virtio-ccw-balloon code to a separate file by Thomas Huth · 7 years ago
  82. 901f5f1 hw/s390x: Move virtio-ccw-serial code to a separate file by Thomas Huth · 7 years ago
  83. 2d6ff33 hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize() by Thomas Huth · 7 years ago
  84. bc9b1f1 spapr_pci: fix potential NULL pointer dereference by Greg Kurz · 7 years ago
  85. eceba34 spapr: fix leak of rev array by Emilio G. Cota · 7 years ago
  86. a69dc53 ppc: Remove deprecated ppcemb target by Thomas Huth · 7 years ago
  87. 4e4abd1 intel-iommu: replace more vtd_err_* traces by Peter Xu · 7 years ago
  88. 1376211 intel-iommu: start to use error_report_once by Peter Xu · 7 years ago
  89. 17182bb Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20180823.1' into staging by Peter Maydell · 7 years ago
  90. bf4667d mips_malta: Fix semihosting argument passing for nanoMIPS bare metal by Stefan Markovic · 7 years ago
  91. 28861af mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader by Paul Burton · 7 years ago
  92. ce3940c mips_malta: Add basic nanoMIPS boot code for Malta board by Matthew Fortune · 7 years ago
  93. 1dfb85a Merge remote-tracking branch 'remotes/juanquintela/tags/check/20180822' into staging by Peter Maydell · 7 years ago
  94. 239cb6f hw/arm/mps2: Fix ID register errors on AN511 and AN385 by Peter Maydell · 7 years ago
  95. cfb7ba9 hw/display/bcm2835_fb: Validate bcm2835_fb_mbox_push() config by Peter Maydell · 7 years ago
  96. f8add62 hw/display/bcm2835_fb: Validate config settings by Peter Maydell · 7 years ago
  97. 01f18af hw/display/bcm2835_fb: Fix handling of virtual framebuffer by Peter Maydell · 7 years ago
  98. 9a1f03f hw/display/bcm2835_fb: Abstract out calculation of pitch, size by Peter Maydell · 7 years ago
  99. 9e2938a hw/display/bcm2835_fb: Reset resolution, etc correctly by Peter Maydell · 7 years ago
  100. ea662f7 hw/display/bcm2835_fb: Drop unused size and pitch fields by Peter Maydell · 7 years ago