cloud-hypervisor/vmm/src/api
Rob Bradford 9762c8bc28 vmm: Address Rust 1.51.0 clippy issue (upper_case_acroynms)
warning: name `LocalAPIC` contains a capitalized acronym
   --> vmm/src/cpu.rs:197:8
    |
197 | struct LocalAPIC {
    |        ^^^^^^^^^ help: consider making the acronym lowercase, except the initial letter: `LocalApic`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-03-26 11:32:09 +00:00
..
openapi vmm: openapi: Add rate_limiter_config to the `DiskConfig 2021-03-12 09:35:03 +01:00
http_endpoint.rs vmm: api: Add "power-button" API entry point 2021-01-13 17:00:39 +00:00
http.rs vmm: Address Rust 1.51.0 clippy issue (upper_case_acroynms) 2021-03-26 11:32:09 +00:00
mod.rs vmm: api: Add "power-button" API entry point 2021-01-13 17:00:39 +00:00