mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-27 03:50:56 -04:00
QEMU CSP Config: PCRs -> Measurements
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
c679526bae
commit
3b30291360
3 changed files with 4 additions and 4 deletions
|
@ -198,7 +198,7 @@ func Default() *Config {
|
|||
Measurements: &gcpPCRs,
|
||||
},
|
||||
QEMU: &QEMUConfig{
|
||||
PCRs: &qemuPCRs,
|
||||
Measurements: &qemuPCRs,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
@ -260,7 +260,7 @@ type GCPConfig struct {
|
|||
}
|
||||
|
||||
type QEMUConfig struct {
|
||||
PCRs *Measurements `yaml:"pcrs,omitempty"`
|
||||
Measurements *Measurements `yaml:"measurements,omitempty"`
|
||||
}
|
||||
|
||||
// intPtr returns a pointer to the copied value of in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue