[LEDE-DEV] [PATCH 0/6] LEDE as KVM host

Yousong Zhou yszhou4tech at gmail.com
Wed Nov 23 08:03:37 PST 2016


This series tries to make KVM support available for x86 and sunxi target.
Together with qemu softmmu emulators provided by pr at [1], now it's possible
to run KVM virtual machines on LEDE.

This series has been runtested on a x86_64 server machine and cubieboard2
single board pc.  Interesting that I have nevered owned a box that is capable
of running KVM before ;)

 [1] qemu: packaging target {x86_64,arm,mips}-softmmu and friends,
     https://github.com/openwrt/packages/pull/3550

Yousong Zhou (6):
  build: scan.mk: remove not used variable SCAN_STAMP
  toolchain: gcc: disable ifunc on *-musl by default
  package: add kernel packages for kvm virtualization
  target: sunxi: enable kvm support
  package: kernel: add module crypto-hw-sunxi
  target: sunxi: add kmod-crypto-hw-sunxi as a default pacakge

 include/scan.mk                                    |   4 +-
 package/kernel/linux/modules/crypto.mk             |  17 ++++
 package/kernel/linux/modules/virt.mk               | 105 +++++++++++++++++++++
 target/linux/sunxi/Makefile                        |   2 +-
 target/linux/sunxi/config-4.4                      |  64 +++++++++----
 .../5.4.0/280-musl-disable-ifunc-by-default.patch  |  38 ++++++++
 .../6.2.0/280-musl-disable-ifunc-by-default.patch  |  38 ++++++++
 7 files changed, 249 insertions(+), 19 deletions(-)
 create mode 100644 package/kernel/linux/modules/virt.mk
 create mode 100644 toolchain/gcc/patches/5.4.0/280-musl-disable-ifunc-by-default.patch
 create mode 100644 toolchain/gcc/patches/6.2.0/280-musl-disable-ifunc-by-default.patch

-- 
2.6.4




More information about the Lede-dev mailing list