aboutsummaryrefslogtreecommitdiff
path: root/target/linux/x86/kvm_guest
Commit message (Collapse)AuthorAge
* x86/kvm_guest: add support for 3.7Gabor Juhos2013-02-02
| | | | | | | 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-02
| | | | | | | 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-12
| | | | SVN-Revision: 33741
* add missing kvm_guest kernel optionsJohn Crispin2012-09-05
| | | | SVN-Revision: 33319
* optimize kernel config for kvm_guestJo-Philipp Wich2012-06-18
| | | | | | | | | | 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-18
| | | | SVN-Revision: 32422
* x86: remove support for old kernelsGabor Juhos2012-05-18
| | | | SVN-Revision: 31804
* x86: remove subtarget specific LINUX_VERSION overridesGabor Juhos2012-05-18
| | | | SVN-Revision: 31803
* x86/kvm_guest: switch to 3.3Gabor Juhos2012-05-17
| | | | | | Compile tested only. SVN-Revision: 31763
* x86: sync 2.6.39 configsGabor Juhos2012-05-16
| | | | SVN-Revision: 31749
* x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. ↵Jo-Philipp Wich2010-09-05
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