Merge changes Ie07aa647,Ibdc355b1
* changes: Revert "Temporary hack: Boot protected VMs without pVM firmware." Update pvmfw.img
This commit is contained in:
commit
eedbc06088
|
@ -1,6 +1,6 @@
|
||||||
drops {
|
drops {
|
||||||
android_build_drop {
|
android_build_drop {
|
||||||
build_id: "8134799"
|
build_id: "8149267"
|
||||||
target: "u-boot_pvmfw"
|
target: "u-boot_pvmfw"
|
||||||
source_file: "pvmfw.img"
|
source_file: "pvmfw.img"
|
||||||
}
|
}
|
||||||
|
|
BIN
pvmfw/pvmfw.img
BIN
pvmfw/pvmfw.img
Binary file not shown.
|
@ -271,8 +271,7 @@ fn run_vm(config: CrosvmConfig) -> Result<SharedChild, Error> {
|
||||||
.arg(config.cid.to_string());
|
.arg(config.cid.to_string());
|
||||||
|
|
||||||
if config.protected {
|
if config.protected {
|
||||||
// TODO: Go back to "--protected-vm" once pVM firmware is fixed.
|
command.arg("--protected-vm");
|
||||||
command.arg("--protected-vm-without-firmware");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if let Some(memory_mib) = config.memory_mib {
|
if let Some(memory_mib) = config.memory_mib {
|
||||||
|
|
Loading…
Reference in New Issue