Re: [yocto] Request to enable SMP and virtio for qemux86/x86-64

2012-01-12 Thread Zhai, Edwin
Bruce, Thanks for your efforts! Edwin On 2012/1/11 20:43, Bruce Ashfield wrote: On 12-01-11 02:01 AM, Zhai, Edwin wrote: Bruce, Can we enable SMP and virtio by default for qemux86/x86-64? This can achieve huge perf boost for workload inside qemu. E.g. we enabled self-hosted image, where we

[yocto] Request to enable SMP and virtio for qemux86/x86-64

2012-01-10 Thread Zhai, Edwin
Bruce, Can we enable SMP and virtio by default for qemux86/x86-64? This can achieve huge perf boost for workload inside qemu. E.g. we enabled self-hosted image, where we build yocto inside qemu. Attached patch showes the kernel config option. Is it reasonable? Thanks, Edwin -- best rgds,

Re: [yocto] [PATCH 0/3] [RFC] enable Pegasus touch screen

2011-09-28 Thread Zhai, Edwin
On 09/28/2011 04:08 AM, Zanussi, Tom wrote: On Mon, 2011-09-26 at 18:03 -0700, Zhai, Edwin wrote: From: Zhai Edwinedwin.z...@intel.com Tom, These changes, based on meta-intel/tzanussi/pegasus, are needed to enable eGalax touch screen on Pegasus. Could you pls. help to review? Hi Edwin

[yocto] [RFC] fix seg fault of evolution-data-server when adding default vcard

2011-04-27 Thread Zhai, Edwin
This is one simple patch to fix seg fault of evolution-data-server, when new contact is added for new created DB. The root cause is simple: do_create (bf, XIMIAN_VCARD,) would access bf-priv-file_db and cause seg fault if not initialized. I have created one bz