From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?H=c3=a5kon_Alstadheim?= Subject: Re: [BUG] Xen BUG at irq.c:1705 after [VT-D]d1:PCIe: unmap Date: Mon, 7 Mar 2016 16:44:13 +0100 Message-ID: <56DDA1CD.8000701@alstadheim.priv.no> References: <56DACF94.9080502@alstadheim.priv.no> <56DD930902000078000D9FE2@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000503010500020806040703" Return-path: In-Reply-To: <56DD930902000078000D9FE2@prv-mh.provo.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xen.org Sender: "Xen-devel" To: Jan Beulich Cc: Xen Devel List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------000503010500020806040703 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 03/07/2016 02:41 PM, Jan Beulich wrote: > > Plain Xen 4.6.1 doesn't have any BUG() or BUG_ON() at that line, > so you will need to tell us which nearby one it is. And of course > the question then also arises whether plain 4.6.1 (or even better > 4.7-unstable) would also surface this problem. Ahh ... I have a custom patch (for debugging another issue). Might cause other badness combination with gentoo ebuild. Just forget about this for now, I'll see if the bug exists with the plain gentoo ebuild. :-) . --------------000503010500020806040703 Content-Type: text/x-log; name="app-emulation:xen-4.6.1:20160307-153227.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="app-emulation:xen-4.6.1:20160307-153227.log" * Package: app-emulation/xen-4.6.1 * Repository: gentoo * Maintainer: xen@gentoo.org * USE: abi_x86_64 amd64 debug efi elibc_glibc kernel_linux userla= nd_GNU * FEATURES: ccache preserve-libs sandbox splitdebug userpriv usersandb= ox >>> Unpacking source... >>> Unpacking xen-4.6.1.tar.gz to /var/tmp/portage/app-emulation/xen-4.6.= 1/work >>> Source unpacked in /var/tmp/portage/app-emulation/xen-4.6.1/work >>> Preparing source in /var/tmp/portage/app-emulation/xen-4.6.1/work/xen= -4.6.1 ... * Applying xen-4.6-efi.patch ... [ ok ] * Applying user patches from /etc/portage/patches//app-emulation/xen ...= * xen-irq-bug-v2.patch ... [ ok ] * Done with patching >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-emulation/xen-4.6.1/work/x= en-4.6.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-emulation/xen-4.6.1/work/xen= -4.6.1 ... make -j7 -l7 V=3D1 CC=3Dx86_64-pc-linux-gnu-gcc LDFLAGS=3D LD=3Dx86_64-pc= -linux-gnu-ld -C xen debug=3Dy=20 make: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/work/x= en-4.6.1/xen' make -f Rules.mk _build make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen' make -C tools make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/tools' make symbols make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/tools' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasi= ng -Wdeclaration-after-statement -o symbols symbols.c make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/tools' make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/tools' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk include/xen/compile.h make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen' Xen 4.6.1 make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen' [ -e include/asm ] || ln -sf asm-x86 include/asm [ -e arch/x86/efi ] && for f in boot.c runtime.c compat.c efi.h;\ do ln -nsf ../../../common/efi/$f arch/x86/efi/; done;\ true make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C include make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/include' mkdir -p compat mkdir -p compat mkdir -p compat mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/callback.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/callback.c.new mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/elfnote.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/elfnote.c.new grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/event_channel.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/event_channel.c.new mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/features.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/features.c.new mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/grant_table.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/grant_table.c.new grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/kexec.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/kexec.c.new grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/memory.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/memory.c.new mv -f compat/callback.c.new compat/callback.c mv -f compat/features.c.new compat/features.c mkdir -p compat mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/nmi.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/nmi.c.new grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/physdev.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/physdev.c.new mv -f compat/elfnote.c.new compat/elfnote.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/platform.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/platform.c.new mv -f compat/kexec.c.new compat/kexec.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/sched.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/sched.c.new mv -f compat/event_channel.c.new compat/event_channel.c mkdir -p compat mv -f compat/nmi.c.new compat/nmi.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/trace.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/trace.c.new grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/tmem.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/tmem.c.new mv -f compat/memory.c.new compat/memory.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/vcpu.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/vcpu.c.new mv -f compat/sched.c.new compat/sched.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/version.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/version.c.new mv -f compat/tmem.c.new compat/tmem.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xen.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/xen.c.new mv -f compat/physdev.c.new compat/physdev.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/xenoprof.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/xenoprof.c.new mv -f compat/grant_table.c.new compat/grant_table.c mv -f compat/vcpu.c.new compat/vcpu.c mkdir -p compat/arch-x86 mkdir -p compat/arch-x86 grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-mca.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/arch-x86/xen-mca.c.new grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/pmu.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/arch-x86/pmu.c.new mv -f compat/version.c.new compat/version.c mkdir -p compat/arch-x86 grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/arch-x86/xen.c.new mv -f compat/trace.c.new compat/trace.c mkdir -p compat/arch-x86 grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86/xen-x86_32.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/arch-x86/xen-x86_32.c.new mv -f compat/xenoprof.c.new compat/xenoprof.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/arch-x86_32.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/arch-x86_32.c.new mv -f compat/arch-x86/pmu.c.new compat/arch-x86/pmu.c mkdir -p compat grep -v 'DEFINE_XEN_GUEST_HANDLE(long)' public/pmu.h | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-source.py >compat/pmu.c.new mv -f compat/arch-x86_32.c.new compat/arch-x86_32.c mv -f compat/platform.c.new compat/platform.c mkdir -p compat/.xlat mkdir -p compat/.xlat/arch-x86 grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+xen\.h[[:blank:]]*$,,p' >compat/.xlat/xen.lst.new grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+arch-x86/pmu\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/pmu.lst= =2Enew if ! cmp -s compat/.xlat/xen.lst.new compat/.xlat/xen.lst; then mv -f com= pat/.xlat/xen.lst.new compat/.xlat/xen.lst; else rm -f compat/.xlat/xen.l= st.new; fi if ! cmp -s compat/.xlat/arch-x86/pmu.lst.new compat/.xlat/arch-x86/pmu.l= st; then mv -f compat/.xlat/arch-x86/pmu.lst.new compat/.xlat/arch-x86/pm= u.lst; else rm -f compat/.xlat/arch-x86/pmu.lst.new; fi mv -f compat/arch-x86/xen.c.new compat/arch-x86/xen.c mkdir -p compat/.xlat/arch-x86 mkdir -p compat/.xlat/arch-x86 grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+arch-x86/xen-x86_32\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/= xen-x86_32.lst.new mkdir -p compat/.xlat/arch-x86 grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+arch-x86/xen\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen.lst= =2Enew grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+arch-x86/xen-mca\.h[[:blank:]]*$,,p' >compat/.xlat/arch-x86/xen= -mca.lst.new if ! cmp -s compat/.xlat/arch-x86/xen-x86_32.lst.new compat/.xlat/arch-x8= 6/xen-x86_32.lst; then mv -f compat/.xlat/arch-x86/xen-x86_32.lst.new com= pat/.xlat/arch-x86/xen-x86_32.lst; else rm -f compat/.xlat/arch-x86/xen-x= 86_32.lst.new; fi if ! cmp -s compat/.xlat/arch-x86/xen.lst.new compat/.xlat/arch-x86/xen.l= st; then mv -f compat/.xlat/arch-x86/xen.lst.new compat/.xlat/arch-x86/xe= n.lst; else rm -f compat/.xlat/arch-x86/xen.lst.new; fi mv -f compat/arch-x86/xen-x86_32.c.new compat/arch-x86/xen-x86_32.c mkdir -p compat/.xlat grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+event_channel\.h[[:blank:]]*$,,p' >compat/.xlat/event_channel.l= st.new mkdir -p compat/.xlat if ! cmp -s compat/.xlat/arch-x86/xen-mca.lst.new compat/.xlat/arch-x86/x= en-mca.lst; then mv -f compat/.xlat/arch-x86/xen-mca.lst.new compat/.xlat= /arch-x86/xen-mca.lst; else rm -f compat/.xlat/arch-x86/xen-mca.lst.new; = fi grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+grant_table\.h[[:blank:]]*$,,p' >compat/.xlat/grant_table.lst.n= ew mkdir -p compat/.xlat mv -f compat/arch-x86/xen-mca.c.new compat/arch-x86/xen-mca.c if ! cmp -s compat/.xlat/event_channel.lst.new compat/.xlat/event_channel= =2Elst; then mv -f compat/.xlat/event_channel.lst.new compat/.xlat/event_= channel.lst; else rm -f compat/.xlat/event_channel.lst.new; fi mkdir -p compat/.xlat grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+kexec\.h[[:blank:]]*$,,p' >compat/.xlat/kexec.lst.new grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+memory\.h[[:blank:]]*$,,p' >compat/.xlat/memory.lst.new mkdir -p compat/.xlat if ! cmp -s compat/.xlat/grant_table.lst.new compat/.xlat/grant_table.lst= ; then mv -f compat/.xlat/grant_table.lst.new compat/.xlat/grant_table.ls= t; else rm -f compat/.xlat/grant_table.lst.new; fi grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+physdev\.h[[:blank:]]*$,,p' >compat/.xlat/physdev.lst.new mv -f compat/pmu.c.new compat/pmu.c mkdir -p compat/.xlat mkdir -p compat/.xlat if ! cmp -s compat/.xlat/memory.lst.new compat/.xlat/memory.lst; then mv = -f compat/.xlat/memory.lst.new compat/.xlat/memory.lst; else rm -f compat= /.xlat/memory.lst.new; fi grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+pmu\.h[[:blank:]]*$,,p' >compat/.xlat/pmu.lst.new grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+platform\.h[[:blank:]]*$,,p' >compat/.xlat/platform.lst.new if ! cmp -s compat/.xlat/kexec.lst.new compat/.xlat/kexec.lst; then mv -f= compat/.xlat/kexec.lst.new compat/.xlat/kexec.lst; else rm -f compat/.xl= at/kexec.lst.new; fi if ! cmp -s compat/.xlat/physdev.lst.new compat/.xlat/physdev.lst; then m= v -f compat/.xlat/physdev.lst.new compat/.xlat/physdev.lst; else rm -f co= mpat/.xlat/physdev.lst.new; fi mkdir -p compat/.xlat grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+sched\.h[[:blank:]]*$,,p' >compat/.xlat/sched.lst.new if ! cmp -s compat/.xlat/pmu.lst.new compat/.xlat/pmu.lst; then mv -f com= pat/.xlat/pmu.lst.new compat/.xlat/pmu.lst; else rm -f compat/.xlat/pmu.l= st.new; fi mkdir -p compat/.xlat grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+tmem\.h[[:blank:]]*$,,p' >compat/.xlat/tmem.lst.new if ! cmp -s compat/.xlat/platform.lst.new compat/.xlat/platform.lst; then= mv -f compat/.xlat/platform.lst.new compat/.xlat/platform.lst; else rm -= f compat/.xlat/platform.lst.new; fi mkdir -p compat/.xlat if ! cmp -s compat/.xlat/sched.lst.new compat/.xlat/sched.lst; then mv -f= compat/.xlat/sched.lst.new compat/.xlat/sched.lst; else rm -f compat/.xl= at/sched.lst.new; fi mkdir -p compat/.xlat grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+vcpu\.h[[:blank:]]*$,,p' >compat/.xlat/vcpu.lst.new mkdir -p compat/.xlat grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+trace\.h[[:blank:]]*$,,p' >compat/.xlat/trace.lst.new if ! cmp -s compat/.xlat/tmem.lst.new compat/.xlat/tmem.lst; then mv -f c= ompat/.xlat/tmem.lst.new compat/.xlat/tmem.lst; else rm -f compat/.xlat/t= mem.lst.new; fi for i in public/pmu.h public/vcpu.h public/errno.h public/kexec.h public/= nmi.h public/gcov.h public/xencomm.h public/xenoprof.h public/sched.h pub= lic/version.h public/memory.h public/xen.h public/features.h public/xen-c= ompat.h public/callback.h public/vm_event.h public/grant_table.h public/p= hysdev.h public/platform.h public/tmem.h public/elfnote.h public/trace.h = public/event_channel.h public/io/kbdif.h public/io/protocols.h public/io/= ring.h public/io/libxenvchan.h public/io/console.h public/io/blkif.h publ= ic/io/fsif.h public/io/fbif.h public/io/xenbus.h public/io/netif.h public= /io/usbif.h public/io/pciif.h public/io/tpmif.h public/io/xs_wire.h publi= c/io/vscsiif.h public/hvm/pvdrivers.h public/hvm/e820.h public/hvm/hvm_xs= _strings.h public/hvm/hvm_op.h public/hvm/hvm_info_table.h public/hvm/ior= eq.h public/hvm/params.h; do \ x86_64-pc-linux-gnu-gcc -x c -ansi -Wall -include stdint.h \ -S -o /dev/null $i || exit 1; \ echo $i; \ done >headers.chk.new grep -v '^[[:blank:]]*#' xlat.lst | sed -ne 's,@arch@,x86_32,g' -re 's,[[= :blank:]]+xenoprof\.h[[:blank:]]*$,,p' >compat/.xlat/xenoprof.lst.new if ! cmp -s compat/.xlat/vcpu.lst.new compat/.xlat/vcpu.lst; then mv -f c= ompat/.xlat/vcpu.lst.new compat/.xlat/vcpu.lst; else rm -f compat/.xlat/v= cpu.lst.new; fi if g++ -v >/dev/null 2>&1; then \ for i in public/pmu.h public/vcpu.h public/sysctl.h public/errno.h pu= blic/kexec.h public/nmi.h public/gcov.h public/xencomm.h public/xenoprof.= h public/sched.h public/version.h public/memory.h public/xen.h public/fea= tures.h public/xen-compat.h public/callback.h public/vm_event.h public/gr= ant_table.h public/physdev.h public/platform.h public/tmem.h public/elfno= te.h public/trace.h public/event_channel.h public/domctl.h public/io/kbdi= f.h public/io/protocols.h public/io/ring.h public/io/libxenvchan.h public= /io/console.h public/io/blkif.h public/io/fsif.h public/io/fbif.h public/= io/xenbus.h public/io/netif.h public/io/usbif.h public/io/pciif.h public/= io/tpmif.h public/io/xs_wire.h public/io/vscsiif.h public/hvm/pvdrivers.h= public/hvm/e820.h public/hvm/hvm_xs_strings.h public/hvm/hvm_op.h public= /hvm/save.h public/hvm/hvm_info_table.h public/hvm/ioreq.h public/hvm/par= ams.h public/xsm/flask_op.h; do \ echo '#include "'$i'"' \ | g++ -x c++ -std=3Dgnu++98 -Wall -D__XEN_TOOLS__ \ -include stdint.h -include public/xen.h -S -o /dev/null - \ || exit 1; \ echo $i; \ done ; \ fi >headers++.chk.new if ! cmp -s compat/.xlat/trace.lst.new compat/.xlat/trace.lst; then mv -f= compat/.xlat/trace.lst.new compat/.xlat/trace.lst; else rm -f compat/.xl= at/trace.lst.new; fi if ! cmp -s compat/.xlat/xenoprof.lst.new compat/.xlat/xenoprof.lst; then= mv -f compat/.xlat/xenoprof.lst.new compat/.xlat/xenoprof.lst; else rm -= f compat/.xlat/xenoprof.lst.new; fi x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/callback.i compat/callback.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/elfnote.i compat/elfnote.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/event_channel.i compat/event_channel.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/features.i compat/features.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/grant_table.i compat/grant_table.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/kexec.i compat/kexec.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/memory.i compat/memory.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/nmi.i compat/nmi.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/physdev.i compat/physdev.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/platform.i compat/platform.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/sched.i compat/sched.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/tmem.i compat/tmem.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/trace.i compat/trace.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/vcpu.i compat/vcpu.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/version.i compat/version.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/xenoprof.i compat/xenoprof.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/arch-x86/pmu.i compat/arch-x86/pmu.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/arch-x86/xen-mca.i compat/arch-x86/xen-mca.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/arch-x86/xen.i compat/arch-x86/xen.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/arch-x86/xen-x86_32.i compat/arch-x86/xen-x86_32.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/arch-x86_32.i compat/arch-x86_32.c mv -f compat/xen.c.new compat/xen.c x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/pmu.i compat/pmu.c set -e; id=3D_$(echo compat/callback.h | tr '[:lower:]-/.' '[:upper:]___'= ); \ echo "#ifndef $id" >compat/callback.h.new; \ echo "#define $id" >>compat/callback.h.new; \ echo "#include " >>compat/callback.h.new; \ echo "#include " >>compat/callback.h.new; \ echo "#pragma pack(4)" >>compat/callback.h.new; \ grep -v '^# [0-9]' compat/callback.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/callback.h.new; \ echo "#pragma pack()" >>compat/callback.h.new; \ echo "#endif /* $id */" >>compat/callback.h.new set -e; id=3D_$(echo compat/elfnote.h | tr '[:lower:]-/.' '[:upper:]___')= ; \ echo "#ifndef $id" >compat/elfnote.h.new; \ echo "#define $id" >>compat/elfnote.h.new; \ echo "#include " >>compat/elfnote.h.new; \ echo "#include " >>compat/elfnote.h.new; \ echo "#pragma pack(4)" >>compat/elfnote.h.new; \ grep -v '^# [0-9]' compat/elfnote.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/elfnote.h.new; \ echo "#pragma pack()" >>compat/elfnote.h.new; \ echo "#endif /* $id */" >>compat/elfnote.h.new set -e; id=3D_$(echo compat/event_channel.h | tr '[:lower:]-/.' '[:upper:= ]___'); \ echo "#ifndef $id" >compat/event_channel.h.new; \ echo "#define $id" >>compat/event_channel.h.new; \ echo "#include " >>compat/event_channel.h.new; \ echo "#include " >>compat/event_channel.h.new; \ echo "#pragma pack(4)" >>compat/event_channel.h.new; \ grep -v '^# [0-9]' compat/event_channel.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/event_channel.h.new; \= echo "#pragma pack()" >>compat/event_channel.h.new; \ echo "#endif /* $id */" >>compat/event_channel.h.new set -e; id=3D_$(echo compat/features.h | tr '[:lower:]-/.' '[:upper:]___'= ); \ echo "#ifndef $id" >compat/features.h.new; \ echo "#define $id" >>compat/features.h.new; \ echo "#include " >>compat/features.h.new; \ echo "#include " >>compat/features.h.new; \ echo "#pragma pack(4)" >>compat/features.h.new; \ grep -v '^# [0-9]' compat/features.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/features.h.new; \ echo "#pragma pack()" >>compat/features.h.new; \ echo "#endif /* $id */" >>compat/features.h.new set -e; id=3D_$(echo compat/grant_table.h | tr '[:lower:]-/.' '[:upper:]_= __'); \ echo "#ifndef $id" >compat/grant_table.h.new; \ echo "#define $id" >>compat/grant_table.h.new; \ echo "#include " >>compat/grant_table.h.new; \ echo "#include " >>compat/grant_table.h.new; \ echo "#pragma pack(4)" >>compat/grant_table.h.new; \ grep -v '^# [0-9]' compat/grant_table.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/grant_table.h.new; \ echo "#pragma pack()" >>compat/grant_table.h.new; \ echo "#endif /* $id */" >>compat/grant_table.h.new mv -f compat/elfnote.h.new compat/elfnote.h mv -f compat/callback.h.new compat/callback.h set -e; id=3D_$(echo compat/kexec.h | tr '[:lower:]-/.' '[:upper:]___'); = \ echo "#ifndef $id" >compat/kexec.h.new; \ echo "#define $id" >>compat/kexec.h.new; \ echo "#include " >>compat/kexec.h.new; \ echo "#include " >>compat/kexec.h.new; \ echo "#pragma pack(4)" >>compat/kexec.h.new; \ grep -v '^# [0-9]' compat/kexec.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/kexec.h.new; \ echo "#pragma pack()" >>compat/kexec.h.new; \ echo "#endif /* $id */" >>compat/kexec.h.new set -e; id=3D_$(echo compat/memory.h | tr '[:lower:]-/.' '[:upper:]___');= \ echo "#ifndef $id" >compat/memory.h.new; \ echo "#define $id" >>compat/memory.h.new; \ echo "#include " >>compat/memory.h.new; \ echo "#include " >>compat/memory.h.new; \ echo "#pragma pack(4)" >>compat/memory.h.new; \ grep -v '^# [0-9]' compat/memory.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/memory.h.new; \ echo "#pragma pack()" >>compat/memory.h.new; \ echo "#endif /* $id */" >>compat/memory.h.new mv -f compat/features.h.new compat/features.h set -e; id=3D_$(echo compat/nmi.h | tr '[:lower:]-/.' '[:upper:]___'); \ echo "#ifndef $id" >compat/nmi.h.new; \ echo "#define $id" >>compat/nmi.h.new; \ echo "#include " >>compat/nmi.h.new; \ echo "#include " >>compat/nmi.h.new; \ echo "#pragma pack(4)" >>compat/nmi.h.new; \ grep -v '^# [0-9]' compat/nmi.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/nmi.h.new; \ echo "#pragma pack()" >>compat/nmi.h.new; \ echo "#endif /* $id */" >>compat/nmi.h.new mv -f compat/grant_table.h.new compat/grant_table.h mv -f compat/event_channel.h.new compat/event_channel.h set -e; id=3D_$(echo compat/physdev.h | tr '[:lower:]-/.' '[:upper:]___')= ; \ echo "#ifndef $id" >compat/physdev.h.new; \ echo "#define $id" >>compat/physdev.h.new; \ echo "#include " >>compat/physdev.h.new; \ echo "#include " >>compat/physdev.h.new; \ echo "#pragma pack(4)" >>compat/physdev.h.new; \ grep -v '^# [0-9]' compat/physdev.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/physdev.h.new; \ echo "#pragma pack()" >>compat/physdev.h.new; \ echo "#endif /* $id */" >>compat/physdev.h.new set -e; id=3D_$(echo compat/platform.h | tr '[:lower:]-/.' '[:upper:]___'= ); \ echo "#ifndef $id" >compat/platform.h.new; \ echo "#define $id" >>compat/platform.h.new; \ echo "#include " >>compat/platform.h.new; \ echo "#include " >>compat/platform.h.new; \ echo "#pragma pack(4)" >>compat/platform.h.new; \ grep -v '^# [0-9]' compat/platform.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/platform.h.new; \ echo "#pragma pack()" >>compat/platform.h.new; \ echo "#endif /* $id */" >>compat/platform.h.new mv -f compat/kexec.h.new compat/kexec.h set -e; id=3D_$(echo compat/sched.h | tr '[:lower:]-/.' '[:upper:]___'); = \ echo "#ifndef $id" >compat/sched.h.new; \ echo "#define $id" >>compat/sched.h.new; \ echo "#include " >>compat/sched.h.new; \ echo "#include " >>compat/sched.h.new; \ echo "#pragma pack(4)" >>compat/sched.h.new; \ grep -v '^# [0-9]' compat/sched.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/sched.h.new; \ echo "#pragma pack()" >>compat/sched.h.new; \ echo "#endif /* $id */" >>compat/sched.h.new mv -f compat/nmi.h.new compat/nmi.h set -e; id=3D_$(echo compat/tmem.h | tr '[:lower:]-/.' '[:upper:]___'); \= echo "#ifndef $id" >compat/tmem.h.new; \ echo "#define $id" >>compat/tmem.h.new; \ echo "#include " >>compat/tmem.h.new; \ echo "#include " >>compat/tmem.h.new; \ echo "#pragma pack(4)" >>compat/tmem.h.new; \ grep -v '^# [0-9]' compat/tmem.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/tmem.h.new; \ echo "#pragma pack()" >>compat/tmem.h.new; \ echo "#endif /* $id */" >>compat/tmem.h.new mv -f compat/memory.h.new compat/memory.h set -e; id=3D_$(echo compat/trace.h | tr '[:lower:]-/.' '[:upper:]___'); = \ echo "#ifndef $id" >compat/trace.h.new; \ echo "#define $id" >>compat/trace.h.new; \ echo "#include " >>compat/trace.h.new; \ echo "#include " >>compat/trace.h.new; \ echo "#pragma pack(4)" >>compat/trace.h.new; \ grep -v '^# [0-9]' compat/trace.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/trace.h.new; \ echo "#pragma pack()" >>compat/trace.h.new; \ echo "#endif /* $id */" >>compat/trace.h.new mv -f compat/sched.h.new compat/sched.h set -e; id=3D_$(echo compat/vcpu.h | tr '[:lower:]-/.' '[:upper:]___'); \= echo "#ifndef $id" >compat/vcpu.h.new; \ echo "#define $id" >>compat/vcpu.h.new; \ echo "#include " >>compat/vcpu.h.new; \ echo "#include " >>compat/vcpu.h.new; \ echo "#pragma pack(4)" >>compat/vcpu.h.new; \ grep -v '^# [0-9]' compat/vcpu.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/vcpu.h.new; \ echo "#pragma pack()" >>compat/vcpu.h.new; \ echo "#endif /* $id */" >>compat/vcpu.h.new mv -f compat/tmem.h.new compat/tmem.h mv -f compat/physdev.h.new compat/physdev.h set -e; id=3D_$(echo compat/version.h | tr '[:lower:]-/.' '[:upper:]___')= ; \ echo "#ifndef $id" >compat/version.h.new; \ echo "#define $id" >>compat/version.h.new; \ echo "#include " >>compat/version.h.new; \ echo "#include " >>compat/version.h.new; \ echo "#pragma pack(4)" >>compat/version.h.new; \ grep -v '^# [0-9]' compat/version.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/version.h.new; \ echo "#pragma pack()" >>compat/version.h.new; \ echo "#endif /* $id */" >>compat/version.h.new x86_64-pc-linux-gnu-gcc -E -O1 -fno-omit-frame-pointer -m64 -g -fno-stric= t-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-sta= tement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADO= W_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACC= ESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX = -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -fno-optimize-sibling-call= s -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=3Dgnu99 -= Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-se= t-variable -Wno-unused-local-typedefs -include public/xen-compat.h -m32 -= o compat/xen.i compat/xen.c mv -f compat/trace.h.new compat/trace.h set -e; id=3D_$(echo compat/xenoprof.h | tr '[:lower:]-/.' '[:upper:]___'= ); \ echo "#ifndef $id" >compat/xenoprof.h.new; \ echo "#define $id" >>compat/xenoprof.h.new; \ echo "#include " >>compat/xenoprof.h.new; \ echo "#include " >>compat/xenoprof.h.new; \ echo "#pragma pack(4)" >>compat/xenoprof.h.new; \ grep -v '^# [0-9]' compat/xenoprof.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/xenoprof.h.new; \ echo "#pragma pack()" >>compat/xenoprof.h.new; \ echo "#endif /* $id */" >>compat/xenoprof.h.new mv -f compat/platform.h.new compat/platform.h set -e; id=3D_$(echo compat/arch-x86/pmu.h | tr '[:lower:]-/.' '[:upper:]= ___'); \ echo "#ifndef $id" >compat/arch-x86/pmu.h.new; \ echo "#define $id" >>compat/arch-x86/pmu.h.new; \ echo "#include " >>compat/arch-x86/pmu.h.new; \ \ echo "#pragma pack(4)" >>compat/arch-x86/pmu.h.new; \ grep -v '^# [0-9]' compat/arch-x86/pmu.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/pmu.h.new; \ echo "#pragma pack()" >>compat/arch-x86/pmu.h.new; \ echo "#endif /* $id */" >>compat/arch-x86/pmu.h.new set -e; id=3D_$(echo compat/arch-x86/xen-mca.h | tr '[:lower:]-/.' '[:upp= er:]___'); \ echo "#ifndef $id" >compat/arch-x86/xen-mca.h.new; \ echo "#define $id" >>compat/arch-x86/xen-mca.h.new; \ echo "#include " >>compat/arch-x86/xen-mca.h.new; \ \ echo "#pragma pack(4)" >>compat/arch-x86/xen-mca.h.new; \ grep -v '^# [0-9]' compat/arch-x86/xen-mca.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen-mca.h.new= ; \ echo "#pragma pack()" >>compat/arch-x86/xen-mca.h.new; \ echo "#endif /* $id */" >>compat/arch-x86/xen-mca.h.new mv -f compat/version.h.new compat/version.h set -e; id=3D_$(echo compat/arch-x86/xen.h | tr '[:lower:]-/.' '[:upper:]= ___'); \ echo "#ifndef $id" >compat/arch-x86/xen.h.new; \ echo "#define $id" >>compat/arch-x86/xen.h.new; \ echo "#include " >>compat/arch-x86/xen.h.new; \ \ echo "#pragma pack(4)" >>compat/arch-x86/xen.h.new; \ grep -v '^# [0-9]' compat/arch-x86/xen.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen.h.new; \ echo "#pragma pack()" >>compat/arch-x86/xen.h.new; \ echo "#endif /* $id */" >>compat/arch-x86/xen.h.new mv -f compat/vcpu.h.new compat/vcpu.h set -e; id=3D_$(echo compat/arch-x86/xen-x86_32.h | tr '[:lower:]-/.' '[:= upper:]___'); \ echo "#ifndef $id" >compat/arch-x86/xen-x86_32.h.new; \ echo "#define $id" >>compat/arch-x86/xen-x86_32.h.new; \ echo "#include " >>compat/arch-x86/xen-x86_32.h.new; \ \ echo "#pragma pack(4)" >>compat/arch-x86/xen-x86_32.h.new; \ grep -v '^# [0-9]' compat/arch-x86/xen-x86_32.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/arch-x86/xen-x86_32.h.= new; \ echo "#pragma pack()" >>compat/arch-x86/xen-x86_32.h.new; \ echo "#endif /* $id */" >>compat/arch-x86/xen-x86_32.h.new mv -f compat/xenoprof.h.new compat/xenoprof.h set -e; id=3D_$(echo compat/arch-x86_32.h | tr '[:lower:]-/.' '[:upper:]_= __'); \ echo "#ifndef $id" >compat/arch-x86_32.h.new; \ echo "#define $id" >>compat/arch-x86_32.h.new; \ echo "#include " >>compat/arch-x86_32.h.new; \ \ echo "#pragma pack(4)" >>compat/arch-x86_32.h.new; \ grep -v '^# [0-9]' compat/arch-x86_32.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/arch-x86_32.h.new; \ echo "#pragma pack()" >>compat/arch-x86_32.h.new; \ echo "#endif /* $id */" >>compat/arch-x86_32.h.new mv -f compat/arch-x86/pmu.h.new compat/arch-x86/pmu.h set -e; id=3D_$(echo compat/pmu.h | tr '[:lower:]-/.' '[:upper:]___'); \ echo "#ifndef $id" >compat/pmu.h.new; \ echo "#define $id" >>compat/pmu.h.new; \ echo "#include " >>compat/pmu.h.new; \ echo "#include " >>compat/pmu.h.new; \ echo "#pragma pack(4)" >>compat/pmu.h.new; \ grep -v '^# [0-9]' compat/pmu.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/pmu.h.new; \ echo "#pragma pack()" >>compat/pmu.h.new; \ echo "#endif /* $id */" >>compat/pmu.h.new mv -f compat/arch-x86/xen-mca.h.new compat/arch-x86/xen-mca.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/arch-x86/pmu.h || exit $?; \ done compat/.xlat/arch-x86/pmu.h.new mv -f compat/arch-x86/xen-x86_32.h.new compat/arch-x86/xen-x86_32.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/arch-x86/xen-mca.h || exit $?= ; \ done compat/.xlat/arch-x86/xen-mca.h.= new mv -f compat/arch-x86/xen.h.new compat/arch-x86/xen.h mv -f compat/arch-x86_32.h.new compat/arch-x86_32.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/event_channel.h || exit $?; \= done compat/.xlat/event_channel.h.new export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/grant_table.h || exit $?; \ done compat/.xlat/grant_table.h.new mv -f compat/pmu.h.new compat/pmu.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/kexec.h || exit $?; \ done compat/.xlat/kexec.h.new mv -f compat/.xlat/kexec.h.new compat/.xlat/kexec.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/memory.h || exit $?; \ done compat/.xlat/memory.h.new mv headers.chk.new headers.chk export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/physdev.h || exit $?; \ done compat/.xlat/physdev.h.new mv headers++.chk.new headers++.chk export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/platform.h || exit $?; \ done compat/.xlat/platform.h.new mv -f compat/.xlat/arch-x86/pmu.h.new compat/.xlat/arch-x86/pmu.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/pmu.h || exit $?; \ done compat/.xlat/pmu.h.new mv -f compat/.xlat/pmu.h.new compat/.xlat/pmu.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/sched.h || exit $?; \ done compat/.xlat/sched.h.new mv -f compat/.xlat/sched.h.new compat/.xlat/sched.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/tmem.h || exit $?; \ done compat/.xlat/tmem.h.new mv -f compat/.xlat/event_channel.h.new compat/.xlat/event_channel.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/trace.h || exit $?; \ done compat/.xlat/trace.h.new mv -f compat/.xlat/trace.h.new compat/.xlat/trace.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/vcpu.h || exit $?; \ done compat/.xlat/vcpu.h.new mv -f compat/.xlat/tmem.h.new compat/.xlat/tmem.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/xenoprof.h || exit $?; \ done compat/.xlat/xenoprof.h.new mv -f compat/.xlat/xenoprof.h.new compat/.xlat/xenoprof.h set -e; id=3D_$(echo compat/xen.h | tr '[:lower:]-/.' '[:upper:]___'); \ echo "#ifndef $id" >compat/xen.h.new; \ echo "#define $id" >>compat/xen.h.new; \ echo "#include " >>compat/xen.h.new; \ echo "#include " >>compat/xen.h.new; \ echo "#pragma pack(4)" >>compat/xen.h.new; \ grep -v '^# [0-9]' compat/xen.i | \ /usr/bin/python2.7 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/tools/compat-build-header.py | uniq >>compat/xen.h.new; \ echo "#pragma pack()" >>compat/xen.h.new; \ echo "#endif /* $id */" >>compat/xen.h.new mv -f compat/xen.h.new compat/xen.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/arch-x86/xen-x86_32.h || exit= $?; \ done compat/.xlat/arch-x86/xen-x86= _32.h.new mv -f compat/.xlat/arch-x86/xen-x86_32.h.new compat/.xlat/arch-x86/xen-x8= 6_32.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/arch-x86/xen.h || exit $?; \ done compat/.xlat/arch-x86/xen.h.new mv -f compat/.xlat/vcpu.h.new compat/.xlat/vcpu.h export PYTHON=3D/usr/bin/python2.7; \ while read what name; do \ /bin/sh /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tool= s/get-fields.sh "$what" compat_$name compat/xen.h || exit $?; \ done compat/.xlat/xen.h.new mv -f compat/.xlat/arch-x86/xen.h.new compat/.xlat/arch-x86/xen.h mv -f compat/.xlat/physdev.h.new compat/.xlat/physdev.h mv -f compat/.xlat/arch-x86/xen-mca.h.new compat/.xlat/arch-x86/xen-mca.h= mv -f compat/.xlat/grant_table.h.new compat/.xlat/grant_table.h mv -f compat/.xlat/memory.h.new compat/.xlat/memory.h mv -f compat/.xlat/xen.h.new compat/.xlat/xen.h mv -f compat/.xlat/platform.h.new compat/.xlat/platform.h cat compat/.xlat/xen.h compat/.xlat/arch-x86/pmu.h compat/.xlat/arch-x86/= xen-x86_32.h compat/.xlat/arch-x86/xen.h compat/.xlat/arch-x86/xen-mca.h = compat/.xlat/event_channel.h compat/.xlat/grant_table.h compat/.xlat/kexe= c.h compat/.xlat/memory.h compat/.xlat/physdev.h compat/.xlat/platform.h = compat/.xlat/pmu.h compat/.xlat/sched.h compat/.xlat/tmem.h compat/.xlat/= trace.h compat/.xlat/vcpu.h compat/.xlat/xenoprof.h >compat/xlat.h.new mv -f compat/xlat.h.new compat/xlat.h rm compat/xen.c compat/kexec.i compat/arch-x86_32.c compat/arch-x86/xen-x= 86_32.c compat/sched.c compat/vcpu.c compat/xen.i compat/tmem.i compat/tr= ace.i compat/features.i compat/callback.c compat/arch-x86/pmu.i compat/ev= ent_channel.i compat/arch-x86/xen.i compat/elfnote.c compat/arch-x86/xen-= mca.i compat/version.i compat/pmu.i compat/platform.i compat/kexec.c comp= at/tmem.c compat/nmi.i compat/physdev.i compat/arch-x86/xen-x86_32.i comp= at/elfnote.i compat/physdev.c compat/vcpu.i compat/trace.c compat/feature= s.c compat/arch-x86/pmu.c compat/event_channel.c compat/grant_table.i com= pat/memory.c compat/arch-x86/xen.c compat/arch-x86/xen-mca.c compat/versi= on.c compat/arch-x86_32.i compat/pmu.c compat/platform.c compat/memory.i = compat/sched.i compat/nmi.c compat/callback.i compat/xenoprof.c compat/xe= noprof.i compat/grant_table.c make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/include' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C arch/x86 asm-offsets.s make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/porta= ge/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-generi= c -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/a= sm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions -Wn= ested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-= zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILITY_= ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arith -= pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/work/= xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-calls = -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH= -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPO= RTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .as= m-offsets.s.d -S -o asm-offsets.s x86_64/asm-offsets.c make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk include/asm-x86/asm-offsets.h make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen' make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C arch/x86 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1= /xen/xen make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch= /x86/boot built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch= /x86/efi built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/comm= on built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/driv= ers built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xsm = built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch= /x86 built_in.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/boot' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/cryp= to built_in.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/efi' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/xsm' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/crypto' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eapic.o.d -c apic.c -o apic.o make -f build32.mk reloc.S RELOC_DEPS=3D"/var/tmp/portage/app-emulation/x= en-4.6.1/work/xen-4.6.1/xen/include/asm-x86/config.h /var/tmp/portage/app= -emulation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/multiboot.h" x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORmake -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/R= ules.mk -C char built_in.o TS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF .rij= ndael.o.d -c rijndael.c -o rijndael.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ebitmap.o.d -c bitmap.c -o bitmap.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/boot' make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/char' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Exsm_core.o.d -c xsm_core.c -o xsm_core.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eboot.o.d -fshort-wchar -DINIT_SECTIONS_ONLY -c boot.c -o boot.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ebitops.o.d -c bitops.c -o bitops.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evmac.o.d -c vmac.c -o vmac.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecompat.o.d -c compat.c -o compat.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecore_parking.o.d -c core_parking.c -o core_parking.o x86_64-pc-linux-gnu-ld -r -o built_in.o xsm_core.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/xsm' x86_64-pc-linux-gnu-gcc -P -E -Ui386 -D__ASSEMBLY__ -include /var/tmp/por= tage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 = -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-proto= types -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unu= sed-local-typedefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.= 6.1/xen/include -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1= /xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.= 6.1/work/xen-4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-sta= ck-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_E= PT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unw= ind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredu= ndant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/porta= ge/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostd= inc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_AC= PI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_= MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DC= ONFIG_FRAME_POINTER -MMD -MF .xen.lds.d -o xen.lds xen.lds.S x86_64-pc-linux-gnu-ld -r -o built_in.o rijndael.o vmac.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/crypto' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/comm= on symbols-dummy.o sed -e 's/xen\.lds\.o:/xen\.lds:/g' <.xen.lds.d >.xen.lds.d.new make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common' mv -f .xen.lds.d.new .xen.lds.d x86_64-pc-linux-gnu-gcc -P -E -Ui386 -DEFI -D__ASSEMBLY__ -include /var/t= mp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.= h -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict= -prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -W= no-unused-local-typedefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/= xen-4.6.1/xen/include -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen= -4.6.1/xen/include/asm-x86/mach-generic -I/var/tmp/portage/app-emulation/= xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-default -msoft-float -f= no-stack-protector -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE= _GAS_EPT -DHAVE_GAS_FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchrono= us-unwind-tables -DGCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common = -Wredundant-decls -Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp= /portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h = -nostdinc -fno-optimize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -D= HAS_ACPI -DHAS_GDBSX -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING = -DHAS_MEM_SHARING -DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-point= er -DCONFIG_FRAME_POINTER -MMD -MF .efi.lds.d -o efi.lds xen.lds.S sed -e 's/efi\.lds\.o:/efi\.lds:/g' <.efi.lds.d >.efi.lds.d.new mv -f .efi.lds.d.new .efi.lds.d x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .relocs-dummy.o.d -c efi/relocs-dummy.S -o efi/relocs-dum= my.o gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasi= ng -Wdeclaration-after-statement -g -o efi/mkreloc efi/mkreloc.c x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m32 -march=3Di686 -g= -fno-strict-aliasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaratio= n-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs= -fno-stack-protector -fno-exceptions -fno-builtin -msoft-float -c -fpic= reloc.c -o reloc.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpu.o.d -c cpu.c -o cpu.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edebug.o.d -c debug.c -o debug.o objdump -h reloc.o | sed -n '/[0-9]/{s,00*,0,g;p;}' |\ while read idx name sz rest; do \ case "$name" in \ .data|.data.*|.rodata|.rodata.*|.bss|.bss.*) \ test $sz !=3D 0 || continue; \ echo "Error: non-empty $name: 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-ld -melf_i386 -N -Ttext 0 -o reloc.lnk reloc.o objcopy -O binary reloc.lnk reloc.bin (od -v -t x reloc.bin | tr -s ' ' | awk 'NR > 1 {print s} {s=3D$0}' | \ sed 's/ /,0x/g' | sed 's/,0x$//' | sed 's/^[0-9]*,/ .long /') >reloc.S make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/boot' x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .head.o.d -c head.S -o head.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpupool.o.d -c cpupool.c -o cpupool.o x86_64-pc-linux-gnu-ld -r -o built_in.o head.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/boot' gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasi= ng -Wdeclaration-after-statement -o boot/mkelf32 boot/mkelf32.c x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomctl.o.d -c domctl.c -o domctl.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edelay.o.d -c delay.c -o delay.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Econsole.o.d -c console.c -o console.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .relocs-dummy.o.d -fshort-wchar -c relocs-dummy.S -o relo= cs-dummy.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomctl.o.d -c domctl.c -o domctl.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eruntime.o.d -fshort-wchar -c runtime.c -o runtime.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecompat.o.d -fshort-wchar -c compat.c -o compat.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomain.o.d -c domain.c -o domain.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esymbols-dummy.o.d -c symbols-dummy.c -o symbols-dummy.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ens16550.o.d -c ns16550.c -o ns16550.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eehci-dbgp.o.d -c ehci-dbgp.c -o ehci-dbgp.o objdump -h boot.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name = sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of boot.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eevent_2l.o.d -c event_2l.c -o event_2l.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local boot.= o boot.init.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C cpufreq built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/cpufreq' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Estub.o.d -fshort-wchar -c stub.c -o stub.o x86_64-pc-linux-gnu-ld -r -o built_in.o stub.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/efi' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eevent_channel.o.d -c event_channel.c -o event_channel.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomain.o.d -c domain.c -o domain.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eevent_fifo.o.d -c event_fifo.c -o event_fifo.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eserial.o.d -c serial.c -o serial.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Egrant_table.o.d -c grant_table.c -o grant_table.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguestcopy.o.d -c guestcopy.c -o guestcopy.o x86_64-pc-linux-gnu-ld -r -o built_in.o console.o ns16550.o ehci-dbgp.o = serial.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/char' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C pci built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/pci' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eirq.o.d -c irq.c -o irq.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ekernel.o.d -c kernel.c -o kernel.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ekeyhandler.o.d -c keyhandler.c -o keyhandler.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ekexec.o.d -c kexec.c -o kexec.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpufreq.o.d -c cpufreq.c -o cpufreq.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ekimage.o.d -c kimage.c -o kimage.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Elib.o.d -c lib.c -o lib.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomain_page.o.d -c domain_page.c -o domain_page.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Elzo.o.d -c lzo.c -o lzo.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpufreq_ondemand.o.d -c cpufreq_ondemand.c -o cpufreq_ondemand.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epci.o.d -c pci.c -o pci.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C passthrough built_in.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emem_access.o.d -c mem_access.c -o mem_access.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ememory.o.d -c memory.c -o memory.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ee820.o.d -c e820.c -o e820.o x86_64-pc-linux-gnu-ld -r -o built_in.o pci.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpufreq_misc_governors.o.d -c cpufreq_misc_governors.c -o cpufreq_misc= _governors.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/pci' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C acpi built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emulticall.o.d -c multicall.c -o multicall.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eextable.o.d -c extable.c -o extable.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eflushtlb.o.d -c flushtlb.c -o flushtlb.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enotifier.o.d -c notifier.c -o notifier.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eutility.o.d -c utility.c -o utility.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epage_alloc.o.d -c page_alloc.c -o page_alloc.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epdx.o.d -c pdx.c -o pdx.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eplatform_hypercall.o.d -c platform_hypercall.c -o platform_hypercall.o= x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epreempt.o.d -c preempt.c -o preempt.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Erandom.o.d -c random.c -o random.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu.o.d -c iommu.c -o iommu.o x86_64-pc-linux-gnu-ld -r -o built_in.o cpufreq.o cpufreq_ondemand.o cpu= freq_misc_governors.o utility.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/cpufreq' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C video built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/video' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Erangeset.o.d -c rangeset.c -o rangeset.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eradix-tree.o.d -c radix-tree.c -o radix-tree.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enuma.o.d -c numa.c -o numa.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eosl.o.d -c osl.c -o osl.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Erbtree.o.d -c rbtree.c -o rbtree.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eio.o.d -c io.c -o io.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ercupdate.o.d -c rcupdate.c -o rcupdate.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esched_credit.o.d -c sched_credit.c -o sched_credit.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epmstat.o.d -c pmstat.c -o pmstat.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ei387.o.d -c i387.c -o i387.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epci.o.d -c pci.c -o pci.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ehwregs.o.d -c hwregs.c -o hwregs.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ei8259.o.d -c i8259.c -o i8259.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ereboot.o.d -c reboot.c -o reboot.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esched_credit2.o.d -c sched_credit2.c -o sched_credit2.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C vtd built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/vtd' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evga.o.d -c vga.c -o vga.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C tables built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi/tables' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Efont_8x14.o.d -c font_8x14.c -o font_8x14.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eio_apic.o.d -c io_apic.c -o io_apic.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Efont_8x16.o.d -c font_8x16.c -o font_8x16.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Efont_8x8.o.d -c font_8x8.c -o font_8x8.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esched_arinc653.o.d -c sched_arinc653.c -o sched_arinc653.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C amd built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/amd' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Elfb.o.d -c lfb.c -o lfb.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evesa.o.d -c vesa.c -o vesa.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esched_rt.o.d -c sched_rt.c -o sched_rt.o x86_64-pc-linux-gnu-ld -r -o built_in.o vga.o font_8x14.o font_8x16.o fo= nt_8x8.o lfb.o vesa.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/video' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C x86 built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/x86' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eschedule.o.d -c schedule.c -o schedule.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu.o.d -c iommu.c -o iommu.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eshutdown.o.d -c shutdown.c -o shutdown.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etbutils.o.d -c tbutils.c -o tbutils.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etbfadt.o.d -DINIT_SECTIONS_ONLY -c tbfadt.c -o tbfadt.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emsi.o.d -c msi.c -o msi.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu_init.o.d -c iommu_init.c -o iommu_init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esoftirq.o.d -c softirq.c -o softirq.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esort.o.d -c sort.c -o sort.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etbinstal.o.d -DINIT_SECTIONS_ONLY -c tbinstal.c -o tbinstal.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esmp.o.d -c smp.c -o smp.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu_map.o.d -c iommu_map.c -o iommu_map.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etbxface.o.d -DINIT_SECTIONS_ONLY -c tbxface.c -o tbxface.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edmar.o.d -c dmar.c -o dmar.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Espinlock.o.d -c spinlock.c -o spinlock.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etbxfroot.o.d -DINIT_SECTIONS_ONLY -c tbxfroot.c -o tbxfroot.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eats.o.d -c ats.c -o ats.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eutils.o.d -c utils.c -o utils.o objdump -h tbfadt.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx nam= e sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of tbfadt.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local tbfad= t.o tbfadt.init.o objdump -h tbinstal.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx n= ame sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of tbinstal.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eioport_emulate.o.d -c ioport_emulate.c -o ioport_emulate.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local tbins= tal.o tbinstal.init.o objdump -h tbxface.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx na= me sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of tbxface.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local tbxfa= ce.o tbxface.init.o objdump -h tbxfroot.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx n= ame sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of tbxfroot.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epci_amd_iommu.o.d -c pci_amd_iommu.c -o pci_amd_iommu.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eqinval.o.d -c qinval.c -o qinval.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu.o.d -c iommu.c -o iommu.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local tbxfr= oot.o tbxfroot.init.o x86_64-pc-linux-gnu-ld -r -o built_in.o tbutils.o tbfadt.init.o tbinstal= =2Einit.o tbxface.init.o tbxfroot.init.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi/tables' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C utilities built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi/utilities' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Estop_machine.o.d -c stop_machine.c -o stop_machine.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eintremap.o.d -c intremap.c -o intremap.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eirq.o.d -c irq.c -o irq.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Equirks.o.d -c quirks.c -o quirks.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Estring.o.d -c string.c -o string.o x86_64-pc-linux-gnu-ld -r -o built_in.o ats.o iommu.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/x86' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esymbols.o.d -c symbols.c -o symbols.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu_intr.o.d -c iommu_intr.c -o iommu_intr.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esysctl.o.d -c sysctl.c -o sysctl.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C x86 built_in.o make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/vtd/x86' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etasklet.o.d -c tasklet.c -o tasklet.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C apei built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi/apei' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etime.o.d -c time.c -o time.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etimer.o.d -c timer.c -o timer.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eutglobal.o.d -c utglobal.c -o utglobal.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eutmisc.o.d -DINIT_SECTIONS_ONLY -c utmisc.c -o utmisc.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu_cmd.o.d -c iommu_cmd.c -o iommu_cmd.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu_guest.o.d -c iommu_guest.c -o iommu_guest.o objdump -h utmisc.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx nam= e sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of utmisc.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local utmis= c.o utmisc.init.o x86_64-pc-linux-gnu-ld -r -o built_in.o utglobal.o utmisc.init.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi/utilities' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etables.o.d -DINIT_SECTIONS_ONLY -c tables.c -o tables.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emicrocode_amd.o.d -c microcode_amd.c -o microcode_amd.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etmem.o.d -c tmem.c -o tmem.o objdump -h tables.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx nam= e sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of tables.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local table= s.o tables.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu_detect.o.d -DINIT_SECTIONS_ONLY -c iommu_detect.c -o iommu_detec= t.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eiommu_acpi.o.d -DINIT_SECTIONS_ONLY -c iommu_acpi.c -o iommu_acpi.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eerst.o.d -c erst.c -o erst.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ehest.o.d -c hest.c -o hest.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evtd.o.d -c vtd.c -o vtd.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emicrocode_intel.o.d -c microcode_intel.c -o microcode_intel.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eapei-base.o.d -c apei-base.c -o apei-base.o objdump -h iommu_detect.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read i= dx name sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of iommu_detect.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local iommu= _detect.o iommu_detect.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eapei-io.o.d -c apei-io.c -o apei-io.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etmem_xen.o.d -c tmem_xen.c -o tmem_xen.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emicrocode.o.d -c microcode.c -o microcode.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eats.o.d -c ats.c -o ats.o x86_64-pc-linux-gnu-ld -r -o built_in.o erst.o hest.o apei-base.o apei-i= o.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi/apei' x86_64-pc-linux-gnu-ld -r -o built_in.o numa.o osl.o pmstat.o hwregs.o r= eboot.o tables/built_in.o utilities/built_in.o apei/built_in.o tables.ini= t.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etrace.o.d -c trace.c -o trace.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emm.o.d -c mm.c -o mm.o objdump -h iommu_acpi.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx= name sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of iommu_acpi.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local iommu= _acpi.o iommu_acpi.init.o x86_64-pc-linux-gnu-ld -r -o built_in.o iommu_init.o iommu_map.o pci_amd= _iommu.o iommu_intr.o iommu_cmd.o iommu_guest.o iommu_detect.init.o iommu= _acpi.init.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/amd' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eversion.o.d -c version.c -o version.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evm_event.o.d -c vm_event.c -o vm_event.o x86_64-pc-linux-gnu-ld -r -o built_in.o vtd.o ats.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evmap.o.d -c vmap.c -o vmap.o make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/vtd/x86' x86_64-pc-linux-gnu-ld -r -o built_in.o iommu.o dmar.o utils.o qinval.o = intremap.o quirks.o x86/built_in.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emonitor.o.d -c monitor.c -o monitor.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/vtd' x86_64-pc-linux-gnu-ld -r -o built_in.o iommu.o io.o pci.o vtd/built_in.= o amd/built_in.o x86/built_in.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough' x86_64-pc-linux-gnu-ld -r -o built_in.o char/built_in.o cpufreq/built_in= =2Eo pci/built_in.o passthrough/built_in.o acpi/built_in.o video/built_in= =2Eo make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evsprintf.o.d -c vsprintf.c -o vsprintf.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ewait.o.d -c wait.c -o wait.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Exmalloc_tlsf.o.d -c xmalloc_tlsf.c -o xmalloc_tlsf.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Exenoprof.o.d -c xenoprof.c -o xenoprof.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Empparse.o.d -c mpparse.c -o mpparse.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C compat built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common/compat' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C hvm built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common/hvm' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C libelf built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common/libelf' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edecompress.o.d -DINIT_SECTIONS_ONLY -c decompress.c -o decompress.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enmi.o.d -c nmi.c -o nmi.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enuma.o.d -c numa.c -o numa.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ebunzip2.o.d -DINIT_SECTIONS_ONLY -c bunzip2.c -o bunzip2.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epci.o.d -c pci.c -o pci.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epercpu.o.d -c percpu.c -o percpu.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eunxz.o.d -DINIT_SECTIONS_ONLY -c unxz.c -o unxz.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ephysdev.o.d -c physdev.c -o physdev.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epsr.o.d -c psr.c -o psr.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomain.o.d -c domain.c -o domain.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esave.o.d -c save.c -o save.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Elibelf-tools.o.d -Wno-pointer-sign -c libelf-tools.c -o libelf-tools.o= x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Elibelf-loader.o.d -Wno-pointer-sign -c libelf-loader.c -o libelf-loade= r.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eunlzma.o.d -DINIT_SECTIONS_ONLY -c unlzma.c -o unlzma.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ekernel.o.d -c kernel.c -o kernel.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esetup.o.d -c setup.c -o setup.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eshutdown.o.d -c shutdown.c -o shutdown.o x86_64-pc-linux-gnu-ld -r -o built_in.o save.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common/hvm' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eunlzo.o.d -DINIT_SECTIONS_ONLY -c unlzo.c -o unlzo.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eunlz4.o.d -DINIT_SECTIONS_ONLY -c unlz4.c -o unlz4.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eearlycpio.o.d -DINIT_SECTIONS_ONLY -c earlycpio.c -o earlycpio.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Elibelf-dominfo.o.d -Wno-pointer-sign -c libelf-dominfo.c -o libelf-dom= info.o objdump -h decompress.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx= name sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of decompress.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ememory.o.d -c memory.c -o memory.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local decom= press.o decompress.init.o objdump -h bunzip2.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx na= me sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of bunzip2.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objdump -h unxz.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name = sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of unxz.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local bunzi= p2.o bunzip2.init.o objdump -h unlzma.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx nam= e sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of unlzma.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esmp.o.d -c smp.c -o smp.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local unxz.= o unxz.init.o objdump -h unlzo.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name= sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of unlzo.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local unlzm= a.o unlzma.init.o objdump -h unlz4.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name= sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of unlz4.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local unlzo= =2Eo unlzo.init.o objdump -h earlycpio.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx = name sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of earlycpio.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local unlz4= =2Eo unlz4.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esmpboot.o.d -c smpboot.c -o smpboot.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local early= cpio.o earlycpio.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emulticall.o.d -c multicall.c -o multicall.o x86_64-pc-linux-gnu-ld -r -o libelf-temp.o libelf-tools.o libelf-loader.= o libelf-dominfo.o objcopy --rename-section .text=3D.init.text --rename-section .data=3D.ini= t.data libelf-temp.o libelf.o x86_64-pc-linux-gnu-ld -r -o built_in.o libelf.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common/libelf' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esrat.o.d -c srat.c -o srat.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Estring.o.d -c string.c -o string.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esysctl.o.d -c sysctl.c -o sysctl.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etime.o.d -c time.c -o time.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Exlat.o.d -c xlat.c -o xlat.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etrace.o.d -c trace.c -o trace.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etmem_xen.o.d -c tmem_xen.c -o tmem_xen.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etraps.o.d -c traps.c -o traps.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eusercopy.o.d -c usercopy.c -o usercopy.o x86_64-pc-linux-gnu-ld -r -o built_in.o domain.o kernel.o memory.o multi= call.o xlat.o tmem_xen.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common/compat' x86_64-pc-linux-gnu-ld -r -o built_in.o bitmap.o core_parking.o cpu.o cp= upool.o domctl.o domain.o event_2l.o event_channel.o event_fifo.o grant_t= able.o guestcopy.o irq.o kernel.o keyhandler.o kexec.o kimage.o lib.o lzo= =2Eo mem_access.o memory.o multicall.o notifier.o page_alloc.o pdx.o pree= mpt.o random.o rangeset.o radix-tree.o rbtree.o rcupdate.o sched_credit.o= sched_credit2.o sched_arinc653.o sched_rt.o schedule.o shutdown.o softir= q.o sort.o smp.o spinlock.o stop_machine.o string.o symbols.o sysctl.o ta= sklet.o time.o timer.o tmem.o tmem_xen.o trace.o version.o vm_event.o vma= p.o vsprintf.o wait.o xmalloc_tlsf.o xenoprof.o compat/built_in.o hvm/bui= lt_in.o libelf/built_in.o decompress.init.o bunzip2.init.o unxz.init.o un= lzma.init.o unlzo.init.o unlz4.init.o earlycpio.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ex86_emulate.o.d -c x86_emulate.c -o x86_emulate.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emachine_kexec.o.d -c machine_kexec.c -o machine_kexec.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecrash.o.d -c crash.c -o crash.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etboot.o.d -c tboot.c -o tboot.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ehpet.o.d -c hpet.c -o hpet.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evm_event.o.d -c vm_event.c -o vm_event.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Exstate.o.d -c xstate.c -o xstate.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C acpi built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C cpu built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/acpi' make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/cpu' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C genapic built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/genapic' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C hvm built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/hvm' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C mm built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/mm' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C oprofile built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/oprofile' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ebigsmp.o.d -c bigsmp.c -o bigsmp.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Elib.o.d -c lib.c -o lib.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eamd.o.d -c amd.c -o amd.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Easid.o.d -c asid.c -o asid.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eemulate.o.d -c emulate.c -o emulate.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epaging.o.d -c paging.c -o paging.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epower.o.d -c power.c -o power.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ex2apic.o.d -c x2apic.c -o x2apic.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecentaur.o.d -c centaur.c -o centaur.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecommon.o.d -c common.c -o common.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edefault.o.d -c default.c -o default.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esuspend.o.d -c suspend.c -o suspend.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edelivery.o.d -c delivery.c -o delivery.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Exenoprof.o.d -c xenoprof.c -o xenoprof.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ep2m.o.d -c p2m.c -o p2m.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eevent.o.d -c event.c -o event.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eintel.o.d -c intel.c -o intel.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eprobe.o.d -c probe.c -o probe.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpu_idle.o.d -c cpu_idle.c -o cpu_idle.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enmi_int.o.d -c nmi_int.c -o nmi_int.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ehpet.o.d -c hpet.c -o hpet.o x86_64-pc-linux-gnu-ld -r -o built_in.o bigsmp.o x2apic.o default.o deli= very.o probe.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/genapic' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C x86_64 built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/x86_64' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eintel_cacheinfo.o.d -c intel_cacheinfo.c -o intel_cacheinfo.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emwait-idle.o.d -c mwait-idle.c -o mwait-idle.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eop_model_p4.o.d -c op_model_p4.c -o op_model_p4.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ealternative.o.d -DINIT_SECTIONS_ONLY -c alternative.c -o alternative.o= x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ehvm.o.d -c hvm.c -o hvm.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ebzimage.o.d -DINIT_SECTIONS_ONLY -c bzimage.c -o bzimage.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eop_model_ppro.o.d -c op_model_ppro.c -o op_model_ppro.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evpmu.o.d -c vpmu.c -o vpmu.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpuidle_menu.o.d -c cpuidle_menu.c -o cpuidle_menu.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C cpufreq built_in.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emm.o.d -c mm.c -o mm.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/acpi/cpufreq' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eop_model_athlon.o.d -c op_model_athlon.c -o op_model_athlon.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .clear_page.o.d -c clear_page.S -o clear_page.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .copy_page.o.d -c copy_page.S -o copy_page.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eboot.o.d -DINIT_SECTIONS_ONLY -c boot.c -o boot.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evpmu_amd.o.d -c vpmu_amd.c -o vpmu_amd.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ep2m-pt.o.d -c p2m-pt.c -o p2m-pt.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ebacktrace.o.d -c backtrace.c -o backtrace.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .wakeup_prot.o.d -c wakeup_prot.S -o wakeup_prot.o objdump -h boot.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx name = sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of boot.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local boot.= o boot.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ep2m-ept.o.d -c p2m-ept.c -o p2m-ept.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evpmu_intel.o.d -c vpmu_intel.c -o vpmu_intel.o x86_64-pc-linux-gnu-ld -r -o built_in.o xenoprof.o nmi_int.o op_model_p4= =2Eo op_model_ppro.o op_model_athlon.o backtrace.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/oprofile' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edmi_scan.o.d -DINIT_SECTIONS_ONLY -c dmi_scan.c -o dmi_scan.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpufreq.o.d -c cpufreq.c -o cpufreq.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Etraps.o.d -c traps.c -o traps.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ep2m-pod.o.d -c p2m-pod.c -o p2m-pod.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emachine_kexec.o.d -c machine_kexec.c -o machine_kexec.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ealtp2m.o.d -c altp2m.c -o altp2m.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomain_build.o.d -DINIT_SECTIONS_ONLY -c domain_build.c -o domain_buil= d.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epci.o.d -c pci.c -o pci.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C mcheck built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/cpu/mcheck' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epowernow.o.d -c powernow.c -o powernow.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_walk_2.o.d -DGUEST_PAGING_LEVELS=3D2 -c guest_walk.c -o guest_wa= lk_2.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eacpi_mmcfg.o.d -c acpi_mmcfg.c -o acpi_mmcfg.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_walk_3.o.d -DGUEST_PAGING_LEVELS=3D3 -c guest_walk.c -o guest_wa= lk_3.o x86_64-pc-linux-gnu-ld -r -o built_in.o cpufreq.o powernow.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/acpi/cpufreq' x86_64-pc-linux-gnu-ld -r -o built_in.o lib.o power.o suspend.o cpu_idle= =2Eo cpuidle_menu.o cpufreq/built_in.o boot.init.o wakeup_prot.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/acpi' objdump -h alternative.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read id= x name sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of alternative.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ei8254.o.d -c i8254.c -o i8254.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local alter= native.o alternative.init.o objdump -h bzimage.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx na= me sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of bzimage.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local bzima= ge.o bzimage.init.o objdump -h dmi_scan.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read idx n= ame sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of dmi_scan.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emmconf-fam10h.o.d -c mmconf-fam10h.c -o mmconf-fam10h.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local dmi_s= can.o dmi_scan.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emmconfig_64.o.d -c mmconfig_64.c -o mmconfig_64.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_walk_4.o.d -DGUEST_PAGING_LEVELS=3D4 -c guest_walk.c -o guest_wa= lk_4.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emem_paging.o.d -c mem_paging.c -o mem_paging.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emmconfig-shared.o.d -c mmconfig-shared.c -o mmconfig-shared.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecompat.o.d -c compat.c -o compat.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eintercept.o.d -c intercept.c -o intercept.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emem_sharing.o.d -c mem_sharing.c -o mem_sharing.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C shadow built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/mm/shadow' objdump -h domain_build.o | sed -n '/[0-9]/{s,00*,0,g;p;}' | while read i= dx name sz rest; do \ case "$name" in \ .*.local) ;; \ .text|.text.*|.data|.data.*|.bss) \ test $sz !=3D 0 || continue; \ echo "Error: size of domain_build.o:$name is 0x$sz" >&2; \ exit $(expr $idx + 1);; \ esac; \ done x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eamd_nonfatal.o.d -c amd_nonfatal.c -o amd_nonfatal.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Edomain.o.d -c domain.c -o domain.o objcopy --rename-section .rodata=3D.init.rodata --rename-section .rodata.= str1.1=3D.init.rodata.str1.1 --rename-section .rodata.str2.1=3D.init.roda= ta.str2.1 --rename-section .rodata.str4.1=3D.init.rodata.str4.1 --rename-= section .rodata.cst1=3D.init.rodata.cst1 --rename-section .rodata.str1.2=3D= =2Einit.rodata.str1.2 --rename-section .rodata.str2.2=3D.init.rodata.str2= =2E2 --rename-section .rodata.str4.2=3D.init.rodata.str4.2 --rename-secti= on .rodata.cst2=3D.init.rodata.cst2 --rename-section .rodata.str1.4=3D.in= it.rodata.str1.4 --rename-section .rodata.str2.4=3D.init.rodata.str2.4 --= rename-section .rodata.str4.4=3D.init.rodata.str4.4 --rename-section .rod= ata.cst4=3D.init.rodata.cst4 --rename-section .rodata.str1.8=3D.init.roda= ta.str1.8 --rename-section .rodata.str2.8=3D.init.rodata.str2.8 --rename-= section .rodata.str4.8=3D.init.rodata.str4.8 --rename-section .rodata.cst= 8=3D.init.rodata.cst8 --rename-section .rodata.str1.16=3D.init.rodata.str= 1.16 --rename-section .rodata.str2.16=3D.init.rodata.str2.16 --rename-sec= tion .rodata.str4.16=3D.init.rodata.str4.16 --rename-section .rodata.cst1= 6=3D.init.rodata.cst16 --rename-section .data.rel.local=3D.init.data.rel.= local --rename-section .data.rel.ro.local=3D.init.data.rel.ro.local domai= n_build.o domain_build.init.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eio.o.d -c io.c -o io.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ephysdev.o.d -c physdev.c -o physdev.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eirq.o.d -c irq.c -o irq.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eplatform_hypercall.o.d -c platform_hypercall.c -o platform_hypercall.o= x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emce_amd.o.d -c mce_amd.c -o mce_amd.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emtrr.o.d -c mtrr.c -o mtrr.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emcaction.o.d -c mcaction.c -o mcaction.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpu_idle.o.d -c cpu_idle.c -o cpu_idle.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C hap built_in.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enestedhvm.o.d -c nestedhvm.c -o nestedhvm.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/mm/hap' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ebarrier.o.d -c barrier.c -o barrier.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecommon.o.d -c common.c -o common.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ecpufreq.o.d -c cpufreq.c -o cpufreq.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C compat built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/x86_64/compat' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Epmtimer.o.d -c pmtimer.c -o pmtimer.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Equirks.o.d -c quirks.c -o quirks.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emctelem.o.d -c mctelem.c -o mctelem.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .entry.o.d -c entry.S -o entry.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .gpr_switch.o.d -c gpr_switch.S -o gpr_switch.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ertc.o.d -c rtc.c -o rtc.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esave.o.d -c save.c -o save.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .kexec_reloc.o.d -c kexec_reloc.S -o kexec_reloc.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Estdvga.o.d -c stdvga.c -o stdvga.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evioapic.o.d -c vioapic.c -o vioapic.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emce.o.d -c mce.c -o mce.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Ehap.o.d -c hap.c -o hap.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eviridian.o.d -c viridian.c -o viridian.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evlapic.o.d -c vlapic.c -o vlapic.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evmsi.o.d -c vmsi.c -o vmsi.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .entry.o.d -c entry.S -o entry.o x86_64-pc-linux-gnu-ld -r -o built_in.o entry.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/x86_64/compat' x86_64-pc-linux-gnu-ld -r -o built_in.o mm.o traps.o machine_kexec.o pci= =2Eo acpi_mmcfg.o mmconf-fam10h.o mmconfig_64.o mmconfig-shared.o compat.= o domain.o physdev.o platform_hypercall.o cpu_idle.o cpufreq.o compat/bui= lt_in.o entry.o gpr_switch.o kexec_reloc.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/x86_64' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_walk_2level.o.d -DGUEST_PAGING_LEVELS=3D2 -c guest_walk.c -o gue= st_walk_2level.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evpic.o.d -c vpic.c -o vpic.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emce-apei.o.d -c mce-apei.c -o mce-apei.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_walk_3level.o.d -DGUEST_PAGING_LEVELS=3D3 -c guest_walk.c -o gue= st_walk_3level.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_walk_4level.o.d -DGUEST_PAGING_LEVELS=3D4 -c guest_walk.c -o gue= st_walk_4level.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evpt.o.d -c vpt.c -o vpt.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C svm built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/hvm/svm' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emce_intel.o.d -c mce_intel.c -o mce_intel.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C vmx built_in.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_2.o.d -DGUEST_PAGING_LEVELS=3D2 -c multi.c -o guest_2.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enested_hap.o.d -c nested_hap.c -o nested_hap.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/hvm/vmx' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enested_ept.o.d -c nested_ept.c -o nested_ept.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enon-fatal.o.d -c non-fatal.c -o non-fatal.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eutil.o.d -c util.c -o util.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_3.o.d -DGUEST_PAGING_LEVELS=3D3 -c multi.c -o guest_3.o x86_64-pc-linux-gnu-ld -r -o built_in.o hap.o guest_walk_2level.o guest_= walk_3level.o guest_walk_4level.o nested_hap.o nested_ept.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/mm/hap' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evmce.o.d -c vmce.c -o vmce.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eguest_4.o.d -DGUEST_PAGING_LEVELS=3D4 -c multi.c -o guest_4.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C mtrr built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/cpu/mtrr' x86_64-pc-linux-gnu-ld -r -o built_in.o amd_nonfatal.o mce_amd.o mcactio= n.o barrier.o mctelem.o mce.o mce-apei.o mce_intel.o non-fatal.o util.o v= mce.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/cpu/mcheck' x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Easid.o.d -c asid.c -o asid.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eemulate.o.d -c emulate.c -o emulate.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eintr.o.d -c intr.c -o intr.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Eintr.o.d -c intr.c -o intr.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Enestedsvm.o.d -c nestedsvm.c -o nestedsvm.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Erealmode.o.d -c realmode.c -o realmode.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esvm.o.d -c svm.c -o svm.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Egeneric.o.d -c generic.c -o generic.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evmcs.o.d -c vmcs.c -o vmcs.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Esvmdebug.o.d -c svmdebug.c -o svmdebug.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Emain.o.d -c main.c -o main.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evmx.o.d -c vmx.c -o vmx.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evmcb.o.d -c vmcb.c -o vmcb.o x86_64-pc-linux-gnu-ld -r -o built_in.o generic.o main.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .entry.o.d -c entry.S -o entry.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/cpu/mtrr' x86_64-pc-linux-gnu-ld -r -o built_in.o amd.o centaur.o common.o intel.o= intel_cacheinfo.o mwait-idle.o vpmu.o vpmu_amd.o vpmu_intel.o mcheck/bui= lt_in.o mtrr/built_in.o x86_64-pc-linux-gnu-gcc -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-a= liasing -std=3Dgnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statem= ent -Wno-unused-but-set-variable -Wno-unused-local-typedefs -I/var/tmp/= portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include -I/var/tmp/po= rtage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/asm-x86/mach-gen= eric -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/includ= e/asm-x86/mach-default -msoft-float -fno-stack-protector -fno-exceptions = -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS_FSGSBASE -mno-r= ed-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -DGCC_HAS_VISIBILI= TY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -Wno-pointer-arit= h -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-optimize-sibling-cal= ls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBSX -DHAS_PASSTHRO= UGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -DHAS_PCI -DHAS_I= OPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_POINTER -MMD -MF = =2Evvmx.o.d -c vvmx.c -o vvmx.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF .entry.o.d -c entry.S -o entry.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/cpu' x86_64-pc-linux-gnu-ld -r -o built_in.o common.o guest_2.o guest_3.o gue= st_4.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/mm/shadow' x86_64-pc-linux-gnu-ld -r -o built_in.o paging.o p2m.o p2m-pt.o p2m-ept.= o p2m-pod.o altp2m.o guest_walk_2.o guest_walk_3.o guest_walk_4.o mem_pag= ing.o mem_sharing.o shadow/built_in.o hap/built_in.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/mm' x86_64-pc-linux-gnu-ld -r -o built_in.o asid.o emulate.o intr.o nestedsv= m.o svm.o svmdebug.o vmcb.o entry.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/hvm/svm' x86_64-pc-linux-gnu-ld -r -o built_in.o intr.o realmode.o vmcs.o vmx.o v= vmx.o entry.o make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/hvm/vmx' x86_64-pc-linux-gnu-ld -r -o built_in.o asid.o emulate.o event.o hpet.o = hvm.o i8254.o intercept.o io.o irq.o mtrr.o nestedhvm.o pmtimer.o quirks.= o rtc.o save.o stdvga.o vioapic.o viridian.o vlapic.o vmsi.o vpic.o vpt.o= svm/built_in.o vmx/built_in.o make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/hvm' x86_64-pc-linux-gnu-ld -r -o built_in.o apic.o bitops.o compat.o debug.o= delay.o domctl.o domain.o domain_page.o e820.o extable.o flushtlb.o plat= form_hypercall.o i387.o i8259.o io_apic.o msi.o ioport_emulate.o irq.o mi= crocode_amd.o microcode_intel.o microcode.o mm.o monitor.o mpparse.o nmi.= o numa.o pci.o percpu.o physdev.o psr.o setup.o shutdown.o smp.o smpboot.= o srat.o string.o sysctl.o time.o trace.o traps.o usercopy.o x86_emulate.= o machine_kexec.o crash.o tboot.o hpet.o vm_event.o xstate.o acpi/built_i= n.o cpu/built_in.o genapic/built_in.o hvm/built_in.o mm/built_in.o oprofi= le/built_in.o x86_64/built_in.o alternative.init.o bzimage.init.o clear_p= age.o copy_page.o dmi_scan.init.o domain_build.init.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-ld -r -o prelink.o /var/tmp/portage/app-emulation/xe= n-4.6.1/work/xen-4.6.1/xen/arch/x86/boot/built_in.o /var/tmp/portage/app-= emulation/xen-4.6.1/work/xen-4.6.1/xen/arch/x86/efi/built_in.o /var/tmp/p= ortage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/common/built_in.o /var/= tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/drivers/built_in.o= /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xsm/built_in= =2Eo /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch/x86= /built_in.o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/c= rypto/built_in.o x86_64-pc-linux-gnu-ld -r -o prelink-efi.o /var/tmp/portage/app-emulatio= n/xen-4.6.1/work/xen-4.6.1/xen/arch/x86/boot/built_in.o /var/tmp/portage/= app-emulation/xen-4.6.1/work/xen-4.6.1/xen/common/built_in.o /var/tmp/por= tage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/drivers/built_in.o /var/t= mp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xsm/built_in.o /var= /tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch/x86/built_in= =2Eo /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/crypto/b= uilt_in.o efi/boot.init.o efi/runtime.o efi/compat.o x86_64-pc-linux-gnu-ld -T xen.lds -N prelink.o \ /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/common/sy= mbols-dummy.o -o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/= xen/.xen-syms.0 x86_64-pc-linux-gnu-ld -mi386pep --subsystem=3D10 --image-base=3D0xffff8= 2d080000000 --stack=3D0,0 --heap=3D0,0 --strip-debug --section-alignment=3D= 0x200000 --file-alignment=3D0x20 --major-image-version=3D4 --minor-image-= version=3D6 --major-os-version=3D2 --minor-os-version=3D0 --major-subsyst= em-version=3D2 --minor-subsystem-version=3D0 -T efi.lds -N prelink-efi.o = efi/relocs-dummy.o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/common/symbols-dummy.o -o /var/tmp/portage/app-emulation/xen-4.6.1/= work/xen-4.6.1/xen/.xen.efi.0xffff82d080000000.0 && x86_64-pc-linux-gnu= -ld -mi386pep --subsystem=3D10 --image-base=3D0xffff82d0c0000000 --stack= =3D0,0 --heap=3D0,0 --strip-debug --section-alignment=3D0x200000 --file-a= lignment=3D0x20 --major-image-version=3D4 --minor-image-version=3D6 --maj= or-os-version=3D2 --minor-os-version=3D0 --major-subsystem-version=3D2 --= minor-subsystem-version=3D0 -T efi.lds -N prelink-efi.o efi/relocs-dummy.= o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/common/symb= ols-dummy.o -o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xe= n/.xen.efi.0xffff82d0c0000000.0 && : nm -n /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen-sy= ms.0 | /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tools/= symbols >/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen= -syms.0.S make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen-sy= ms.0.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' efi/mkreloc /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.= xen.efi.0xffff82d080000000.0 /var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/.xen.efi.0xffff82d0c0000000.0 >/var/tmp/portage/app-emula= tion/xen-4.6.1/work/xen-4.6.1/xen/.xen.efi.0r.S nm -n /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.ef= i.0xffff82d080000000.0 | /var/tmp/portage/app-emulation/xen-4.6.1/work/x= en-4.6.1/xen/tools/symbols >/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/.xen.efi.0s.S make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.ef= i.0r.o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.e= fi.0s.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF ..xen-syms.0.o.d -c /var/tmp/portage/app-emulation/xen-4.= 6.1/work/xen-4.6.1/xen/.xen-syms.0.S -o /var/tmp/portage/app-emulation/xe= n-4.6.1/work/xen-4.6.1/xen/.xen-syms.0.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-ld -T xen.lds -N prelink.o \ /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen-syms= =2E0.o -o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xe= n-syms.1 x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF ..xen.efi.0r.o.d -c /var/tmp/portage/app-emulation/xen-4.= 6.1/work/xen-4.6.1/xen/.xen.efi.0r.S -o /var/tmp/portage/app-emulation/xe= n-4.6.1/work/xen-4.6.1/xen/.xen.efi.0r.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF ..xen.efi.0s.o.d -c /var/tmp/portage/app-emulation/xen-4.= 6.1/work/xen-4.6.1/xen/.xen.efi.0s.S -o /var/tmp/portage/app-emulation/xe= n-4.6.1/work/xen-4.6.1/xen/.xen.efi.0s.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-ld -mi386pep --subsystem=3D10 --image-base=3D0xffff8= 2d080000000 --stack=3D0,0 --heap=3D0,0 --strip-debug --section-alignment=3D= 0x200000 --file-alignment=3D0x20 --major-image-version=3D4 --minor-image-= version=3D6 --major-os-version=3D2 --minor-os-version=3D0 --major-subsyst= em-version=3D2 --minor-subsystem-version=3D0 -T efi.lds -N prelink-efi.o = /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.efi.0r.o= /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.efi.0s.= o -o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.efi= =2E0xffff82d080000000.1 && x86_64-pc-linux-gnu-ld -mi386pep --subsyste= m=3D10 --image-base=3D0xffff82d0c0000000 --stack=3D0,0 --heap=3D0,0 --str= ip-debug --section-alignment=3D0x200000 --file-alignment=3D0x20 --major-i= mage-version=3D4 --minor-image-version=3D6 --major-os-version=3D2 --minor= -os-version=3D0 --major-subsystem-version=3D2 --minor-subsystem-version=3D= 0 -T efi.lds -N prelink-efi.o /var/tmp/portage/app-emulation/xen-4.6.1/wo= rk/xen-4.6.1/xen/.xen.efi.0r.o /var/tmp/portage/app-emulation/xen-4.6.1/w= ork/xen-4.6.1/xen/.xen.efi.0s.o -o /var/tmp/portage/app-emulation/xen-4.6= =2E1/work/xen-4.6.1/xen/.xen.efi.0xffff82d0c0000000.1 && : nm -n /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen-sy= ms.1 | /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/tools/= symbols >/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen= -syms.1.S make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen-sy= ms.1.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' efi/mkreloc /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.= xen.efi.0xffff82d080000000.1 /var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/.xen.efi.0xffff82d0c0000000.1 >/var/tmp/portage/app-emula= tion/xen-4.6.1/work/xen-4.6.1/xen/.xen.efi.1r.S nm -n /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.ef= i.0xffff82d080000000.1 | /var/tmp/portage/app-emulation/xen-4.6.1/work/x= en-4.6.1/xen/tools/symbols >/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/.xen.efi.1s.S make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.ef= i.1r.o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.e= fi.1s.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF ..xen-syms.1.o.d -c /var/tmp/portage/app-emulation/xen-4.= 6.1/work/xen-4.6.1/xen/.xen-syms.1.S -o /var/tmp/portage/app-emulation/xe= n-4.6.1/work/xen-4.6.1/xen/.xen-syms.1.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF ..xen.efi.1r.o.d -c /var/tmp/portage/app-emulation/xen-4.= 6.1/work/xen-4.6.1/xen/.xen.efi.1r.S -o /var/tmp/portage/app-emulation/xe= n-4.6.1/work/xen-4.6.1/xen/.xen.efi.1r.o x86_64-pc-linux-gnu-gcc -D__ASSEMBLY__ -include /var/tmp/portage/app-emul= ation/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -O1 -fno-omit-fra= me-pointer -m64 -g -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdecla= ration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typ= edefs -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/inclu= de -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/include/= asm-x86/mach-generic -I/var/tmp/portage/app-emulation/xen-4.6.1/work/xen-= 4.6.1/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector = -fno-exceptions -Wnested-externs -DHAVE_GAS_VMX -DHAVE_GAS_EPT -DHAVE_GAS= _FSGSBASE -mno-red-zone -mno-sse -fpic -fno-asynchronous-unwind-tables -D= GCC_HAS_VISIBILITY_ATTRIBUTE -fno-builtin -fno-common -Wredundant-decls -= Wno-pointer-arith -pipe -g -D__XEN__ -include /var/tmp/portage/app-emulat= ion/xen-4.6.1/work/xen-4.6.1/xen/include/xen/config.h -nostdinc -fno-opti= mize-sibling-calls -DCONFIG_SHADOW_PAGING -DVERBOSE -DHAS_ACPI -DHAS_GDBS= X -DHAS_PASSTHROUGH -DHAS_MEM_ACCESS -DHAS_MEM_PAGING -DHAS_MEM_SHARING -= DHAS_PCI -DHAS_IOPORTS -DHAS_PDX -fno-omit-frame-pointer -DCONFIG_FRAME_P= OINTER -MMD -MF ..xen.efi.1s.o.d -c /var/tmp/portage/app-emulation/xen-4.= 6.1/work/xen-4.6.1/xen/.xen.efi.1s.S -o /var/tmp/portage/app-emulation/xe= n-4.6.1/work/xen-4.6.1/xen/.xen.efi.1s.o make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-ld -T xen.lds -N prelink.o \ /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen-syms= =2E1.o -o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xen= -syms make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' x86_64-pc-linux-gnu-ld -mi386pep --subsystem=3D10 --image-base=3D0xffff8= 2d080000000 --stack=3D0,0 --heap=3D0,0 --strip-debug --section-alignment=3D= 0x200000 --file-alignment=3D0x20 --major-image-version=3D4 --minor-image-= version=3D6 --major-os-version=3D2 --minor-os-version=3D0 --major-subsyst= em-version=3D2 --minor-subsystem-version=3D0 -T efi.lds -N prelink-efi.o = \ /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/x= en/.xen.efi.1r.o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/= xen/.xen.efi.1s.o -o /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.= 6.1/xen/xen.efi if false; then rm -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4= =2E6.1/xen/xen.efi; echo 'EFI support disabled'; fi rm -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen.ef= i.[0-9]* rm -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/.xen-sy= ms.[0-9]* =2E/boot/mkelf32 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/= xen/xen-syms /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/= xen 0x100000 \ `nm -nr /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xen-s= yms | head -n 1 | sed -e 's/^\([^ ]*\).*/0x\1/'` make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' gzip -f -9 < /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/= xen > /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xen.gz.= new mv /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xen.gz.new= /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xen.gz make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen' make: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work/xe= n-4.6.1/xen' >>> Source compiled. * Skipping make test/check due to ebuild restriction. >>> Test phase [disabled because of RESTRICT=3Dtest]: app-emulation/xen-4= =2E6.1 >>> Install xen-4.6.1 into /var/tmp/portage/app-emulation/xen-4.6.1/image= / category app-emulation make -j7 -l7 LDFLAGS=3D DESTDIR=3D/var/tmp/portage/app-emulation/xen-4.6.= 1/image/ -C xen debug=3Dy install=20 make: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/work/x= en-4.6.1/xen' make -f Rules.mk _install make[1]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen' make -C tools make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/tools' make symbols make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/tools' make[3]: 'symbols' is up to date. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/tools' make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/tools' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk include/xen/compile.h make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen' make[2]: 'include/xen/compile.h' is up to date. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen' [ -e include/asm ] || ln -sf asm-x86 include/asm [ -e arch/x86/efi ] && for f in boot.c runtime.c compat.c efi.h;\ do ln -nsf ../../../common/efi/$f arch/x86/efi/; done;\ true make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C include make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/include' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C arch/x86 asm-offsets.s make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' make[2]: 'asm-offsets.s' is up to date. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk include/asm-x86/asm-offsets.h make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen' make[2]: 'include/asm-x86/asm-offsets.h' is up to date. make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C arch/x86 /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1= /xen/xen make[2]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch= /x86/boot built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch= /x86/efi built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/comm= on built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/driv= ers built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xsm = built_in.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/boot' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/arch= /x86 built_in.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/efi' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/cryp= to built_in.o make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/xsm' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers' make[3]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/crypto' make[3]: 'built_in.o' is up to date. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/xsm' make[3]: 'built_in.o' is up to date. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/crypto' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C char built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C cpufreq built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C pci built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/cpufreq' make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/char' make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/pci' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C compat built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common/compat' make[3]: 'built_in.o' is up to date. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/boot' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C hvm built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common/hvm' make[3]: 'built_in.o' is up to date. make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/efi' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C passthrough built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C acpi built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/acpi' make[4]: 'built_in.o' is up to date. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/char' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C acpi built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi' make[4]: 'built_in.o' is up to date. make[4]: 'built_in.o' is up to date. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/cpufreq' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/pci' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C video built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C cpu built_in.o make[4]: 'built_in.o' is up to date. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/video' make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/cpu' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common/compat' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C libelf built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/common/libelf' make[4]: 'built_in.o' is up to date. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common/hvm' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C genapic built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/genapic' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C cpufreq built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/acpi/cpufreq' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C vtd built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/vtd' make[4]: 'built_in.o' is up to date. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common/libelf' make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/common' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C amd built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/amd' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C tables built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi/tables' make[4]: 'built_in.o' is up to date. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/genapic' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C hvm built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C mcheck built_in.o make[4]: 'built_in.o' is up to date. make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/hvm' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/video' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C mtrr built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/cpu/mcheck' make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/cpu/mtrr' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/acpi/cpufreq' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/acpi' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C mm built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/mm' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C x86 built_in.o make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/vtd/x86' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi/tables' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C utilities built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi/utilities' make[5]: 'built_in.o' is up to date. make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/amd' make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/cpu/mtrr' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C x86 built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C apei built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/acpi/apei' make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/drivers/passthrough/x86' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/cpu/mcheck' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/cpu' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C oprofile built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/oprofile' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C svm built_in.o make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C shadow built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/hvm/svm' make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/mm/shadow' make[6]: 'built_in.o' is up to date. make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/vtd/x86' make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/vtd' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C hap built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/mm/hap' make[4]: 'built_in.o' is up to date. make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/oprofile' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C x86_64 built_in.o make[4]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/x86_64' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi/utilities' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C vmx built_in.o make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi/apei' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/acpi' make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/hvm/vmx' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough/x86' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers/passthrough' make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/drivers' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/mm/shadow' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/hvm/svm' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/mm/hap' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/mm' make -f /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/Rules= =2Emk -C compat built_in.o make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-4.6.1/wor= k/xen-4.6.1/xen/arch/x86/x86_64/compat' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/hvm/vmx' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/hvm' make[5]: 'built_in.o' is up to date. make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/x86_64/compat' make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86/x86_64' make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen/arch/x86' [ -d /var/tmp/portage/app-emulation/xen-4.6.1/image//boot ] || install -d= -m0755 -p /var/tmp/portage/app-emulation/xen-4.6.1/image//boot install -m0644 -p /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1= /xen/xen.gz /var/tmp/portage/app-emulation/xen-4.6.1/image//boot/xen-4.6.= 1.gz if [ 'xgentoo' =3D=3D 'x' ]; then \ ln -f -s xen-4.6.1.gz /var/tmp/portage/app-emulation/xen-4.6.1/image//bo= ot/xen-4.6.gz; \ ln -f -s xen-4.6.1.gz /var/tmp/portage/app-emulation/xen-4.6.1/image//bo= ot/xen-4.gz; \ ln -f -s xen-4.6.1.gz /var/tmp/portage/app-emulation/xen-4.6.1/image//bo= ot/xen.gz; \ else \ install -m0644 -p /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/xen.gz /var/tmp/portage/app-emulation/xen-4.6.1/image//boot/xen-4.6= =2Egz; \ install -m0644 -p /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/xen.gz /var/tmp/portage/app-emulation/xen-4.6.1/image//boot/xen-4.g= z; \ install -m0644 -p /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/xen.gz /var/tmp/portage/app-emulation/xen-4.6.1/image//boot/xen.gz;= \ fi; [ -d "/var/tmp/portage/app-emulation/xen-4.6.1/image//usr/lib/debug" ] ||= install -d -m0755 -p /var/tmp/portage/app-emulation/xen-4.6.1/image//usr= /lib/debug install -m0644 -p /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1= /xen/xen-syms /var/tmp/portage/app-emulation/xen-4.6.1/image//usr/lib/deb= ug/xen-syms-4.6.1 if [ -r /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.1/xen/xen.e= fi -a -n '/usr/lib64/efi' ]; then \ [ -d /var/tmp/portage/app-emulation/xen-4.6.1/image//usr/lib64/efi ] || = install -d -m0755 -p /var/tmp/portage/app-emulation/xen-4.6.1/image//usr/= lib64/efi; \ install -m0644 -p /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6.= 1/xen/xen.efi /var/tmp/portage/app-emulation/xen-4.6.1/image//usr/lib64/e= fi/xen-4.6.1.efi; \ ln -sf xen-4.6.1.efi /var/tmp/portage/app-emulation/xen-4.6.1/image//usr= /lib64/efi/xen-4.6.efi; \ ln -sf xen-4.6.1.efi /var/tmp/portage/app-emulation/xen-4.6.1/image//usr= /lib64/efi/xen-4.efi; \ ln -sf xen-4.6.1.efi /var/tmp/portage/app-emulation/xen-4.6.1/image//usr= /lib64/efi/xen.efi; \ if [ -n 'boot' -a -n 'gentoo' ]; then \ install -m0644 -p /var/tmp/portage/app-emulation/xen-4.6.1/work/xen-4.6= =2E1/xen/xen.efi /var/tmp/portage/app-emulation/xen-4.6.1/image/boot/efi/= gentoo/xen-4.6.1.efi; \ elif [ "/var/tmp/portage/app-emulation/xen-4.6.1/image/" =3D "/var/tmp/p= ortage/app-emulation/xen-4.6.1/image/" ]; then \ echo 'EFI installation only partially done (EFI_VENDOR not set)' >&2; \= fi; \ fi make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work= /xen-4.6.1/xen' make: Leaving directory '/var/tmp/portage/app-emulation/xen-4.6.1/work/xe= n-4.6.1/xen' >>> Completed installing xen-4.6.1 into /var/tmp/portage/app-emulation/xe= n-4.6.1/image/ =1B[32;01m * =1B[39;49;00mBuilding package for app-emulation/xen-4.6.1 ..= =2E =1B[34;01m[ =1B[39;49;00m=1B[32;01mok=1B[39;49;0= 0m=1B[34;01m ]=1B[39;49;00m =1B[32;01m * =1B[39;49;00mPackages now in '/usr/portage/packages': =1B[32;01m * =1B[39;49;00mapp-emulation/xen-4.6.1: 12.0M * Official Xen Guide and the unoffical wiki page: * https://wiki.gentoo.org/wiki/Xen * http://en.gentoo-wiki.com/wiki/Xen/ * The efi executable is installed in boot/efi/gentoo * You can optionally block the installation of /boot/xen-syms by an entr= y * in folder /etc/portage/env using the portage's feature INSTALL_MASK * e.g. echo > /etc/portage/env/xen.conf --------------000503010500020806040703 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KWGVuLWRldmVs IG1haWxpbmcgbGlzdApYZW4tZGV2ZWxAbGlzdHMueGVuLm9yZwpodHRwOi8vbGlzdHMueGVuLm9y Zy94ZW4tZGV2ZWwK --------------000503010500020806040703--