File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1261,6 +1261,10 @@ static void load_linux(PCMachineState *pcms,
1261
1261
initrd_size );
1262
1262
}
1263
1263
1264
+ option_rom [nb_option_roms ].bootindex = 0 ;
1265
+ option_rom [nb_option_roms ].name = "pvh.bin" ;
1266
+ nb_option_roms ++ ;
1267
+
1264
1268
return ;
1265
1269
}
1266
1270
/* This looks like a multiboot kernel. If it is, let's stop
@@ -1712,6 +1716,7 @@ void xen_load_linux(PCMachineState *pcms)
1712
1716
for (i = 0 ; i < nb_option_roms ; i ++ ) {
1713
1717
assert (!strcmp (option_rom [i ].name , "linuxboot.bin" ) ||
1714
1718
!strcmp (option_rom [i ].name , "linuxboot_dma.bin" ) ||
1719
+ !strcmp (option_rom [i ].name , "pvh.bin" ) ||
1715
1720
!strcmp (option_rom [i ].name , "multiboot.bin" ));
1716
1721
rom_add_option (option_rom [i ].name , option_rom [i ].bootindex );
1717
1722
}
You can’t perform that action at this time.
0 commit comments