From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4SSi-0002y0-5u for qemu-devel@nongnu.org; Wed, 31 Jul 2013 05:13:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4SSZ-0006af-F5 for qemu-devel@nongnu.org; Wed, 31 Jul 2013 05:12:52 -0400 Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:34330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4RYI-0003jw-AR for qemu-devel@nongnu.org; Wed, 31 Jul 2013 04:14:34 -0400 Received: by mail-ee0-f51.google.com with SMTP id c1so182772eek.38 for ; Wed, 31 Jul 2013 01:14:33 -0700 (PDT) From: Vincenzo Maffione Date: Wed, 31 Jul 2013 10:13:48 +0200 Message-Id: <1375258430-2120-1-git-send-email-v.maffione@gmail.com> Subject: [Qemu-devel] [PATCH v5 0/2] e1000: add interrupt mitigation support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com, mst@redhat.com, rizzo@iet.unipi.it, jasowang@redhat.com, Vincenzo Maffione , stefanha@redhat.com, pbonzini@redhat.com, g.lettieri@iet.unipi.it, lersek@redhat.com, afaerber@suse.de Implement interrupt mitigation for the e1000 device with the corresponding "mitigation" device property. Add a compat_props entry to pc-1.6 machines in order to set the "mitigation" property for these machines. Vincenzo Maffione (2): e1000: add interrupt mitigation support i386/pc: introducing compat_props for pc-1.6 hw/i386/pc_piix.c | 4 ++ hw/i386/pc_q35.c | 4 ++ hw/net/e1000.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++++-- include/hw/i386/pc.h | 7 +++ 4 files changed, 143 insertions(+), 3 deletions(-) -- 1.8.3.4