Files
qemu/hw
Akihiko Odaki 235f2eee82 e1000e: Introduce e1000_rx_desc_union
Before this change, e1000e_write_packet_to_guest() allocated the
receive descriptor buffer as an array of uint8_t. This does not ensure
the buffer is sufficiently aligned.

Introduce e1000_rx_desc_union type, a union type of all receive
descriptor types to correct this.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2023-03-10 15:35:38 +08:00
..
2023-02-27 22:29:01 +01:00
2023-02-08 07:28:05 +01:00
2023-02-08 07:16:23 +01:00
2022-12-21 06:35:28 -05:00
2023-03-10 15:35:38 +08:00
2023-02-08 07:28:05 +01:00
2023-02-08 07:28:05 +01:00
2022-10-27 11:34:31 +01:00
2023-02-27 22:29:02 +01:00