Skip to content

Commit

Permalink
Merge pull request #383 from p4zuu/clippy
Browse files Browse the repository at this point in the history
igvmbuilder: remove firmware field in GpaMap
  • Loading branch information
joergroedel authored Jun 16, 2024
2 parents 2d55a4b + 0a05dcc commit c3da88d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions igvmbuilder/src/gpa_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ pub struct GpaMap {
pub general_params: GpaRange,
pub memory_map: GpaRange,
pub guest_context: GpaRange,
pub firmware: GpaRange,
pub kernel: GpaRange,
pub vmsa: GpaRange,
}
Expand Down Expand Up @@ -172,7 +171,6 @@ impl GpaMap {
general_params,
memory_map,
guest_context,
firmware: firmware_range,
kernel,
vmsa,
};
Expand Down

0 comments on commit c3da88d

Please sign in to comment.