cloud-hypervisor/hypervisor/src
Yu Li 8ab2d5e539 build: Fix beta clippy issue: private item shadows public glob re-export
error: private item shadows public glob re-export
Error:   --> hypervisor/src/mshv/mod.rs:42:27
   |
42 |     CpuIdEntry, FpuState, LapicState, MsrEntry, SpecialRegisters, StandardRegisters,
   |                           ^^^^^^^^^^
   |
note: the name `LapicState` in the type namespace is supposed to be publicly re-exported here
  --> hypervisor/src/mshv/mod.rs:16:9
   |
16 | pub use mshv_bindings::*;
   |         ^^^^^^^^^^^^^^^^
note: but the private item here shadows it
  --> hypervisor/src/mshv/mod.rs:42:27
   |
42 |     CpuIdEntry, FpuState, LapicState, MsrEntry, SpecialRegisters, StandardRegisters,
   |                           ^^^^^^^^^^
   = note: `-D hidden-glob-reexports` implied by `-D warnings`

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
2023-07-13 08:16:30 -07:00
..
arch hypervisor: x86: Emulator is only needed on mshv, not kvm 2023-07-04 08:29:24 +01:00
kvm hypervisor, vmm: Limit max number of vCPUs to hypervisor maximum 2023-04-22 10:35:39 +01:00
mshv build: Fix beta clippy issue: private item shadows public glob re-export 2023-07-13 08:16:30 -07:00
cpu.rs hyperivsor: Add infrastructure to determine CPU vendor 2023-05-31 23:54:33 +02:00
device.rs hypervisor, vmm: use new vfio-ioctls 2022-07-21 23:37:53 +01:00
hypervisor.rs hyperivsor: Add infrastructure to determine CPU vendor 2023-05-31 23:54:33 +02:00
lib.rs hyperivsor: Add infrastructure to determine CPU vendor 2023-05-31 23:54:33 +02:00
vm.rs hypervisor: Support compiling "tdx" and "mshv" feature together 2022-09-27 14:30:49 +01:00