Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-24 | kvm: sync headers before building with patched kernel | Avi Kivity | 1 | -0/+11 | |
Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2008-03-25 | kvm: libfdt: Add libfdt to KVM userspace | Jerone Young | 1 | -2/+7 | |
This patch adds libfdt to allow for modification of device tree entries into the KVM userspace tree. Signed-off-by: Jerone Young <jyoung5@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2008-03-23 | kvm: 'make clean' is eager to delete config.mak files | Ryota OZAKI | 1 | -0/+2 | |
Current 'make clean' deletes config.mak files so that we have to ./configure again after doing that. This behavior is different from that of standard 'make clean'. This patch introduces 'make distclean' to delete config.mak files instead of 'make clean', following a standard manner of Makefile. Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2008-01-13 | kvm: configure: per architecture top level dependencies | Christian Ehrhardt | 1 | -2/+8 | |
This allows per arch configuration for the top level Makefile of kvm-userspace e.g. allowing to disable extboot for non x86 or disabling kvmctl build until ported to an architecture. Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2008-01-06 | kvm: rpm: adjust for extboot | Avi Kivity | 1 | -0/+1 | |
Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2008-01-03 | kvm: extboot: main Makefile support | Avi Kivity | 1 | -2/+10 | |
Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2008-01-01 | kvm: Makefile: add vgabios | Avi Kivity | 1 | -1/+6 | |
Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2007-12-11 | kvm: rpm: clear BUILD directory | Avi Kivity | 1 | -0/+1 | |
Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2007-12-09 | kvm: rpm: Build RPM in a subdirectory (so as not to collide with SOURCES file) | Dan Kenigsberg | 1 | -13/+12 | |
Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2007-10-30 | kvm: move libkvm | Hollis Blanchard | 1 | -6/+8 | |
Move libkvm into its own directory. No functional changes. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com> | |||||
2007-08-16 | kvm: add bios to top-level Makefile | Avi Kivity | 1 | -1/+5 | |
2007-07-08 | kvm: Makefile: mkdir BUILD directory, needed for the build. | Uri Lublin | 1 | -1/+1 | |
2007-03-27 | Add kvm_stat to the rpm. | Dor Laor | 1 | -1/+2 | |
Installed under /usr/bin/kvm_stat | |||||
2007-02-25 | kvm: rpm: build rpm through srpm instead of relying on precompiled binaries | Avi Kivity | 1 | -9/+4 | |
since the rpm --prefix -s /usr/kvm and the default --prefix is /usr/local, we can't reuse the result of a compilation to generate an rpm. so build and srpm and compile that. | |||||
2007-02-15 | kvm: rpm: package the whole shebang | Avi Kivity | 1 | -1/+2 | |
needed for the modified bios | |||||
2007-02-06 | Some more makefile fixes by Muli Ben-Yehuda. | Dor Laor | 1 | -1/+1 | |
Cheers. | |||||
2007-01-02 | kvm: rpm: add kvm group, and allow members to access /dev/kvm | Avi Kivity | 1 | -0/+2 | |
2006-11-28 | kvm: external module make install target | Avi Kivity | 1 | -0/+3 | |
2006-11-28 | kvm: default TARGETDIR to current directory, and rename to RPMDIR | Avi Kivity | 1 | -3/+3 | |
if someone wants it somewhere special, let them specify it explicitly. | |||||
2006-11-28 | kvm: revert r3908 for Makefile, kernel/Makefile | Avi Kivity | 1 | -6/+3 | |
bad merge from amd integration branch | |||||
2006-11-27 | Cleanup temporary spec file after use | Cyril Plisko | 1 | -0/+2 | |
2006-11-23 | kvm: merge arch abstraction from amd2 branch | Avi Kivity | 1 | -3/+6 | |
2006-11-23 | kvm: Makefile: removing one 'clean' target (out of two) | Uri Lublin | 1 | -5/+0 | |
2006-11-22 | Move the rpm dir to the above level. Good for linkage with the external ↵ | Dor Laor | 1 | -1/+3 | |
repository rpms | |||||
2006-11-21 | kvm: minor merges from release branch | Avi Kivity | 1 | -0/+1 | |
too small to track actual revisions | |||||
2006-11-21 | kvm: merge from release branch (revs 3736 3740 3752-3, 3798, 3809, 3820) | Avi Kivity | 1 | -0/+6 | |
2006-11-09 | kvm: merge from kernel release branch (revs 3567, 3568, 3577, 3579, 3580, ↵ | Avi Kivity | 1 | -3/+8 | |
3582, 3582-5) | |||||
2006-11-05 | kvm: rpm: allow building userspace source rpm | Avi Kivity | 1 | -0/+11 | |
'make rpm' continues to build an rpm from prebuilt binaries 'make srpm' builds a source rpm that can be compiled with rpmbuild the %{prebuilt} macro serves to distinguish between prebuilt and ordinary builds. | |||||
2006-10-24 | added 'clean' target to Makefiles | Uri Lublin | 1 | -1/+6 | |
2006-10-22 | kvm: change rpm to use make install | Avi Kivity | 1 | -0/+18 | |
this allows non-rpm users to install things. | |||||
2006-10-15 | kvm: rpm for userspace | Avi Kivity | 1 | -1/+12 | |
package named "kvm" binary /usr/bin/kvm | |||||
2006-08-21 | kvm: add top-level Makefile | Avi Kivity | 1 | -0/+10 | |