From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] kvm-unit-tests : The first version of VMX nested test case Date: Tue, 16 Jul 2013 13:58:10 +0200 Message-ID: <51E53552.8080909@redhat.com> References: <1373966841-22206-1-git-send-email-yzt356@gmail.com> <51E52035.1050401@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: kvm , Jan Kiszka , Gleb Natapov To: Arthur Chunqi Li Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35594 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754261Ab3GPL6U (ORCPT ); Tue, 16 Jul 2013 07:58:20 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 16/07/2013 13:47, Arthur Chunqi Li ha scritto: > setjmp and longjmp is not implemented in our test environment, and > these two functions are highly depend on architecture. Do you think we > need to write a general code for both 32bit and 64bit, or just write > specific one just for this test case? Supporting it in x86-64 is enough for now. Paolo