summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/kvm_guest
Commit message (Collapse)AuthorAgeFilesLines
* optimize kernel config for kvm_guestJo-Philipp Wich2012-06-181-1/+3
| | | | | | | | | | This patch enables few extra kernel options for the kvm_guest subtarget: - Tickless kernel to avoid timer ticks in idle guests, reduces CPU usage - Enable paravirtualization steal time support Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 32436
* remove inittab overrideJo-Philipp Wich2012-06-181-5/+0
| | | | SVN-Revision: 32422
* x86: remove support for old kernelsGabor Juhos2012-05-181-77/+0
| | | | SVN-Revision: 31804
* x86: remove subtarget specific LINUX_VERSION overridesGabor Juhos2012-05-181-1/+0
| | | | SVN-Revision: 31803
* x86/kvm_guest: switch to 3.3Gabor Juhos2012-05-172-0/+77
| | | | | | Compile tested only. SVN-Revision: 31763
* x86: sync 2.6.39 configsGabor Juhos2012-05-161-7/+34
| | | | SVN-Revision: 31749
* x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. ↵Jo-Philipp Wich2010-09-053-0/+57
Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22944