]> git.proxmox.com Git - mirror_qemu.git/commit
9p: unsigned type for type, version, path
authorAntonios Motakis <antonios.motakis@huawei.com>
Thu, 10 Oct 2019 09:36:04 +0000 (11:36 +0200)
committerGreg Kurz <groug@kaod.org>
Thu, 10 Oct 2019 09:36:04 +0000 (11:36 +0200)
commit870328335286385b5a78ba7d925b46dc5ba74d7f
tree5108ee360e884373fa8afbbb838820ad2b8f0f29
parent98b2e3c9ab3abfe476a2b02f8f51813edb90e72d
9p: unsigned type for type, version, path

There is no need for signedness on these QID fields for 9p.

Signed-off-by: Antonios Motakis <antonios.motakis@huawei.com>
[CS: - Also make QID type unsigned.
     - Adjust donttouch_stat() to new types.
     - Adjust trace-events to new types. ]
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Signed-off-by: Greg Kurz <groug@kaod.org>
fsdev/9p-marshal.h
hw/9pfs/9p.c
hw/9pfs/trace-events