- Aug 02, 2019
-
-
Julien Thierry authored
My @arm.com address is gonna stop working. Update README information with an address people can use to actually reach me. Signed-off-by:
Julien Thierry <julien.thierry.kdev@gmail.com> Signed-off-by:
Will Deacon <will@kernel.org>
-
- Jul 03, 2019
-
-
Will Deacon authored
Julien has kindly offered to help maintain kvmtool, but it occurred to me that we don't actually provide any maintainer contact details in the repository as it stands. Add a brief "Maintainers" section to the README, immediately after the "Contributing" section so that people know who to nag about merging and reviewing patches. Acked-by:
Marc Zyngier <marc.zyngier@arm.com> Acked-by:
Julien Thierry <julien.thierry@arm.com> Signed-off-by:
Will Deacon <will@kernel.org>
-
- Dec 20, 2016
-
-
Andrew Jones authored
Signed-off-by:
Andrew Jones <drjones@redhat.com> Signed-off-by:
Will Deacon <will.deacon@arm.com>
-
- Oct 09, 2015
-
-
Sven Dowideit authored
Signed-off-by:
Sven Dowideit <SvenDowideit@home.org.au> Signed-off-by:
Will Deacon <will.deacon@arm.com>
-
- Aug 07, 2015
-
-
Josh Triplett authored
Signed-off-by:
Josh Triplett <josh@joshtriplett.org> Signed-off-by:
Will Deacon <will.deacon@arm.com>
-
- Jun 01, 2015
-
-
Andre Przywara authored
At this point kvmtool compiles fines out of the Linux tree (at least for x86 and arm/arm64), so update the README to reflect this. Also add an INSTALL file to give more user friendly building instructions. Document the optional libraries and their common package names on the way. Signed-off-by:
Andre Przywara <andre.przywara@arm.com> Signed-off-by:
Will Deacon <will.deacon@arm.com>
-
Fengguang Wu authored
Signed-off-by:
Fengguang Wu <fengguang.wu@intel.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Asias He authored
CONFIG_FB_VESA is needed for --sdl or --vnc. Update README for it. Signed-off-by:
Asias He <asias.hejun@gmail.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Wanlong Gao authored
README: change the binary name from kvm to lkvm since commit ad3efb18 has already done it. Signed-off-by:
Wanlong Gao <gaowanlong@cn.fujitsu.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Pekka Enberg authored
We should not include glibc headers from BIOS code which can't rely on glibc at runtime. This patch fixes the following build breakage on 64-bit: CC bios/e820.o In file included from /usr/include/features.h:387:0, from /usr/include/unistd.h:26, from include/kvm/util.h:12, from bios/e820.c:5: /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory compilation terminated. make: *** [bios/bios.bin.elf] Error 1 when built without the 'glibc-devel.i686' package on Fedora, for example. Cc: Asias He <asias.hejun@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Sasha Levin <levinsasha928@gmail.com> Acked-by:
Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Pekka Enberg authored
Fix up build instructions so that people can build the tool on fresh installation of Fedora. Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Pekka Enberg authored
This reverts commit f0aec23a91368e916a53e6072f2173bb481b1544. Asias He writes: 'ip=dhcp' makes kernel try to use nfs as root fs which results in a long time 'wait and fail' and finally fallback to 9p as root fs. [ 1.688000] Sending DHCP requests ., OK [ 1.695000] IP-Config: Got DHCP answer from 192.168.33.1, my address is 192.168.33.15 [ 1.699000] IP-Config: Complete: [ 1.700000] device=eth0, addr=192.168.33.15, mask=255.255.255.0, gw=192.168.33.1, [ 1.703000] host=192.168.33.15, domain=stu.buaa.edu.cn, nis-domain=(none), [ 1.706000] bootserver=192.168.33.1, rootserver=192.168.33.1, rootpath= [ 36.769000] VFS: Unable to mount root fs via NFS, trying floppy. [ 36.771000] VFS: Mounted root (9p filesystem) on device 0:14.
-
Pekka Enberg authored
As we boot to '/bin/sh' by default, enable kernel DHCP autoconfiguration too. The guest kernel needs to be configured with the following configuration options: CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y Cc: Asias He <asias.hejun@gmail.com> Cc: Avi Kivity <avi@redhat.com> Cc: Cyrill Gorcunov <gorcunov@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Prasad Joshi <prasadjoshi124@gmail.com> Cc: Sasha Levin <levinsasha928@gmail.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Sasha Levin authored
Update required kernel config options and git info. Signed-off-by:
Sasha Levin <levinsasha928@gmail.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Emil Renner Berthing authored
Signed-off-by:
Emil Renner Berthing <esmil@mailme.dk> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Asias He authored
This patch updates: - kernel configuration options - kvm command line options - authors in README. Signed-off-by:
Asias He <asias.hejun@gmail.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-
Asias He authored
Signed-off-by:
Asias He <asias.hejun@gmail.com> Signed-off-by:
Pekka Enberg <penberg@kernel.org>
-