virtio-devices: vsock: Remove write_config() implementation
This warning generating implementation can be handled by the version in VirtioDevice. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
580739f776
commit
676322c3cc
1 changed files with 0 additions and 8 deletions
|
|
@ -519,14 +519,6 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
fn write_config(&mut self, offset: u64, data: &[u8]) {
|
||||
warn!(
|
||||
"vsock: guest driver attempted to write device config (offset={:x}, len={:x})",
|
||||
offset,
|
||||
data.len()
|
||||
);
|
||||
}
|
||||
|
||||
fn activate(
|
||||
&mut self,
|
||||
mem: GuestMemoryAtomic<GuestMemoryMmap>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue