1. 0a22777 qsp: add sort_by option to qsp_report by Emilio G. Cota · 6 years ago
  2. fe9959a qsp: QEMU's Synchronization Profiler by Emilio G. Cota · 7 years ago
  3. c04649e seqlock: constify seqlock_read_begin by Emilio G. Cota · 6 years ago
  4. 410573a tests/device-introspect: Test with all machines, not only with "none" by Thomas Huth · 6 years ago
  5. d068521 tests/device-introspection: Check that the qom-tree and qtree do not change by Thomas Huth · 6 years ago
  6. 1f4a0d8 tests: Skip old versioned machine types in quick testing mode by Thomas Huth · 6 years ago
  7. 29551fd hw/timer/mc146818rtc: Fix introspection problem by Thomas Huth · 6 years ago
  8. 7cd9681 hw/timer/mc146818rtc: White space clean-up by Thomas Huth · 6 years ago
  9. a3ab1dc net: Silence 'has no peer' messages in testing mode by Thomas Huth · 6 years ago
  10. 880b169 tests/migration-test: Silence the kvm_hv message by default by Thomas Huth · 6 years ago
  11. 98a43bf MAINTAINERS: add maintainers for qtest by Paolo Bonzini · 6 years ago
  12. 48285ba megasas: fix sglist leak by Marc-André Lureau · 6 years ago
  13. 7351681 chardev/char-fe: Fix typos by Julia Suvorova · 6 years ago
  14. 1b0578f qemu-pr-helper: Fix build on CentOS 7 by Murilo Opsfelder Araujo · 6 years ago
  15. 1a5c63c checkpatch: fix filename detection when using -f by Paolo Bonzini · 6 years ago
  16. edd7541 fix "Missing break in switch" coverity reports by Paolo Bonzini · 6 years ago
  17. 154c1d1 es1370: simplify MemoryRegionOps by Paolo Bonzini · 6 years ago
  18. a736d71 scsi: mptsas: Mark as storage device by Guenter Roeck · 6 years ago
  19. 06d09a0 tests: virtio: separate ccw tests from libqos by Paolo Bonzini · 6 years ago
  20. 659b11e Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-request' into staging by Peter Maydell · 6 years ago
  21. 55f4e79 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  22. 90b9508 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc.for-upstream-20180820' into staging by Peter Maydell · 6 years ago
  23. 70c61d4 linux-user: add QEMU_IFLA_INFO_KIND nested type for tun by Laurent Vivier · 6 years ago
  24. 90cce2a linux-user: update netlink route types by Laurent Vivier · 6 years ago
  25. 3c3ab55 linux-user: introduce QEMU_RTA_* to use with rtattr_type_t by Laurent Vivier · 6 years ago
  26. 2a03d3e linux-user: fix recvmsg()/recvfrom() with netlink and MSG_TRUNC by Laurent Vivier · 6 years ago
  27. 8498321 sun4m: don't use legacy fw_cfg_init_mem() function by Mark Cave-Ayland · 6 years ago
  28. 3ac2418 sun4u: ensure kernel_top is always initialised by Mark Cave-Ayland · 6 years ago
  29. d0092d9 Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180820' into staging by Peter Maydell · 6 years ago
  30. 44b69d5 tests/vm: Clean out old working directories on build by Peter Maydell · 6 years ago
  31. c809097 Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging by Peter Maydell · 6 years ago
  32. 62c3484 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180820' into staging by Peter Maydell · 6 years ago
  33. 09c6c75 s390x: Enable KVM huge page backing support by Janosch Frank · 6 years ago
  34. 27e84d4 s390x/kvm: add etoken facility by Christian Borntraeger · 6 years ago
  35. d36f7de linux-headers: update by Cornelia Huck · 6 years ago
  36. c611778 s390x/cpumodel: Add "-cpu max" support by David Hildenbrand · 6 years ago
  37. 36699ab s390x: remove 's390-squash-mcss' option by Cornelia Huck · 6 years ago
  38. a5f9ecc s390x/cpumodel: enum type S390FeatGroup now gets generated by Michael Mueller · 6 years ago
  39. 9ca056d s390x: introduce 3.1 compat machine by Cornelia Huck · 6 years ago
  40. b85fad1 hw/dma/pl080: Remove hw_error() if DMA is enabled by Peter Maydell · 6 years ago
  41. 156448a hw/dma/pl080: Correct bug in register address decode logic by Peter Maydell · 6 years ago
  42. c193304 hw/dma/pl080: Provide device reset function by Peter Maydell · 6 years ago
  43. 112a829 hw/dma/pl080: Don't use CPU address space for DMA accesses by Peter Maydell · 6 years ago
  44. 6d0ed6b hw/dma/pl080: Support all three interrupt lines by Peter Maydell · 6 years ago
  45. aa74e35 hw/dma/pl080: Allow use as embedded-struct device by Peter Maydell · 6 years ago
  46. 514b4f3 nvic: Expose NMI line by Peter Maydell · 6 years ago
  47. 050c2ea hw/watchdog/cmsdk_apb_watchdog: Implement CMSDK APB watchdog module by Peter Maydell · 6 years ago
  48. 62b9cf0 hw/timer/m48t59: Move away from old_mmio accessors by Peter Maydell · 6 years ago
  49. 3eff40d hw/misc: Remove mmio_interface device by Peter Maydell · 6 years ago
  50. 8c1c245 memory: Remove MMIO request_ptr APIs by Peter Maydell · 6 years ago
  51. 5321fa6 hw/ssi/xilinx_spips: Remove unneeded MMIO request_ptr code by Peter Maydell · 6 years ago
  52. 6bfd06d sdhci: add i.MX SD Stable Clock bit by Hans-Erik Floryd · 6 years ago
  53. 22907d2 hw/arm/virt: Add virt-3.1 machine type by Andrew Jones · 6 years ago
  54. 55c544e target/arm: Implement AArch32 ERET instruction by Peter Maydell · 6 years ago
  55. aec4dd0 target/arm: Permit accesses to ELR_Hyp from Hyp mode via MSR/MRS (banked) by Peter Maydell · 6 years ago
  56. 68e78e3 target/arm: Implement ESR_EL2/HSR for AArch32 and no-EL2 by Peter Maydell · 6 years ago
  57. cba517c target/arm: Implement AArch32 Hyp FARs by Peter Maydell · 6 years ago
  58. d79e0c0 target/arm: Implement AArch32 HVBAR by Peter Maydell · 6 years ago
  59. b5ede85 target/arm: Add missing .cp = 15 to HMAIR1 and HAMAIR1 regdefs by Peter Maydell · 6 years ago
  60. 55b53c7 target/arm: Correct typo in HAMAIR1 regdef name by Peter Maydell · 6 years ago
  61. 3c54cf7 imx_serial: Generate interrupt on receive data ready if enabled by Hans-Erik Floryd · 6 years ago
  62. 84be3ef hw/intc/arm_gicv3_its: downgrade error_report to warn_report in kvm_arm_its_reset by Jia He · 6 years ago
  63. 67c791f docs/generic-loader: mention U-Boot and Intel HEX executable formats by Stefan Hajnoczi · 6 years ago
  64. c2d9644 target/arm: Fix crash on conditional instruction in an IT block by Roman Kapl · 6 years ago
  65. 627fce6 tests/boot-serial-test: Bump timeout to 6 minutes by Peter Maydell · 6 years ago
  66. adaec19 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 6 years ago
  67. 5b38d02 sh4: fix use_icount with linux-user by Laurent Vivier · 6 years ago
  68. 21ab34c config: split PVRDMA from RDMA by Marcel Apfelbaum · 6 years ago
  69. 72221d0 hw/pvrdma: remove not needed include by Marcel Apfelbaum · 6 years ago
  70. 430e440 hw/rdma: Add reference to pci_dev in backend_dev by Yuval Shaia · 6 years ago
  71. 7d2ce4b hw/rdma: Bugfix - Support non-aligned buffers by Yuval Shaia · 6 years ago
  72. abc665a hw/rdma: Print backend QP number in hex format by Yuval Shaia · 6 years ago
  73. 292dce6 hw/rdma: Cosmetic change - move to generic function by Yuval Shaia · 6 years ago
  74. 67b32fe hw/pvrdma: Cosmetic change - indent right by Yuval Shaia · 6 years ago
  75. 7131c4b hw/rdma: Reorder resource cleanup by Yuval Shaia · 6 years ago
  76. 4c408c9 hw/rdma: Do not allocate memory for non-dma MR by Yuval Shaia · 6 years ago
  77. 7f99daa hw/rdma: Delete useless structure RdmaRmUserMR by Yuval Shaia · 6 years ago
  78. 6e7dba2 hw/pvrdma: Make default pkey 0xFFFF by Yuval Shaia · 6 years ago
  79. eca0f2a hw/pvrdma: Clean CQE before use by Yuval Shaia · 6 years ago
  80. ef846e0 hw/rdma: Modify debug macros by Yuval Shaia · 6 years ago
  81. b462a13 hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp by Yuval Shaia · 6 years ago
  82. 7515222 hw/rdma: Make distinction between device init and start modes by Yuval Shaia · 6 years ago
  83. a544c91 Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180817.0' into staging by Peter Maydell · 6 years ago
  84. 238e917 vfio/ccw/pci: Allow devices to opt-in for ballooning by Alex Williamson · 6 years ago
  85. c65ee43 vfio: Inhibit ballooning based on group attachment to a container by Alex Williamson · 6 years ago
  86. f594894 kvm: Use inhibit to prevent ballooning without synchronous mmu by Alex Williamson · 6 years ago
  87. 01ccbec balloon: Allow multiple inhibit users by Alex Williamson · 6 years ago
  88. 3e23de1 linux-user: fix 32bit g2h()/h2g() by Laurent Vivier · 6 years ago
  89. b8dbfc9 qemu-binfmt-conf.sh: add x86_64 target by Laurent Vivier · 6 years ago
  90. 0abaa41 Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging by Peter Maydell · 6 years ago
  91. 907aac2 fw_cfg: ignore suffixes in the bootdevice list dependent on machine class by Mark Cave-Ayland · 6 years ago
  92. be64d77 sysbus: always allow explicit_ofw_unit_address() to override address generation by Mark Cave-Ayland · 6 years ago
  93. 3aeaac8 machine: Fix coding style at machine_run_board_init() by Dou Liyang · 7 years ago
  94. b8f7ff1 Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-aug-2018' into staging by Peter Maydell · 6 years ago
  95. 8639c5c qemu-doc: Amend MIPS-related items by Aleksandar Markovic · 6 years ago
  96. 4f7f892 linux-user: Add preprocessor availability control to some syscalls by Aleksandar Rikalo · 6 years ago
  97. 977324a linux-user: Update MIPS syscall numbers up to kernel 4.18 headers by Aleksandar Markovic · 6 years ago
  98. c20eafa elf: Add ELF flags for MIPS machine variants by Aleksandar Markovic · 6 years ago
  99. c19fd07 elf: Remove duplicate preprocessor constant definition by Aleksandar Markovic · 6 years ago
  100. 59488dd target/mips: Check ELPA flag only in some cases of MFHC0 and MTHC0 by Yongbok Kim · 6 years ago