1. 2b631ec NUMA: check if the total numa memory size is equal to ram_size by Wanlong Gao · 11 years ago
  2. 96d0e26 NUMA: move numa related code to new file numa.c by Wanlong Gao · 11 years ago
  3. edd8db8 tests: disable vhost test temporarily by Michael S. Tsirkin · 11 years ago
  4. a77e6b1 Add qtest for vhost-user by Nikolay Nikolaev · 11 years ago
  5. 07a32d6 libqemustub: add stubs to be able to use qemu-char.c by Nikolay Nikolaev · 11 years ago
  6. 5fc0e00 Add vhost-user protocol documentation by Nikolay Nikolaev · 11 years ago
  7. 03ce574 Add the vhost-user netdev backend to the command line by Nikolay Nikolaev · 11 years ago
  8. d314f58 Add new vhost-user netdev backend by Nikolay Nikolaev · 11 years ago
  9. 5f4c01c vhost-net: vhost-user feature bits support by Nikolay Nikolaev · 11 years ago
  10. 5f6f666 Add vhost-user as a vhost backend. by Nikolay Nikolaev · 11 years ago
  11. 1a1bfac Add vhost-backend and VhostBackendType by Nikolay Nikolaev · 11 years ago
  12. 24d1eb3 Add vhost_ops to vhost_dev struct and replace all relevant ioctls by Nikolay Nikolaev · 11 years ago
  13. 81647a6 vhost_net_init will use VhostNetOptions to get all its arguments by Nikolay Nikolaev · 11 years ago
  14. ed8b4af Refactor virtio-net to use generic get_vhost_net by Nikolay Nikolaev · 11 years ago
  15. 212d69f vhost_net should call the poll callback only when it is set by Nikolay Nikolaev · 11 years ago
  16. 2e6d46d vhost: add vhost_get_features and vhost_ack_features by Nikolay Nikolaev · 11 years ago
  17. cdaa86a Add G_IO_HUP handler for socket chardev by Nikolay Nikolaev · 11 years ago
  18. c76bf6b Add chardev API qemu_chr_fe_get_msgfds by Nikolay Nikolaev · 11 years ago
  19. d39aac7 Add chardev API qemu_chr_fe_set_msgfds by Nikolay Nikolaev · 11 years ago
  20. 7b0bfdf Add chardev API qemu_chr_fe_read_all by Nikolay Nikolaev · 11 years ago
  21. 69e03ae Add kvm_eventfds_enabled function by Nikolay Nikolaev · 11 years ago
  22. f57fcf7 virtio-net: announce self by guest by Jason Wang · 11 years ago
  23. 508e118 migration: introduce self_announce_delay() by Jason Wang · 11 years ago
  24. 110f463 migration: export SELF_ANNOUNCE_ROUNDS by Jason Wang · 11 years ago
  25. 9d3cae6 pc: q35: acpi: report error to user on unsupported unplug request by Igor Mammedov · 11 years ago
  26. 292b163 ich: get rid of spaces in type name by Michael S. Tsirkin · 11 years ago
  27. 80e0090 virtio: Drop superfluous conditionals around g_strdup() by Markus Armbruster · 11 years ago
  28. 9e28840 virtio: Drop superfluous conditionals around g_free() by Markus Armbruster · 11 years ago
  29. 63122df acpi-test: update expected tables by Michael S. Tsirkin · 11 years ago
  30. 2745d9e acpi: update generated files by Michael S. Tsirkin · 11 years ago
  31. 4635b16 pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machines by Igor Mammedov · 11 years ago
  32. cec6519 pc: ACPI BIOS: reserve SRAT entry for hotplug mem hole by Igor Mammedov · 11 years ago
  33. bf1e893 pc: add "hotplug-memory-region-size" property to PC_MACHINE by Igor Mammedov · 11 years ago
  34. bef3492 pc: ACPI BIOS: implement memory hotplug interface by Igor Mammedov · 11 years ago
  35. 3fbcdc2 pc: propagate memory hotplug event to ACPI device by Igor Mammedov · 11 years ago
  36. 781bbd6 pc: add acpi-device link to PCMachineState by Igor Mammedov · 11 years ago
  37. f816a62 pc: migrate piix4 & ich9 MemHotplugState by Igor Mammedov · 11 years ago
  38. 1f86218 acpi:ich9: add memory hotplug handling by Igor Mammedov · 11 years ago
  39. d6b38b6 pc: ich9 lpc: make it work with global/compat properties by Igor Mammedov · 11 years ago
  40. 3477432 acpi:piix4: add memory hotplug handling by Igor Mammedov · 11 years ago
  41. f1adc36 acpi:piix4: allow plug/unlug callbacks handle not only PCI devices by Igor Mammedov · 11 years ago
  42. 2e1ac49 trace: pc: add PC_DIMM slot & address allocation by Igor Mammedov · 11 years ago
  43. dfe292f trace: add acpi memory hotplug IO region events by Igor Mammedov · 11 years ago
  44. 3ef77ac acpi: memory hotplug ACPI hardware implementation by Igor Mammedov · 11 years ago
  45. 7e629d1 acpi: rename cpu_hotplug_defs.h to pc-hotplug.h by Igor Mammedov · 11 years ago
  46. 0cd03d8 pc-dimm: add busy slot check and slot auto-allocation by Igor Mammedov · 11 years ago
  47. 0b31257 pc-dimm: add busy address check and address auto-allocation by Igor Mammedov · 11 years ago
  48. 95bee27 pc: add memory hotplug handler to PC_MACHINE by Igor Mammedov · 11 years ago
  49. ca8336f pc: exit QEMU if compat machine doesn't support memory hotlpug by Igor Mammedov · 11 years ago
  50. de268e1 pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOS by Igor Mammedov · 11 years ago
  51. a0cc885 pc: exit QEMU if number of slots more than supported 256 by Igor Mammedov · 11 years ago
  52. 619d11e pc: initialize memory hotplug address space by Igor Mammedov · 11 years ago
  53. 7bb5d6a pc-dimm: do not allow setting an in-use memdev by Igor Mammedov · 11 years ago
  54. eed2bac memory: add memory_region_is_mapped() API by Igor Mammedov · 11 years ago
  55. 10b7e74 pc: implement pc-dimm device abstraction by Vasilis Liaskovitis · 11 years ago
  56. d012ffc qdev: expose DeviceState.hotplugged field as a property by Igor Mammedov · 11 years ago
  57. b745454 qdev: hotplug for bus-less devices by Igor Mammedov · 11 years ago
  58. c270fb9 vl.c: extend -m option to support options for memory hotplug by Igor Mammedov · 11 years ago
  59. 1f07048 add memdev backend infrastructure by Igor Mammedov · 11 years ago
  60. 2d9c272 vl.c: daemonize before guest memory allocation by Igor Mammedov · 11 years ago
  61. a790f4e object_add: allow completion handler to get canonical path by Igor Mammedov · 11 years ago
  62. 04ed3ea pc: ACPI BIOS: use enum for defining memory affinity flags by Igor Mammedov · 11 years ago
  63. d5747ca pc: create custom generic PC machine type by Igor Mammedov · 11 years ago
  64. 2edaf21 Merge remote-tracking branch 'remotes/bonzini/memory' into staging by Peter Maydell · 11 years ago
  65. ab5b3db memory: Don't call memory_region_update_coalesced_range if nothing changed by Fam Zheng · 11 years ago
  66. feca4ac memory: MemoryRegion: rename parent to container by Paolo Bonzini · 11 years ago
  67. 67891b8 memory: MemoryRegion: factor out memory region re-adder by Peter Crosthwaite · 11 years ago
  68. 0598701 memory: MemoryRegion: factor out subregion add functionality by Peter Crosthwaite · 11 years ago
  69. 0360fbd Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into staging by Peter Maydell · 11 years ago
  70. c9299e2 qtest: fix qtest_clock_warp() for no deadline case by Sergey Fedorov · 11 years ago
  71. a656e22 exec: dummy_section: Pass address space through. by Peter Crosthwaite · 11 years ago
  72. 3fb5bf5 memory: Simplify mr_add_subregion() if-else by Peter Crosthwaite · 11 years ago
  73. 4dc5615 memory: Don't update all memory region when ioeventfd changed by Gonglei · 11 years ago
  74. b0e56e0 unset RAMBlock idstr when unregister MemoryRegion by Hu Tao · 11 years ago
  75. 20cfe88 exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr by Hu Tao · 11 years ago
  76. 01a9c03 MAINTAINERS: Add myself as Memory API maintainer by Paolo Bonzini · 11 years ago
  77. d3606f0 User mode support for Linux ELF files with no section header by Craig Heffner · 13 years ago
  78. 480eda2 linux-user: Return correct errno for unsupported netlink socket by Ed Swierk · 11 years ago
  79. be3bd28 linux-user: Don't overrun guest buffer in sched_getaffinity by Peter Maydell · 11 years ago
  80. 4d13be8 linux-user/uname: Return correct uname string for x86_64 by Peter Maydell · 11 years ago
  81. a42267e linux-user: fix gcc-4.9 compiler error on __{get,put]}_user by Riku Voipio · 11 years ago
  82. 9e918dc signal/ppc/do_setcontext remove __get_user return check by Riku Voipio · 11 years ago
  83. be3ef5c signal/sparc64_set_context: remove __get_user checks by Riku Voipio · 11 years ago
  84. c650c00 signal/ppc/{save,restore}_user_regs remove __put/get error checks by Riku Voipio · 11 years ago
  85. 0188fad signal/all/setup_frame remove __put_user checks by Riku Voipio · 11 years ago
  86. f5f601a signal/all/do_sigreturn - remove __get_user checks by Riku Voipio · 11 years ago
  87. 9eeb830 signal/all/do_sigaltstack remove __get_user value check by Riku Voipio · 11 years ago
  88. 9454738 signal/sparc/restore_fpu_state: remove by Riku Voipio · 11 years ago
  89. 016d2e1 signal/all: remove return value from restore_sigcontext by Riku Voipio · 11 years ago
  90. 41ecc72 signal/all: remove return value from setup_sigcontext by Riku Voipio · 11 years ago
  91. b0fd8d1 signal/all: remove return value from copy_siginfo_to_user by Riku Voipio · 11 years ago
  92. 7df2fa3 signal/x86/setup_frame: __put_user cleanup by Riku Voipio · 11 years ago
  93. 1d8b512 signal/all: remove __get/__put_user return value reading by Riku Voipio · 11 years ago
  94. af44da8 Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging by Peter Maydell · 11 years ago
  95. f277015 rules.mak: remove $(sort) from extract-libs by Paolo Bonzini · 11 years ago
  96. 84219c5 Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  97. 9dbae97 spapr_pci: Advertise MSI quota by Badari Pulavarty · 11 years ago
  98. d13fc32 PPC: KVM: Make pv hcall endian agnostic by Alexander Graf · 11 years ago
  99. e223bca powerpc: use float64 for frsqrte by Tristan Gingold · 11 years ago
  100. 2382558 spapr: Add kvm-type property by Eduardo Habkost · 11 years ago