Changeset 9319b7d in mainline


Ignore:
Timestamp:
2018-06-23T19:30:26Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4810acf
Parents:
3f1d4d5
Message:

Adapt to QEMU layout

For some reason, QEMU uses the legacy layout of the header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/virtio-net/virtio-net.h

    r3f1d4d5 r9319b7d  
    5454        uint16_t csum_start;
    5555        uint16_t csum_offset;
    56         uint16_t num_buffers;
     56// XXX: QEMU uses the legacy layout for some reason
     57//      uint16_t num_buffers;
    5758} virtio_net_hdr_t;
    5859
Note: See TracChangeset for help on using the changeset viewer.