1. 9671056 block: change some function return type to bool by Li Qiang · 6 years ago
  2. f57bceb kvm: Add support to KVM_GET_MSR_FEATURE_INDEX_LIST and KVM_GET_MSRS system ioctl by Robert Hoo · 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. c4f26c9 blockdev: Convert drive_new() to Error by Markus Armbruster · 6 years ago
  5. d10e05f tpm: Clean up error reporting in tpm_init_tpmdev() by Markus Armbruster · 6 years ago
  6. 4f7ec69 numa: Clean up error reporting in parse_numa() by Markus Armbruster · 6 years ago
  7. 74c0b81 replay: pass raw icount value to replay_save_clock by Paolo Bonzini · 6 years ago
  8. 92cc3aa i386: hvf: Remove hvf_disabled by Roman Bolshakov · 6 years ago
  9. 0c08185 replay: wake up vCPU when replaying by Pavel Dovgalyuk · 6 years ago
  10. 907aac2 fw_cfg: ignore suffixes in the bootdevice list dependent on machine class by Mark Cave-Ayland · 7 years ago
  11. 572023f block: Remove deprecated -drive option serial by Kevin Wolf · 7 years ago
  12. 7f8fc97 block: Remove deprecated -drive option addr by Kevin Wolf · 7 years ago
  13. b24ec3c block: Remove deprecated -drive geometry options by Kevin Wolf · 7 years ago
  14. 6703db1 Revert "block: Remove deprecated -drive geometry options" by Cornelia Huck · 7 years ago
  15. 75f4cd2 Revert "block: Remove deprecated -drive option addr" by Cornelia Huck · 7 years ago
  16. 44e8b46 Revert "block: Remove deprecated -drive option serial" by Cornelia Huck · 7 years ago
  17. 67b51fb block: split flags in copy_range by Vladimir Sementsov-Ogievskiy · 7 years ago
  18. 76ed4b1 s390/ipl: fix ipl with -no-reboot by Christian Borntraeger · 7 years ago
  19. f963cc2 device_tree: Add qemu_fdt_node_unit_path by Eric Auger · 7 years ago
  20. 6f131f1 kvm: support -overcommit cpu-pm=on|off by Michael S. Tsirkin · 7 years ago
  21. 7943e97 hostmem: drop error variable from host_memory_backend_get_memory() by David Hildenbrand · 7 years ago
  22. 6c090d4 kvm: Delete the slot if and only if the KVM_MEM_READONLY flag is changed by Shannon Zhao · 7 years ago
  23. b008326 block: Remove deprecated -drive option serial by Kevin Wolf · 7 years ago
  24. eae3bd1 block: Remove deprecated -drive option addr by Kevin Wolf · 7 years ago
  25. a7aff6d block: Remove deprecated -drive geometry options by Kevin Wolf · 7 years ago
  26. b5679fa block-backend: Add blk_co_copy_range by Fam Zheng · 7 years ago
  27. 9d0fdec sandbox: disable -sandbox if CONFIG_SECCOMP undefined by Yi Min Zhao · 7 years ago
  28. 04a8f72 xen/hvm: correct reporting of modified memory under physmap during migration by Igor Druzhinin · 7 years ago
  29. fddffa4 Make address_space_access_valid() take a MemTxAttrs argument by Peter Maydell · 7 years ago
  30. f26404f Make address_space_map() take a MemTxAttrs argument by Peter Maydell · 7 years ago
  31. 047f703 cli: add --preconfig option by Igor Mammedov · 7 years ago
  32. 3319b4e numa: split out NumaOptions parsing into set_numa_options() by Igor Mammedov · 7 years ago
  33. 7a3099f numa: postpone options post-processing till machine_run_board_init() by Igor Mammedov · 7 years ago
  34. 1814eab x86/cpu: use standard-headers/asm-x86.kvm_para.h by Michael S. Tsirkin · 7 years ago
  35. 29de4ec memdev: remove "id" property by Paolo Bonzini · 7 years ago
  36. 2b10808 Add host_memory_backend_pagesize() helper by David Gibson · 7 years ago
  37. 7a64c17 AccelClass: Introduce accel_setup_post by Ian Jackson · 7 years ago
  38. b8846a4 vl.c: new function serial_max_hds() by Peter Maydell · 7 years ago
  39. 6af2692 vl.c: Remove compile time limit on number of serial ports by Peter Maydell · 7 years ago
  40. a8d78cd vl.c: Provide accessor function serial_hd() for serial_hds[] array by Peter Maydell · 7 years ago
  41. 3788c7b Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  42. 54e8953 kvm: introduce memory encryption APIs by Brijesh Singh · 7 years ago
  43. b20e378 kvm: add memory encryption context by Brijesh Singh · 7 years ago
  44. a36544d replay: make locking visible outside replay code by Alex Bennée · 7 years ago
  45. 377b21c replay: fix save/load vm for non-empty queue by Pavel Dovgalyuk · 7 years ago
  46. c8ca2a2 vl: export machine_init_done by Peter Xu · 7 years ago
  47. e4ae62b Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 7 years ago
  48. 4486e89 vl: introduce vm_shutdown() by Stefan Hajnoczi · 7 years ago
  49. 25fa194 RISC-V Build Infrastructure by Michael Clark · 7 years ago
  50. 41dfc0d Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging by Peter Maydell · 7 years ago
  51. 78cd6f7 net: Add a new convenience option "--nic" to configure default/on-board NICs by Thomas Huth · 7 years ago
  52. 112ed24 qapi: Empty out qapi-schema.json by Markus Armbruster · 7 years ago
  53. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  54. 0a9b9be cryptodev-vhost-user: set the key length by Gonglei · 7 years ago
  55. 5da73da cryptodev: add vhost support by Gonglei · 7 years ago
  56. 042cea2 cryptodev: add vhost-user as a new cryptodev backend by Gonglei · 7 years ago
  57. 06329cc mem: add share parameter to memory-backend-ram by Marcel Apfelbaum · 7 years ago
  58. 7a5235c hax: Support guest RAM sizes of 4GB or more by Yu Ning · 7 years ago
  59. 922a01a Move include qemu/option.h from qemu-common.h to actual users by Markus Armbruster · 7 years ago
  60. 452fcdb Include qapi/qmp/qdict.h exactly where needed by Markus Armbruster · 7 years ago
  61. abb297e Include qmp-commands.h exactly where needed by Markus Armbruster · 7 years ago
  62. 522ece3 Drop superfluous includes of qapi-types.h and test-qapi-types.h by Markus Armbruster · 7 years ago
  63. 8f0a371 Clean up includes by Markus Armbruster · 7 years ago
  64. 23d0ba9 block: Introduce buf register API by Fam Zheng · 7 years ago
  65. 1930680 Add the WHPX acceleration enlightenments by Justin Terry (VM) · 7 years ago
  66. 29b22c7 Add the WHPX vcpu API by Justin Terry (VM) · 7 years ago
  67. 813dff1 target/hppa: Skeleton support for hppa-softmmu by Helge Deller · 7 years ago
  68. 4ab6cb4 tpm: add CRB device by Marc-André Lureau · 7 years ago
  69. 6a8a235 tpm: report backend request error by Marc-André Lureau · 7 years ago
  70. c4fb856 tpm: replace GThreadPool with AIO threadpool by Marc-André Lureau · 7 years ago
  71. 04ff1a3 sdl: reorganize -no-frame support by Gerd Hoffmann · 7 years ago
  72. babfa20 i386: hvf: implement vga dirty page tracking by Sergio Andres Gomez Del Real · 7 years ago
  73. c97d6d2 i386: hvf: add code base from Google's QEMU repository by Sergio Andres Gomez Del Real · 7 years ago
  74. 2362a28 iothread: fix iothread_stop() race condition by Stefan Hajnoczi · 7 years ago
  75. fbcc692 iothread: add iothread_by_id() API by Stefan Hajnoczi · 7 years ago
  76. 744fc05 i386/hax: remove duplicated includes by Philippe Mathieu-Daudé · 7 years ago
  77. 411ad78 Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2017-12-15-1' into staging by Peter Maydell · 7 years ago
  78. 9375c44 tpm: tpm_emulator: get and set buffer size of device by Stefan Berger · 7 years ago
  79. b21e6aa tpm: Move getting TPM buffer size to backends by Stefan Berger · 7 years ago
  80. d3fd953 tpm: remove tpm_register_model() by Marc-André Lureau · 7 years ago
  81. ff5ce21 acpi: change TPM TIS data conditions by Marc-André Lureau · 7 years ago
  82. 9af7a72 tpm: add TPM interface to lookup TPM version by Marc-André Lureau · 7 years ago
  83. 3dfd5a2 tpm: lookup the the TPM interface instead of TIS device by Marc-André Lureau · 7 years ago
  84. d36e7db tpm: rename qemu_find_tpm() -> qemu_find_tpm_be() by Marc-André Lureau · 7 years ago
  85. 9f7c0ef tpm-backend: move set 'id' to common code by Marc-André Lureau · 7 years ago
  86. ebca2df tpm-be: update optional function pointers by Marc-André Lureau · 7 years ago
  87. 3c3ef63 tpm: remove unused opened code by Marc-André Lureau · 7 years ago
  88. 191adc9 tpm-be: ask model to the TPM interface by Marc-André Lureau · 7 years ago
  89. 0bd6c8a tpm-be: report error instead of front-end by Marc-André Lureau · 7 years ago
  90. 6899905 tpm-be: call request_completed() out of thread by Marc-André Lureau · 7 years ago
  91. 36e8658 tpm-tis: no longer expose TPMState by Marc-André Lureau · 7 years ago
  92. 8a89c9a tpm-backend: store TPMIf interface, improve backend_init() by Marc-André Lureau · 7 years ago
  93. 67af320 tpm: move TpmIf in include/sysemu/tpm.h by Marc-André Lureau · 7 years ago
  94. f47bd1c spapr: replace numa_get_node() with lookup in pc-dimm list by Igor Mammedov · 7 years ago
  95. 81950da hmp-commands: Remove the deprecated usb_add and usb_del by Thomas Huth · 7 years ago
  96. 6b287ef tpm: add missing include by Philippe Mathieu-Daudé · 7 years ago
  97. 05a6999 tpm: move recv_data_callback to TPM interface by Marc-André Lureau · 7 years ago
  98. 0e43b7e tpm: add TPMBackendCmd to hold the request state by Marc-André Lureau · 7 years ago
  99. d1fd6b5 tpm: remove locty argument from receive_cb by Marc-André Lureau · 7 years ago
  100. 905e78b tpm: remove unused TPMBackendCmd by Marc-André Lureau · 7 years ago