From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH v9 10/13] test_x86_emulator.c: Add typedef for boot_t Date: Tue, 17 Feb 2015 17:46:18 -0500 Message-ID: <54E3C4BA.7020902@terremark.com> References: <1424127915-27004-1-git-send-email-dslutz@verizon.com> <1424127915-27004-11-git-send-email-dslutz@verizon.com> <54E353E5.4070400@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54E353E5.4070400@citrix.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: Andrew Cooper , 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 02/17/15 09:44, Andrew Cooper wrote: > 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. > Sigh. Fixed it in patch #6... This patch will disappear in v10. -Don Slutz > ~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" >> >