virtio-devices: Remove write_config implementations

Remove the write_config() implementations that only generate a warning
as that is now done at the VirtioDevice level.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-07-16 09:49:35 +01:00
committed by Sebastien Boeuf
parent 6ba1c4318e
commit e3dc620146
6 changed files with 0 additions and 25 deletions

View File

@@ -521,10 +521,6 @@ impl VirtioDevice for Console {
}
}
fn write_config(&mut self, _offset: u64, _data: &[u8]) {
warn!("No device specific configration requires write");
}
fn activate(
&mut self,
mem: GuestMemoryAtomic<GuestMemoryMmap>,