diff options
author | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-07-20 11:58:06 +0100 |
---|---|---|
committer | Andreas Sandberg <andreas.sandberg@arm.com> | 2017-11-08 20:04:53 +0000 |
commit | 20de3bb759a36dbffed10adae2159e376b7cb68c (patch) | |
tree | 8984162e7204528cd5297e5514a4e6deda4536a3 /src/dev/virtio | |
parent | 74d3f8a1765869765b542fd91114628a62947ba9 (diff) | |
download | gem5-20de3bb759a36dbffed10adae2159e376b7cb68c.tar.xz |
dev: Move generic serial devices to src/dev/serial
Change-Id: I104227fc460f8b561e7375b329a541c1fce881b2
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/4291
Reviewed-by: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/dev/virtio')
-rw-r--r-- | src/dev/virtio/block.hh | 1 | ||||
-rw-r--r-- | src/dev/virtio/console.hh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/dev/virtio/block.hh b/src/dev/virtio/block.hh index fbbb51854..be88bd035 100644 --- a/src/dev/virtio/block.hh +++ b/src/dev/virtio/block.hh @@ -42,7 +42,6 @@ #include "dev/virtio/base.hh" #include "dev/storage/disk_image.hh" -#include "dev/terminal.hh" struct VirtIOBlockParams; diff --git a/src/dev/virtio/console.hh b/src/dev/virtio/console.hh index 720b60044..cd044b12e 100644 --- a/src/dev/virtio/console.hh +++ b/src/dev/virtio/console.hh @@ -40,7 +40,7 @@ #ifndef __DEV_VIRTIO_CONSOLE_HH__ #define __DEV_VIRTIO_CONSOLE_HH__ -#include "dev/serial.hh" +#include "dev/serial/serial.hh" #include "dev/virtio/base.hh" struct VirtIOConsoleParams; |