From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4uKN-0006sc-Hi for qemu-devel@nongnu.org; Mon, 23 May 2016 14:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b4uKJ-0001Zh-Rc for qemu-devel@nongnu.org; Mon, 23 May 2016 14:11:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b4uKJ-0001ZZ-Ld for qemu-devel@nongnu.org; Mon, 23 May 2016 14:11:39 -0400 From: "Richard W.M. Jones" Date: Mon, 23 May 2016 19:11:32 +0100 Message-Id: <1464027093-24073-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v9] Add optionrom compatible with fw_cfg DMA version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, marc.mari.barcelo@gmail.com, ehabkost@redhat.com, mst@redhat.com, stefanha@gmail.com, kraxel@redhat.com, lersek@redhat.com, rth@twiddle.net v8 -> v9: - Add a workaround for GCC < 4.9. - Add linuxbios_dma.bin to Makefile. - Change Marc Mari's email address to new one. - Tested on RHEL 7.2 (gcc-4.8.5-4.el7.x86_64). Rich.