From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9hJt-0001GX-6c for qemu-devel@nongnu.org; Tue, 12 Apr 2011 13:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9hJs-0004xO-B1 for qemu-devel@nongnu.org; Tue, 12 Apr 2011 13:24:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9hJs-0004xB-2M for qemu-devel@nongnu.org; Tue, 12 Apr 2011 13:24:04 -0400 From: Glauber Costa Date: Tue, 12 Apr 2011 14:23:55 -0300 Message-Id: <1302629037-16084-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] allow fw_dir to be specified in the option-rom switch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm@vger.kernel.org Cc: aliguori@us.ibm.com, mtosatti@redhat.com, qemu-devel@nongnu.org, avi@redhat.com Some roms should not live in genroms/, the default place for all roms passed through -option-rom switch. Rather, they'd like to be placed in vgaroms. This patch allows it to happen. Glauber Costa (2): document bootindex option add fw_dir option to option-rom switch hw/pc.c | 7 ++++++- qemu-config.c | 3 +++ qemu-options.hx | 14 ++++++++++++-- sysemu.h | 1 + vl.c | 1 + 5 files changed, 23 insertions(+), 3 deletions(-) -- 1.7.4