1. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  2. a062859 machine: Refactor smp-related call chains to pass MachineState by Like Xu · 6 years ago
  3. edeeec9 hw/boards: Add struct CpuTopology to MachineState by Like Xu · 6 years ago
  4. d2c5f91 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging by Peter Maydell · 6 years ago
  5. dba519a Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190705-pull-request' into staging by Peter Maydell · 6 years ago
  6. 0050f99 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-050719-3' into staging by Peter Maydell · 6 years ago
  7. c35d17c Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
  8. 146dd32 ati-vga: Fix setting offset together with pitch for r128pro by BALATON Zoltan · 6 years ago
  9. 584acf3 ati-vga: Fix reverse bit blts by BALATON Zoltan · 6 years ago
  10. a381274 ati-vga: Fix frame buffer endianness for big endian target by BALATON Zoltan · 6 years ago
  11. c799d2e ati-vga: Improve readability of ati_2d_blt function by BALATON Zoltan · 6 years ago
  12. 3ef4dff docs: avoid vhost-user-net specifics in multiqueue section by Stefan Hajnoczi · 6 years ago
  13. ea1b802 libvhost-user: implement VHOST_USER_PROTOCOL_F_MQ by Stefan Hajnoczi · 6 years ago
  14. 6f5fd83 libvhost-user: support many virtqueues by Stefan Hajnoczi · 6 years ago
  15. db68f4f libvhost-user: add vmsg_set_reply_u64() helper by Stefan Hajnoczi · 6 years ago
  16. 457cfccc pc: Move compat_apic_id_mode variable to PCMachineClass by Eduardo Habkost · 6 years ago
  17. 4c5cf37 virtio: Don't change "started" flag on virtio_vmstate_change() by Xie Yongji · 6 years ago
  18. 8b04e2c virtio: Make sure we get correct state of device on handle_aio_output() by Xie Yongji · 6 years ago
  19. 868a8f4 virtio: Set "start_on_kick" on virtio_set_features() by Xie Yongji · 6 years ago
  20. 7abccd0 virtio: Set "start_on_kick" for legacy devices by Xie Yongji · 6 years ago
  21. e57f2c3 virtio: add "use-started" property by Xie Yongji · 6 years ago
  22. 683c1d8 virtio-pci: fix missing device properties by Marc-André Lureau · 6 years ago
  23. a0a4981 pc: Support for virtio-pmem-pci by David Hildenbrand · 6 years ago
  24. cae02c3 numa: Handle virtio-pmem in NUMA stats by David Hildenbrand · 6 years ago
  25. d766b22 hmp: Handle virtio-pmem when printing memory device infos by David Hildenbrand · 6 years ago
  26. adf0748 virtio-pci: Proxy for virtio-pmem by Pankaj Gupta · 6 years ago
  27. 9f583bd virtio-pmem: sync linux headers by Pankaj Gupta · 6 years ago
  28. 1f4abd8 migration: move port_attr inside CONFIG_LINUX by Alex Bennée · 6 years ago
  29. 4cdf03e target/i386: fix feature check in hyperv-stub.c by Alex Bennée · 6 years ago
  30. 4f2f627 Makefile: Rename the 'vm-test' target as 'vm-help' by Philippe Mathieu-Daudé · 6 years ago
  31. 71451cf .travis.yml: force a brew update for MacOS builds by Alex Bennée · 6 years ago
  32. c3c1874 .travis.yml: default the --disable-system build to --static by Alex Bennée · 6 years ago
  33. c9b423d tests/vm: ubuntu.i386: apt proxy setup by Gerd Hoffmann · 6 years ago
  34. 60136e0 tests/vm: fedora autoinstall, using serial console by Gerd Hoffmann · 6 years ago
  35. 918fb8f tests/vm: freebsd autoinstall, using serial console by Gerd Hoffmann · 6 years ago
  36. 12745ea tests/vm: openbsd autoinstall, using serial console by Gerd Hoffmann · 6 years ago
  37. 8dd3833 tests/vm: serial console support helpers by Gerd Hoffmann · 6 years ago
  38. b1210f0 tests/vm: add vm-boot-{ssh,serial}-<guest> targets by Gerd Hoffmann · 6 years ago
  39. b3f94b2 tests/vm: proper guest shutdown by Gerd Hoffmann · 6 years ago
  40. 7f71d50 tests/vm: run test builds on snapshot by Gerd Hoffmann · 6 years ago
  41. 796471e tests/vm: use ssh with pty unconditionally by Gerd Hoffmann · 6 years ago
  42. b08ba16 tests/vm: send proxy environment variables over ssh by Gerd Hoffmann · 6 years ago
  43. 95c44c2 tests/vm: add source repos on ubuntu.i386 by Cleber Rosa · 6 years ago
  44. 40309ab tests/vm: pin ubuntu.i386 image by Cleber Rosa · 6 years ago
  45. fcd2060 tests/vm: avoid image presence check and removal by Cleber Rosa · 6 years ago
  46. 676d1f3 tests/vm: avoid extra compressed image copy by Cleber Rosa · 6 years ago
  47. 57dfc2c Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190704-1' into staging by Peter Maydell · 6 years ago
  48. 89a11ff target/arm: Correct VMOV_imm_dp handling of short vectors by Peter Maydell · 6 years ago
  49. 5529de1 target/arm: Execute Thumb instructions when their condbits are 0xf by Peter Maydell · 6 years ago
  50. 9bed521 hw/timer/armv7m_systick: Forbid non-privileged accesses by Peter Maydell · 6 years ago
  51. 2884fbb target/arm: Use _ra versions of cpu_stl_data() in v7M helpers by Peter Maydell · 6 years ago
  52. be32116 target/arm: v8M: Check state of exception being returned from by Peter Maydell · 6 years ago
  53. 077d744 arm v8M: Forcibly clear negative-priority exceptions on deactivate by Peter Maydell · 6 years ago
  54. 7aab5a8 target/arm/helper: Move M profile routines to m_helper.c by Philippe Mathieu-Daudé · 6 years ago
  55. 91f78c5 target/arm: Restrict semi-hosting to TCG by Philippe Mathieu-Daudé · 6 years ago
  56. 9dd5cca target/arm: Move debug routines to debug_helper.c by Philippe Mathieu-Daudé · 6 years ago
  57. c3e1d83 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190704-pull-request' into staging by Peter Maydell · 6 years ago
  58. 234e256 Merge remote-tracking branch 'remotes/armbru/tags/pull-build-2019-07-02-v2' into staging by Peter Maydell · 6 years ago
  59. be8bf83 Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190703-pull-request' into staging by Peter Maydell · 6 years ago
  60. 5c6a9db Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20190702.0' into staging by Peter Maydell · 6 years ago
  61. 3eb98f7 Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging by Peter Maydell · 6 years ago
  62. aff8cee Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3' into staging by Peter Maydell · 6 years ago
  63. b2e1bc5 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190702' into staging by Peter Maydell · 6 years ago
  64. f0577c6 Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190703-pull-request' into staging by Peter Maydell · 6 years ago
  65. c204e34 Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' into staging by Peter Maydell · 6 years ago
  66. 2b40d23 Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-request' into staging by Peter Maydell · 6 years ago
  67. 2cd925d docs/devel/testing: Fix typo in dockerfile path by Liam Merwick · 6 years ago
  68. a2230bd VirtIO-RNG: Update default entropy source to `/dev/urandom` by Kashyap Chamarthy · 6 years ago
  69. 1338a4b Makefile: Reuse all's recursion machinery for clean and install by Markus Armbruster · 6 years ago
  70. 3b8593e Makefile: Rename targets for make recursion by Markus Armbruster · 6 years ago
  71. 5b8541c console: fix cell overflow by Gerd Hoffmann · 6 years ago
  72. 0a87fd6 Add ati vgabios to INSTALL_BLOBS. by Gerd Hoffmann · 6 years ago
  73. 4174292 hw/i2c/bitbang_i2c: Use in-place rather than malloc'd bitbang_i2c_interface struct by Peter Maydell · 6 years ago
  74. b0ee78f virtio-gpu: check if the resource already exists in virtio_gpu_load() by Li Qiang · 6 years ago
  75. a7f85e0 virtio-gpu: fix unmap in error path by Gerd Hoffmann · 6 years ago
  76. 58c15e5 fix microphone lag with PA by Martin Schrodt · 6 years ago
  77. 374f63f Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2' into staging by Peter Maydell · 6 years ago
  78. 09340f4 sunhme: ensure that RX descriptor ring overflow is indicated to client driver by Mark Cave-Ayland · 6 years ago
  79. 29df47a sunhme: fix return values from sunhme_receive() during receive packet processing by Mark Cave-Ayland · 6 years ago
  80. 1058e1a sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raised by Mark Cave-Ayland · 6 years ago
  81. 076489c sunhme: fix incorrect constant in sunhme_can_receive() by Mark Cave-Ayland · 6 years ago
  82. 6bdc370 sunhme: add trace event for logging PCI IRQ by Mark Cave-Ayland · 6 years ago
  83. fcd23a6 sun4m: set default display type to TCX by Mark Cave-Ayland · 6 years ago
  84. 5053bd7 vfio/pci: Trace vfio_set_irq_signaling() failure in vfio_msix_vector_release() by Eric Auger · 6 years ago
  85. d53f7a6 vfio-common.h: Remove inaccurate comment by Fabiano Rosas · 6 years ago
  86. 506179e Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into staging by Peter Maydell · 6 years ago
  87. efa85a4 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20190701' into staging by Peter Maydell · 6 years ago
  88. 1e33b51 virtio-pci: Allow to specify additional interfaces for the base type by David Hildenbrand · 6 years ago
  89. 5f503cd virtio-pmem: add virtio device by Pankaj Gupta · 6 years ago
  90. bf1b9ed Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-07-02' into staging by Peter Maydell · 6 years ago
  91. 8ef53cd Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 6 years ago
  92. 01154f7 linux-user: move QEMU_IFLA_BR_MULTI_BOOLOPT to the good function by Laurent Vivier · 6 years ago
  93. 64ce541 linux-user: Handle EXCP_FPE properly for MIPS by Aleksandar Markovic · 6 years ago
  94. 1272a6c linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK by Aleksandar Markovic · 6 years ago
  95. bf91367 linux-user: Fix target_flock structure for MIPS O64 ABI by Aleksandar Markovic · 6 years ago
  96. d42744f linux-user: Add support for strace for statx() syscall by Jim Wilson · 6 years ago
  97. efa9218 linux-user: Add support for translation of statx() syscall by Aleksandar Rikalo · 6 years ago
  98. f4af847 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20190701' into staging by Peter Maydell · 6 years ago
  99. 698c575 target/mips: Correct helper for MSA FCLASS.<W|D> instructions by Aleksandar Markovic · 6 years ago
  100. 807e677 target/mips: Unroll loops for MSA float max/min instructions by Aleksandar Markovic · 6 years ago