Closed dreamliner787-9 closed 1 month ago
In the latest sDDF, member size of struct serial_queue_handle_t has been renamed to capacity. This change has not been propagated to virtio/console.c which leads to a compile error if the latest sDDF is used.
size
serial_queue_handle_t
capacity
virtio/console.c
Whoops seems like the latest sDDF changed more things
I think #128 will need to be merged first before this.
Superseded by https://github.com/au-ts/libvmm/pull/131.
In the latest sDDF, member
size
of structserial_queue_handle_t
has been renamed tocapacity
. This change has not been propagated tovirtio/console.c
which leads to a compile error if the latest sDDF is used.