From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: [patch 3/6] remove unused bios_mem variable Date: Tue, 23 Mar 2010 13:53:36 -0300 Message-ID: <20100323165347.116789147@amt.cnet> References: <20100323165333.062022913@amt.cnet> Cc: Marcelo Tosatti To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:47647 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774Ab0CWQzG (ORCPT ); Tue, 23 Mar 2010 12:55:06 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2NGt5nq023131 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Mar 2010 12:55:06 -0400 Content-Disposition: inline; filename=remove-bios-mem Sender: kvm-owner@vger.kernel.org List-ID: Signed-off-by: Marcelo Tosatti Index: qemu-kvm-cleanups/cpu-all.h =================================================================== --- qemu-kvm-cleanups.orig/cpu-all.h +++ qemu-kvm-cleanups/cpu-all.h @@ -846,7 +846,6 @@ extern int phys_ram_fd; extern uint8_t *phys_ram_dirty; extern ram_addr_t ram_size; extern ram_addr_t last_ram_offset; -extern uint8_t *bios_mem; extern const char *mem_path; extern int mem_prealloc; Index: qemu-kvm-cleanups/exec.c =================================================================== --- qemu-kvm-cleanups.orig/exec.c +++ qemu-kvm-cleanups/exec.c @@ -120,7 +120,6 @@ uint8_t *code_gen_ptr; #if !defined(CONFIG_USER_ONLY) int phys_ram_fd; uint8_t *phys_ram_dirty; -uint8_t *bios_mem; static int in_migration; typedef struct RAMBlock {