Re: [Qemu-devel] [PATCH v2 1/2] target-i386/seg_helper: refactor 4 helper functions

2013-06-02 Thread li guang
Oh, almost forgot it, Peter, what about the version? Thanks! 在 2013-05-06一的 13:55 +0800,liguang写道: > for helper_{lsl, lar, verr, verw}, there are > common parts, so move them outside, and then > call this new helper-helper function. > > Signed-off-by: liguang > --- > v2: change misc_check_helpe

Re: [Qemu-devel] [PATCH v2 1/2] target-i386/seg_helper: refactor 4 helper functions

2013-05-23 Thread li guang
ping ... 在 2013-05-06一的 13:55 +0800,liguang写道: > for helper_{lsl, lar, verr, verw}, there are > common parts, so move them outside, and then > call this new helper-helper function. > > Signed-off-by: liguang > --- > v2: change misc_check_helper to privilege_check > --- > target-i386/seg_helper.

[Qemu-devel] [PATCH v2 1/2] target-i386/seg_helper: refactor 4 helper functions

2013-05-05 Thread liguang
for helper_{lsl, lar, verr, verw}, there are common parts, so move them outside, and then call this new helper-helper function. Signed-off-by: liguang --- v2: change misc_check_helper to privilege_check --- target-i386/seg_helper.c | 179 ++--- 1 files ch