Re: [OpenWrt-Devel] [PATCH] Make virtualization guests built for pentium4 with SMP

2015-07-12 Thread Daniel Gimpelevich
On Sun, 2015-07-12 at 14:00 +0200, Hauke Mehrtens wrote: > Will this work on most CPUs also the Atoms and so on? > I would rather prefer -march=i686 and -mtune=generic for the x86 > virtual > machine images, but I am not an x86 expert. Do I need hardware support > for visualization in my host CPU f

Re: [OpenWrt-Devel] [PATCH] Make virtualization guests built for pentium4 with SMP

2015-07-12 Thread Hauke Mehrtens
On 07/11/2015 05:37 AM, Daniel Gimpelevich wrote: > Signed-off-by: Daniel Gimpelevich > --- > include/target.mk | 1 + > target/linux/x86/kvm_guest/config-default | 15 ++- > target/linux/x86/kvm_guest/target.mk | 1 + > target/linux/x86/xen_domu/target.

[OpenWrt-Devel] [PATCH] Make virtualization guests built for pentium4 with SMP

2015-07-10 Thread Daniel Gimpelevich
Signed-off-by: Daniel Gimpelevich --- include/target.mk | 1 + target/linux/x86/kvm_guest/config-default | 15 ++- target/linux/x86/kvm_guest/target.mk | 1 + target/linux/x86/xen_domu/target.mk | 1 + 4 files changed, 17 insertions(+), 1 deletion