sim-card
/
qemu
Archived
10
0
Fork 0
This repository has been archived on 2022-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
qemu/hw/9pfs
Stefan Weil 541dc0d47f Use new macro QEMU_PACKED for packed structures
Most changes were made using these commands:

git grep -la '__attribute__((packed))'|xargs perl -pi -e 's/__attribute__\(\(packed\)\)/QEMU_PACKED/'
git grep -la '__attribute__ ((packed))'|xargs perl -pi -e 's/__attribute__ \(\(packed\)\)/QEMU_PACKED/'
git grep -la '__attribute__((__packed__))'|xargs perl -pi -e 's/__attribute__\(\(__packed__\)\)/QEMU_PACKED/'
git grep -la '__attribute__ ((__packed__))'|xargs perl -pi -e 's/__attribute__ \(\(__packed__\)\)/QEMU_PACKED/'
git grep -la '__attribute((packed))'|xargs perl -pi -e 's/__attribute\(\(packed\)\)/QEMU_PACKED/'

Whitespace in linux-user/syscall_defs.h was fixed manually
to avoid warnings from scripts/checkpatch.pl.

Manual changes were also applied to hw/pc.c.

I did not fix indentation with tabs in block/vvfat.c.
The patch will show 4 errors with scripts/checkpatch.pl.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-09-03 10:45:59 +00:00
..
codir.c use readdir_r instead of readdir for reentrancy 2011-08-22 09:44:52 +05:30
cofile.c hw/9pfs: Add yield support for preadv coroutine 2011-08-22 09:44:47 +05:30
cofs.c hw/9pfs: Add yield support for symlin coroutine 2011-08-22 09:44:26 +05:30
coxattr.c hw/9pfs: Add yeild support for clunk related coroutine 2011-08-22 09:44:13 +05:30
virtio-9p-coth.c [virtio-9p] Add infrastructure to support glib threads and coroutines. 2011-08-08 13:05:09 +05:30
virtio-9p-coth.h use readdir_r instead of readdir for reentrancy 2011-08-22 09:44:52 +05:30
virtio-9p-debug.c virtio-9p: Use relative includes for files in hw 2011-06-01 10:25:03 -07:00
virtio-9p-debug.h virtio-9p: move 9p files around 2011-04-27 08:24:37 -07:00
virtio-9p-device.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
virtio-9p-local.c use readdir_r instead of readdir for reentrancy 2011-08-22 09:44:52 +05:30
virtio-9p-posix-acl.c [virtio-9p] Make rpath thread safe 2011-06-01 10:25:17 -07:00
virtio-9p-xattr-user.c [virtio-9p] Make rpath thread safe 2011-06-01 10:25:17 -07:00
virtio-9p-xattr.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
virtio-9p-xattr.h [virtio-9p] Make rpath thread safe 2011-06-01 10:25:17 -07:00
virtio-9p.c use readdir_r instead of readdir for reentrancy 2011-08-22 09:44:52 +05:30
virtio-9p.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00