1. 3c8aec9 arm: move kernel loading into arm/kvm.c by Andre Przywara · 9 years ago
  2. cd1e9db arm/arm64: use read_file() in kernel and initrd loading by Andre Przywara · 9 years ago
  3. 73f00e7 x86: use read wrappers in kernel loading by Andre Przywara · 9 years ago
  4. 1222597 MIPS: use read wrappers in kernel loading by Andre Przywara · 9 years ago
  5. d0fb441 powerpc: use read_file() in kernel and initrd loading by Andre Przywara · 9 years ago
  6. 649f951 provide generic read_file() implementation by Andre Przywara · 9 years ago
  7. 004f768 Refactor kernel image loading by Andre Przywara · 9 years ago
  8. fbddb64 kvmtool: Makefile: remove static dependency files when make clean by James Hunt · 8 years ago
  9. b40a51a kvmtool: Makefile: remove LDFLAGS from guest_init linking by Andre Przywara · 9 years ago
  10. 2aa76b2 kvmtool: fix VM exit race attempting to pthread_kill an exited thread by Will Deacon · 9 years ago
  11. 3ce000c Revert "Makefile: allow overriding CFLAGS on the command line" by Will Deacon · 9 years ago
  12. 03c49af Makefile: consider LDFLAGS on feature tests and when linking executables by Andre Przywara · 9 years ago
  13. d0e2772 Makefile: allow overriding CFLAGS on the command line by Andre Przywara · 9 years ago
  14. d583df2 kvmtool/run: set a default cmdline if not set by William Dauchy · 9 years ago
  15. 6d7eeb7 kvmtool: set 9p caching mode to support writable mmaps by Sasha Levin · 9 years ago
  16. 30867c5 kvmtool/run: do not overwrite /virt/init by Oleg Nesterov · 9 years ago
  17. 1c2a21f kvmtool/run: don't abuse "root=" parameter, don't pass "rw" to v9fs_mount() by Oleg Nesterov · 9 years ago
  18. f8a7e35 kvmtool: add lkvm-static to gitignore by Oleg Nesterov · 9 years ago
  19. 5614f9d kvmtool/x86: implement guest_pre_init by Oleg Nesterov · 9 years ago
  20. 0f04bdf kvmtool/build: introduce GUEST_PRE_INIT target by Oleg Nesterov · 9 years ago
  21. 26e94dc kvmtool/setup: Introduce extract_file() helper by Oleg Nesterov · 9 years ago
  22. a44c329 kvmtool: correct order of the vcpu destructor by Sasha Levin · 9 years ago
  23. 4d7f252 kvmtool/term: unexport term_set_tty, term_init, term_exit by Oleg Nesterov · 9 years ago
  24. 8a7163f kvmtool/run: append cfg.kernel_cmdline at the end of real_cmdline by Oleg Nesterov · 9 years ago
  25. 3695ade Add a link to the lwn.net article by Sven Dowideit · 9 years ago
  26. cdce942 Make static libc and guest-init functionality optional. by Dimitri John Ledkov · 9 years ago
  27. 0837fbe Makefile: relax arm test by Riku Voipio · 9 years ago
  28. 0161ed7 Handle KVM_EXIT_SYSTEM_EVENT on any VCPU by Mark Rutland · 9 years ago
  29. efcf862 README: Add section for where to send patches. by Josh Triplett · 9 years ago
  30. 2ec1740 kvm__emulate_io: Don't fall through from IO in to IO out if no handler by Josh Triplett · 9 years ago
  31. e7b95bd kvm__emulate_io: Don't call br_read_unlock() twice on IO error by Josh Triplett · 9 years ago
  32. eef27ae kvmtool: Introduce downscript option for virtio-net by Fan Du · 9 years ago
  33. 4095fac avoid redefining PAGE_SIZE by Andre Przywara · 9 years ago
  34. f9183c6 Makefile: avoid non-literal printf format string warnings by Andre Przywara · 9 years ago
  35. 1c40b18 remove KVM_CAP_MAX_VCPUS hack by Andre Przywara · 9 years ago
  36. 8f22adc check for and use C library provided strlcpy and strlcat by Andre Przywara · 9 years ago
  37. 52c22e6 use <poll.h> instead of <sys/poll.h> by Andre Przywara · 9 years ago
  38. d77bd4f Fix call to connect() by Andre Przywara · 9 years ago
  39. 369c27e ui: remove pointless double const in keymap declarations by Andre Przywara · 9 years ago
  40. 5389d44 Makefile: remove unneeded -s switch on compiling BIOS files by Andre Przywara · 9 years ago
  41. a2583db kvm-ipc: use proper type for file descriptor by Andre Przywara · 9 years ago
  42. 823c7fd qcow: fix signedness bugs by Andre Przywara · 9 years ago
  43. 15542ba avoid casts when initializing structures by Andre Przywara · 9 years ago
  44. 43d2781 arm: use new irqchip parameter to create different vGIC types by Andre Przywara · 9 years ago
  45. bfb2c70 arm: add support for supplying GICv3 redistributor addresses by Andre Przywara · 9 years ago
  46. 02017c1 arm: prepare for instantiating different IRQ chip devices by Andre Przywara · 9 years ago
  47. 5e8e9a0 limit number of VCPUs on demand by Andre Przywara · 9 years ago
  48. ce6ae12 arm: simplify MMIO dispatching by Andre Przywara · 9 years ago
  49. b579030 arm: finish VGIC initialisation explicitly by Andre Przywara · 9 years ago
  50. bed2bd9 AArch{32,64}: dynamically configure the number of GIC interrupts by Marc Zyngier · 9 years ago
  51. cb87229 irq: add irq__get_nr_allocated_lines by Marc Zyngier · 9 years ago
  52. 69b9a17 AArch{32,64}: use KVM_CREATE_DEVICE & co to instanciate the GIC by Marc Zyngier · 9 years ago
  53. 3fc7fe4 AArch64: Reserve two 64k pages for GIC CPU interface by Marc Zyngier · 9 years ago
  54. 50687d8 Typo fix in error message by Will Deacon · 9 years ago
  55. 71ca0fa kvmtool: vhost-net: fix ioeventfd registration by Andre Przywara · 9 years ago
  56. 57896fe kvmtool, mips: Support more than 256 MB guest memory by Andreas Herrmann · 9 years ago
  57. e9922aa kvmtool: don't use PCI config space IRQ line field by Andre Przywara · 9 years ago
  58. e6655b7 powerpc: Enable 32-bit build by Michael Ellerman · 9 years ago
  59. 241f595 powerpc: Define the hcall opcodes & return values we need by Michael Ellerman · 9 years ago
  60. e96a27a powerpc: implement barrier primitives by Andre Przywara · 9 years ago
  61. 372f583 guest/init: update reboot() call by Andre Przywara · 9 years ago
  62. 9ed717c guest/init: add missing #includes by Andre Przywara · 9 years ago
  63. fe50bac kvmtool: Fix length of ioevent for VIRTIO_PCI_QUEUE_NOTIFY by Andreas Herrmann · 9 years ago
  64. 7f9733c kvmtool: Register each guest memory bank as vhost_memory_region by Andreas Herrmann · 9 years ago
  65. f83dc81 kvmtool: Fix regression introduced with d2a7ddff4 by Andreas Herrmann · 9 years ago
  66. c8058b8 kvmtool: Fix compile error on MIPS by Andreas Herrmann · 9 years ago
  67. 0fc7018 kvmtool: Makefile: Don't defer error output on unsupported architectures by Andre Przywara · 9 years ago
  68. 8618570 kvmtool: Makefile: only enable framebuffer output on x86 by Andre Przywara · 9 years ago
  69. 57fa349 Don't inherit CFLAGS and LDFLAGS from the environment by Will Deacon · 9 years ago
  70. 50780c6 Remove CFLAGS_EASYGOING variable from Makefile by Will Deacon · 9 years ago
  71. 7411007 Remove visible dependency files by Russell King · 9 years ago
  72. 992bd60 Add vim .swp files to gitignore by Russell King · 9 years ago
  73. 644140e virtio: fix fsync() on a directory by Russell King · 9 years ago
  74. edb4a8a kvmtool: Set the thread names for terminal and virtio-net-ctrl by Suzuki K. Poulose · 9 years ago
  75. 2006613 kvmtool: remove unneeded EXPORT_SYMBOL from iovec.c by Andre Przywara · 9 years ago
  76. eaf4f96 kvmtool: remove no longer needed kvm/types.h by Andre Przywara · 9 years ago
  77. 9759db0 kvmtool: move include/bios/memcpy.h to x86/include/asm/bios by Andre Przywara · 9 years ago
  78. 813359e kvmtool: add processor-flags.h with the single EFLAGS_CF define by Andre Przywara · 9 years ago
  79. 1cbb2c5 kvmtool: remove kvm/segment.h by Andre Przywara · 9 years ago
  80. f323796 kvmtool: pull x86 system header e820 definitions into kvm/e820.h by Andre Przywara · 9 years ago
  81. f23171c kvmtool: remove reference to <asm/types.h> from BIOS include files by Andre Przywara · 9 years ago
  82. 002f560 kvmtool: Update documentation to mark version as stand-alone by Andre Przywara · 9 years ago
  83. e9beb4a kvmtool: Makefile: improve warning on missing optional packages by Andre Przywara · 9 years ago
  84. 20ecab3 kvmtool: Makefile: check libfdt availability by Andre Przywara · 9 years ago
  85. da4699a kvmtool: Makefile: replace kernel libfdt source with system library by Andre Przywara · 9 years ago
  86. 7e66b12 kvmtool: Makefile: fix bogus definition of try-cc by Andre Przywara · 9 years ago
  87. c6cb7c7 kvmtool: 9p: teach kvmtool about kuid_t and kgid_t by Andre Przywara · 9 years ago
  88. fbb8a81 kvmtool: list.h: get rid of poison.h include by Andre Przywara · 9 years ago
  89. 2ffd89f kvmtool: rbtree: get rid of module EXPORTs by Andre Przywara · 9 years ago
  90. f65dd17 kvmtool: arm/arm64: Copy some Linux architecture specific headers by Andre Przywara · 9 years ago
  91. 2332392 kvmtool: x86: Copy some Linux architecture specific headers by Andre Przywara · 9 years ago
  92. 6002122 kvmtool: Update architecture specific kvm.h files by Andre Przywara · 9 years ago
  93. a08bb43 kvmtool: Copy Linux' up-to-date virtio headers by Andre Przywara · 9 years ago
  94. fe8e6c1 kvmtool: Copy Linux' linux/9p.h header file by Andre Przywara · 9 years ago
  95. 304dcb6 kvmtool: Copy Linux' up-to-date uapi/kvm.h by Andre Przywara · 9 years ago
  96. 75bfd03 kvmtool: Copy some bits from Linux' byteorder.h by Andre Przywara · 9 years ago
  97. c093730 kvmtool: Copy Linux' rbtree implementation by Andre Przywara · 9 years ago
  98. 7e841c8 kvmtool: Copy some helper header files from the Linux tree by Andre Przywara · 9 years ago
  99. 17725a8 kvmtool: Remove references to top level kernel directory by Andre Przywara · 9 years ago
  100. 3ac7d90 kvmtool: Add a GPL license text file by Andre Przywara · 9 years ago