dev: Use lambdas instead of the Callback type for serial devices.
authorGabe Black <gabeblack@google.com>
Fri, 14 Aug 2020 07:46:45 +0000 (00:46 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 18 Aug 2020 19:53:59 +0000 (19:53 +0000)
commit02de96cb808f6e543070a446f8c77e74b4ef8dad
tree10421771bc3119b3703f1d046d0cca6b51846566
parent0f750ff2c221db206788cdcbe500461b1c27c204
dev: Use lambdas instead of the Callback type for serial devices.

Issue-on: https://gem5.atlassian.net/browse/GEM5-698
Change-Id: Idb87fa0b90d14981fd61f997285f61b2ef304227
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32647
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/dev/serial/serial.cc
src/dev/serial/serial.hh
src/dev/serial/uart.cc
src/dev/serial/uart.hh
src/dev/virtio/console.cc
src/dev/virtio/console.hh