From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0YA7-0001DH-4f for qemu-devel@nongnu.org; Wed, 11 May 2016 13:43:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0YA1-0001lD-1F for qemu-devel@nongnu.org; Wed, 11 May 2016 13:43:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0YA0-0001kc-RS for qemu-devel@nongnu.org; Wed, 11 May 2016 13:43:00 -0400 From: "Richard W.M. Jones" Date: Wed, 11 May 2016 18:42:52 +0100 Message-Id: <1462988574-30590-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v7 0/2] 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: stefanha@gmail.com, marc.mari.barcelo@gmail.com, ehabkost@redhat.com, mst@redhat.com, kraxel@redhat.com, rth@twiddle.net, lersek@redhat.com, pbonzini@redhat.com v6 -> v7: - This version compiles and works with both GCC (tested 6.1.1) and with Clang (tested 3.8.0). - Uses -m16 mode on both compilers to generate i8086 code. - The signrom.py script has been modified so it can (optionally) generate the size field in the header. - Tested with both a small (libguestfs) and large (Fedora 23) initrd. Rich.