summaryrefslogtreecommitdiffstats
path: root/target/linux/x86/kvm_guest
Commit message (Collapse)AuthorAgeFilesLines
* x86/kvm_guest: add support for 3.7Gabor Juhos2013-02-021-0/+87
| | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35460
* x86/kvm_guest: add missing symbols for 3.3Gabor Juhos2013-02-021-1/+8
| | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35458
* x86/kvm_guest: enable PCIE supportJo-Philipp Wich2012-10-121-0/+2
| | | | SVN-Revision: 33741
* add missing kvm_guest kernel optionsJohn Crispin2012-09-051-0/+4
| | | | SVN-Revision: 33319
* 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