mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3687 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c6d6dd7c74
commit
b881c2c6e7
25 changed files with 54 additions and 75 deletions
3
vl.c
3
vl.c
|
@ -8529,8 +8529,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
|
||||
machine->init(ram_size, vga_ram_size, boot_devices,
|
||||
ds, fd_filename, snapshot,
|
||||
machine->init(ram_size, vga_ram_size, boot_devices, ds,
|
||||
kernel_filename, kernel_cmdline, initrd_filename, cpu_model);
|
||||
|
||||
/* init USB devices */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue