From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v9 10/13] test_x86_emulator.c: Add typedef for boot_t Date: Tue, 17 Feb 2015 14:44:53 +0000 Message-ID: <54E353E5.4070400@citrix.com> References: <1424127915-27004-1-git-send-email-dslutz@verizon.com> <1424127915-27004-11-git-send-email-dslutz@verizon.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1424127915-27004-11-git-send-email-dslutz@verizon.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Don Slutz , xen-devel@lists.xen.org Cc: Kevin Tian , Keir Fraser , Ian Campbell , Stefano Stabellini , Jun Nakajima , Eddie Dong , Ian Jackson , Tim Deegan , George Dunlap , Aravind Gopalakrishnan , Jan Beulich , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On 16/02/15 23:05, Don Slutz wrote: > This is needed by me to build this test > > Signed-off-by: Don Slutz That is because you broke it with patch 6 by introducing do_vmport. ~Andrew > --- > tools/tests/x86_emulator/test_x86_emulator.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tools/tests/x86_emulator/test_x86_emulator.c b/tools/tests/x86_emulator/test_x86_emulator.c > index 6f67fc7..03cd0e8 100644 > --- a/tools/tests/x86_emulator/test_x86_emulator.c > +++ b/tools/tests/x86_emulator/test_x86_emulator.c > @@ -9,6 +9,8 @@ > > #define __packed __attribute__((packed)) > > +typedef bool bool_t; > + > #include "x86_emulate/x86_emulate.h" > #include "blowfish.h" >