Files
xemu/include
Paolo Bonzini 56af2dda98 nbd: simplify the nbd_request and nbd_reply structs
These structs are never used to represent the bytes that go over the
network.  The big-endian network data is built into a uint8_t array
in nbd_{receive,send}_{request,reply}.  Remove the unused magic field,
reorder the struct to avoid holes, and remove the packed attribute.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-06-16 18:39:04 +02:00
..
2016-02-23 12:43:05 +00:00
2016-05-18 15:04:27 +03:00
2016-02-23 12:43:05 +00:00
2016-06-16 18:39:03 +02:00
2016-06-14 13:34:50 +02:00
2016-06-16 18:39:03 +02:00
2016-06-14 10:41:38 +10:00