From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/3] Add x2apic mode to apic test Date: Mon, 14 Sep 2009 16:02:25 +0300 Message-ID: <1252933348-17002-1-git-send-email-avi@redhat.com> Cc: kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:19991 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753778AbZINNC1 (ORCPT ); Mon, 14 Sep 2009 09:02:27 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8ED2UHh003481 for ; Mon, 14 Sep 2009 09:02:30 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Adapt the apic test code to also test x2apic mode. Avi Kivity (3): test: Use function table for APIC access test: use new apic_icr_write() to issue IPI test: add x2apic test kvm/user/test/x86/apic.c | 91 ++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 87 insertions(+), 4 deletions(-)