|
@@ -119,7 +119,6 @@
|
|
|
|
|
|
static const char *data_dir[16];
|
|
static const char *data_dir[16];
|
|
static int data_dir_idx;
|
|
static int data_dir_idx;
|
|
-const char *bios_name = NULL;
|
|
|
|
enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
|
|
enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
|
|
int display_opengl;
|
|
int display_opengl;
|
|
const char* keyboard_layout = NULL;
|
|
const char* keyboard_layout = NULL;
|
|
@@ -4212,7 +4211,6 @@ void qemu_init(int argc, char **argv, char **envp)
|
|
kernel_filename = qemu_opt_get(machine_opts, "kernel");
|
|
kernel_filename = qemu_opt_get(machine_opts, "kernel");
|
|
initrd_filename = qemu_opt_get(machine_opts, "initrd");
|
|
initrd_filename = qemu_opt_get(machine_opts, "initrd");
|
|
kernel_cmdline = qemu_opt_get(machine_opts, "append");
|
|
kernel_cmdline = qemu_opt_get(machine_opts, "append");
|
|
- bios_name = qemu_opt_get(machine_opts, "firmware");
|
|
|
|
|
|
|
|
opts = qemu_opts_find(qemu_find_opts("boot-opts"), NULL);
|
|
opts = qemu_opts_find(qemu_find_opts("boot-opts"), NULL);
|
|
if (opts) {
|
|
if (opts) {
|