diff options
| author | Kevin Wolf | 2018-10-25 17:21:14 +0200 |
|---|---|---|
| committer | Kevin Wolf | 2018-12-14 11:52:41 +0100 |
| commit | d57c44d00f0daddd6d31b326ef844bf2facf6d8a (patch) | |
| tree | 8e83c24d0d5a42b43057649d5aecdd5aede0bb62 /scripts | |
| parent | qcow2: do decompression in threads (diff) | |
| download | qemu-d57c44d00f0daddd6d31b326ef844bf2facf6d8a.tar.gz qemu-d57c44d00f0daddd6d31b326ef844bf2facf6d8a.tar.xz qemu-d57c44d00f0daddd6d31b326ef844bf2facf6d8a.zip | |
file-posix: Reorganise RawPosixAIOData
RawPosixAIOData contains a lot of fields for several separate operations
that are to be processed in a worker thread and that need different
parameters. The struct is currently rather unorganised, with unions that
cover some, but not all operations, and even one #define for field names
instead of a union.
Clean this up to have some common fields and a single union. As a side
effect, on x86_64 the struct shrinks from 72 to 48 bytes.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
