mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
vmport: convert to qdev
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
7ba7e49e6a
commit
6872ef610b
4 changed files with 26 additions and 6 deletions
|
@ -86,8 +86,6 @@ static void pc_init1(ram_addr_t ram_size,
|
|||
|
||||
pc_cpus_init(cpu_model);
|
||||
|
||||
vmport_init();
|
||||
|
||||
/* allocate ram and load rom/bios */
|
||||
pc_memory_init(ram_size, kernel_filename, kernel_cmdline, initrd_filename,
|
||||
&below_4g_mem_size, &above_4g_mem_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue