From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 0/2] use smp_send_reschedule in kvm_vcpu_kick (v3) Date: Mon, 13 Apr 2009 21:41:12 -0300 Message-ID: <20090414004112.830598579@localhost.localdomain> To: kvm@vger.kernel.org Return-path: Received: from mx2.redhat.com ([66.187.237.31]:53595 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753858AbZDNAnN (ORCPT ); Mon, 13 Apr 2009 20:43:13 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3E0h6rg011548 for ; Mon, 13 Apr 2009 20:43:06 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3E0h5jx001115 for ; Mon, 13 Apr 2009 20:43:06 -0400 Received: from amt.cnet (vpn-10-20.str.redhat.com [10.32.10.20]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3E0h3Mw015347 for ; Mon, 13 Apr 2009 20:43:05 -0400 Received: from amt.cnet (amt.cnet [127.0.0.1]) by amt.cnet (Postfix) with ESMTP id E7B6D274003 for ; Mon, 13 Apr 2009 21:42:48 -0300 (BRT) Sender: kvm-owner@vger.kernel.org List-ID: This is needed to fix http://www.mail-archive.com/kvm@vger.kernel.org/msg11004.html with the added benefit of collapsing IPI's. - Export smp_send_reschedule on IA64 as requested by Xiantao Zhang. - Possible to use workqueue on compat code (< 2.6.24). --