From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH v2] kvm-unit-tests: VMX: Split VMX test suites to separate file Date: Sun, 04 Aug 2013 20:08:29 +0200 Message-ID: <51FE989D.9020308@web.de> References: <1375639493-8321-1-git-send-email-yzt356@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vhLOVvknpThk2oOFPO603F8PCnrX2kqrG" Cc: kvm@vger.kernel.org, gleb@redhat.com, pbonzini@redhat.com To: Arthur Chunqi Li Return-path: Received: from mout.web.de ([212.227.15.14]:53140 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752483Ab3HDSIe (ORCPT ); Sun, 4 Aug 2013 14:08:34 -0400 Received: from mchn199C.mchp.siemens.de ([95.157.58.223]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0MUF50-1UfCUH47tK-00R1ni for ; Sun, 04 Aug 2013 20:08:33 +0200 In-Reply-To: <1375639493-8321-1-git-send-email-yzt356@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --vhLOVvknpThk2oOFPO603F8PCnrX2kqrG Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 2013-08-04 20:04, Arthur Chunqi Li wrote: > @@ -432,6 +432,22 @@ enum Ctrl1 { > #define HYPERCALL_MASK 0xFFF > #define HYPERCALL_VMEXIT 0x1 > =20 > + > +extern u64 hypercall_field; > +extern u32 vpid_cnt; > +extern ulong fix_cr0_set, fix_cr0_clr; > +extern ulong fix_cr4_set, fix_cr4_clr; > +extern struct regs regs; > +extern struct vmx_test *current; > +extern bool launched; You didn't address my question if we need them all to write test cases or if some are actually core internal. The rest looks good. Jan --vhLOVvknpThk2oOFPO603F8PCnrX2kqrG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlH+mJ4ACgkQitSsb3rl5xRKyACgmO7CvJMPt5Wh3nwIuI4K0mQo OWIAoL/tGmNx2ILQMLAsfCPHXz0e8/rn =pCAM -----END PGP SIGNATURE----- --vhLOVvknpThk2oOFPO603F8PCnrX2kqrG--