From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1yuW-0004Xp-66 for qemu-devel@nongnu.org; Thu, 26 Nov 2015 10:56:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1yuR-0002qJ-Mj for qemu-devel@nongnu.org; Thu, 26 Nov 2015 10:56:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1yuR-0002qF-FJ for qemu-devel@nongnu.org; Thu, 26 Nov 2015 10:56:35 -0500 References: <1448464821-8199-1-git-send-email-asmetanin@virtuozzo.com> <1448464821-8199-7-git-send-email-asmetanin@virtuozzo.com> <5655E748.4080503@redhat.com> <5655E800.5030309@virtuozzo.com> <5655EC83.4090201@redhat.com> <5656CBAA.3050803@virtuozzo.com> <56571A7F.6080504@redhat.com> <56572B00.6070208@virtuozzo.com> From: Paolo Bonzini Message-ID: <56572BAE.5030107@redhat.com> Date: Thu, 26 Nov 2015 16:56:30 +0100 MIME-Version: 1.0 In-Reply-To: <56572B00.6070208@virtuozzo.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 6/7] kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: asmetanin@virtuozzo.com, kvm@vger.kernel.org Cc: Gleb Natapov , Haiyang Zhang , qemu-devel@nongnu.org, Roman Kagan , "Denis V. Lunev" , Vitaly Kuznetsov , "K. Y. Srinivasan" On 26/11/2015 16:53, Andrey Smetanin wrote: >> Then the patches look good, I think. With a testcase I can try them out >> and hopefully merge them for Linux 4.5 / QEMU 2.6. > > Thank you! > > We already have a working Hyper-V SynIC timers kvm-unit-tests test case. > We are going to send appropriate patches seria into kvm-unit-tests git. > > But kvm-unit-tests master now broken: >> make > objcopy -O elf32-i386 x86/memory.elf x86/memory.flat > make: *** No rule to make target 'x86/pku.o', needed by 'x86/pku.elf'. > Stop. > > The problem is in latest commit 3da70799dd3cf1169c4668b4a3fd6f598528b8b9. > > The commit adds 'pku' test case building, but not added any pku.c > implementation file. > > [root@asm-pc kvm-unit-tests]# ls -al x86/pku.c > ls: cannot access x86/pku.c: No such file or directory > > > Could you please fix it ? Done, sorry. Paolo