From: Marcelo Tosatti <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
diff --git a/cpu-all.h b/cpu-all.h
index 336eb3e..fd51a76 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -859,7 +859,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;
diff --git a/exec.c b/exec.c
index e8fe3c4..de2fbea 100644
--- a/exec.c
+++ b/exec.c
@@ -101,7 +101,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 {
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html