1. 664785a qemu-doc: Do not hard-code the name of the QEMU binary by Thomas Huth · 6 years ago
  2. 0198c26 virtio-rng: change default backend to rng-builtin by Laurent Vivier · 6 years ago
  3. 6c4e9d4 rng-builtin: add an RNG backend that uses qemu_guest_getrandom() by Laurent Vivier · 6 years ago
  4. 4a71d0a Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190822-pull-request' into staging by Peter Maydell · 6 years ago
  5. 73f46fe usb: reword -usb command-line option and mention xHCI by Stefan Hajnoczi · 6 years ago
  6. f0b9f36 audio: add audiodev property to vnc and wav_capture by Kővágó, Zoltán · 6 years ago
  7. 1b45842 vl.c: Add -smp, dies=* command line support and update doc by Like Xu · 6 years ago
  8. d2c5f91 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging by Peter Maydell · 6 years ago
  9. a2230bd VirtIO-RNG: Update default entropy source to `/dev/urandom` by Kashyap Chamarthy · 6 years ago
  10. cf6af76 COLO-compare: Add new parameter to communicate with remote colo-frame by Zhang Chen · 6 years ago
  11. 3fdbd1d docs: smbios: remove family=x from type2 entry description by Igor Mammedov · 6 years ago
  12. 4e7f903 semihosting: enable chardev backed output for console by Alex Bennée · 6 years ago
  13. 9c09a25 cpus: Initialize pseudo-random seeds for all guest cpus by Richard Henderson · 6 years ago
  14. b44a6b0 virtfs: Fix documentation of -fsdev and -virtfs by Greg Kurz · 6 years ago
  15. 6e4199a vl: Deprecate -virtfs_synth by Greg Kurz · 6 years ago
  16. 5aede7f qemu-option.hx: Update missed parameter for colo-compare by Zhang Chen · 6 years ago
  17. 413a99a Add Nios II semihosting support. by Sandra Loosemore · 6 years ago
  18. 119906af util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap() by Zhang Yi · 6 years ago
  19. 85ce844 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190313-pull-request' into staging by Peter Maydell · 6 years ago
  20. 2f8b7cd curses: add option to specify VGA font encoding by Samuel Thibault · 6 years ago
  21. cfc3fef Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190312-pull-request' into staging by Peter Maydell · 6 years ago
  22. fd4a5fd chardev: add support for authorization for TLS clients by Daniel P. Berrange · 6 years ago
  23. f0b3d81 audio: -audiodev command line option: documentation by Kővágó, Zoltán · 6 years ago
  24. 55cf09a vnc: allow specifying a custom authorization object name by Daniel P. Berrange · 6 years ago
  25. 8953caf authz: add QAuthZPAM object type for authorizing using PAM by Daniel P. Berrange · 9 years ago
  26. 55d8698 authz: add QAuthZListFile object type for a file access control list by Daniel P. Berrangé · 7 years ago
  27. fb5c4eb authz: add QAuthZSimple object type for easy whitelist auth checks by Daniel P. Berrangé · 7 years ago
  28. d8aec9d display: add -display spice-app launching a Spice client by Marc-André Lureau · 6 years ago
  29. e6e40f8 qemu-options: Remove deprecated option -clock by Thomas Huth · 6 years ago
  30. 3e29da9 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  31. 9fd7e96 qemu-options: Remove deprecated "-virtioconsole" option by Paolo Bonzini · 6 years ago
  32. 292fa23 Remove deprecated -enable-hax option by Thomas Huth · 6 years ago
  33. 09bd7ba Remove deprecated -no-frame option by Thomas Huth · 6 years ago
  34. 1077bca xen: Replace few mentions of xend by libxl by Anthony PERARD · 6 years ago
  35. 6d7c06c Remove broken Xen PV domain builder by Anthony PERARD · 6 years ago
  36. 479a574 util: Implement debug-threads for macOS by Roman Bolshakov · 6 years ago
  37. 93aee84 9p: remove support for the "handle" backend by Greg Kurz · 6 years ago
  38. 36ea397 hostmem-memfd: honour share=on/off property by Marc-André Lureau · 6 years ago
  39. 144aaa9 help: Provide help for egl-headless by Erik Skultety · 6 years ago
  40. c0188e6 bt: Mark the bluetooth subsystem as deprecated by Thomas Huth · 6 years ago
  41. 981b06e chardev: Add websocket support by Julia Suvorova · 6 years ago
  42. 0fca92b slirp: Implement RFC2132 TFTP server name by Fam Zheng · 6 years ago
  43. b312532 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
  44. 238d124 vl: improve/fix documentation related to RTC function by Artem Pisarenko · 6 years ago
  45. 37a4442 qemu-options: Fix bad "macaddr" property in the documentation by Thomas Huth · 7 years ago
  46. e3a7b45 qcow2: Fix cache-clean-interval documentation by Leonid Bloch · 6 years ago
  47. e957b50 qcow2: Set the default cache-clean-interval to 10 minutes by Leonid Bloch · 6 years ago
  48. 80668d0 qcow2: Increase the default upper limit on the L2 cache size by Leonid Bloch · 6 years ago
  49. b749562 qcow2: Assign the L2 cache relatively to the image size by Leonid Bloch · 6 years ago
  50. 40fb215 qcow2: Options' documentation fixes by Leonid Bloch · 6 years ago
  51. d18572d net: Remove the deprecated -tftp, -bootp, -redir and -smb options by Thomas Huth · 7 years ago
  52. fdaf2d5 Remove the deprecated options -startdate, -localtime and -rtc-td-hack by Thomas Huth · 7 years ago
  53. 2feac45 Remove the deprecated -nodefconfig option by Thomas Huth · 7 years ago
  54. 1d9cb42 Remove the deprecated -balloon option by Thomas Huth · 7 years ago
  55. 025573b Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180827-v4-pull-request' into staging by Peter Maydell · 6 years ago
  56. ec86faa vnc: remove support for deprecated tls, x509, x509verify options by Daniel P. Berrangé · 7 years ago
  57. 12df189 vl: add -enable-sync-profile by Emilio G. Cota · 7 years ago
  58. 55f4e79 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 7 years ago
  59. 36699ab s390x: remove 's390-squash-mcss' option by Cornelia Huck · 7 years ago
  60. 572023f block: Remove deprecated -drive option serial by Kevin Wolf · 7 years ago
  61. 7f8fc97 block: Remove deprecated -drive option addr by Kevin Wolf · 7 years ago
  62. b24ec3c block: Remove deprecated -drive geometry options by Kevin Wolf · 7 years ago
  63. a4de855 hostmem-file: add the 'pmem' option by Junyan He · 7 years ago
  64. 59b5552 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  65. dfaa7d5 Document command line options with single dash by BALATON Zoltan · 7 years ago
  66. 361ac94 cli qmp: Mark --preconfig, exit-preconfig experimental by Markus Armbruster · 7 years ago
  67. 6703db1 Revert "block: Remove deprecated -drive geometry options" by Cornelia Huck · 7 years ago
  68. 75f4cd2 Revert "block: Remove deprecated -drive option addr" by Cornelia Huck · 7 years ago
  69. 44e8b46 Revert "block: Remove deprecated -drive option serial" by Cornelia Huck · 7 years ago
  70. e1a6dc9 crypto: Implement TLS Pre-Shared Keys (PSK). by Richard W.M. Jones · 7 years ago
  71. 6f131f1 kvm: support -overcommit cpu-pm=on|off by Michael S. Tsirkin · 7 years ago
  72. c44df2f Deprecate the -enable-hax option by Thomas Huth · 7 years ago
  73. 0b3c5c8 qemu-options: Add missing newline to -accel help text by Eduardo Habkost · 7 years ago
  74. b008326 block: Remove deprecated -drive option serial by Kevin Wolf · 7 years ago
  75. eae3bd1 block: Remove deprecated -drive option addr by Kevin Wolf · 7 years ago
  76. a7aff6d block: Remove deprecated -drive geometry options by Kevin Wolf · 7 years ago
  77. f18d137 slirp: Add domainname option to slirp's DHCP server by Benjamin Drung · 7 years ago
  78. 047f703 cli: add --preconfig option by Igor Mammedov · 7 years ago
  79. 7a9180b Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  80. af1a5c3 net: Remove the deprecated "vlan" parameter by Thomas Huth · 7 years ago
  81. d8ab6cb qemu-options: Remove deprecated -no-kvm-irqchip by Thomas Huth · 7 years ago
  82. ec910ca qemu-options: Remove deprecated -no-kvm-pit-reinjection by Thomas Huth · 7 years ago
  83. 281b952 qemu-options: Remove remainders of the -tdf option by Thomas Huth · 7 years ago
  84. 4540129 qemu-options: Mark -virtioconsole as deprecated by Thomas Huth · 7 years ago
  85. 10f4718 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180427-pull-request' into staging by Peter Maydell · 7 years ago
  86. 4867e47 sdl: Allow OpenGL ES context creation by Elie Tournier · 7 years ago
  87. 2c42f1e os-posix: Provide new -runas <uid>:<gid> facility by Ian Jackson · 7 years ago
  88. 00e5e9d docs: Document -object tls-creds-x509 priority=xxx by Christophe Fergeau · 7 years ago
  89. abbbb03 qemu-doc: Rework the network options chapter to make "-net" less prominent by Thomas Huth · 7 years ago
  90. 4f7be28 block: Deprecate "backing": "" by Max Reitz · 7 years ago
  91. a9b4942 target/i386: add Secure Encrypted Virtualization (SEV) object by Brijesh Singh · 7 years ago
  92. db58819 machine: add memory-encryption option by Brijesh Singh · 7 years ago
  93. 4060e67 balloon: Fix documentation of the --balloon parameter and deprecate it by Thomas Huth · 7 years ago
  94. 78cd6f7 net: Add a new convenience option "--nic" to configure default/on-board NICs by Thomas Huth · 7 years ago
  95. 857d208 net: Remove the deprecated way of dumping network packets by Thomas Huth · 7 years ago
  96. 253dc14 net: Only show vhost-user in the help text if CONFIG_POSIX is defined by Thomas Huth · 7 years ago
  97. 042cea2 cryptodev: add vhost-user as a new cryptodev backend by Gonglei · 7 years ago
  98. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  99. 16fdc56 qemu-options.hx: Remove confusing spaces in parameter listings by Thomas Huth · 7 years ago
  100. d661d9a Add the Windows Hypervisor Platform accelerator. by Justin Terry (VM) · 7 years ago