]> git.proxmox.com Git - mirror_qemu.git/commit
fsdev: Use ThrottleDirection instread of bool is_write
authorzhenwei pi <pizhenwei@bytedance.com>
Fri, 28 Jul 2023 02:20:05 +0000 (10:20 +0800)
committerHanna Czenczek <hreitz@redhat.com>
Tue, 29 Aug 2023 08:49:24 +0000 (10:49 +0200)
commit00ea69f50345258d1ff6262f24516abea5548d3a
treef0928f976f0eb55de2f040d769d3f7d6d6317650
parent7017313882e39b6285e1a47dc474a395ba6f0e7d
fsdev: Use ThrottleDirection instread of bool is_write

'bool is_write' style is obsolete from throttle framework, adapt
fsdev to the new style.

Cc: Greg Kurz <groug@kaod.org>
Reviewed-by: Hanna Czenczek <hreitz@redhat.com>
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Message-Id: <20230728022006.1098509-9-pizhenwei@bytedance.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Signed-off-by: Hanna Czenczek <hreitz@redhat.com>
fsdev/qemu-fsdev-throttle.c
fsdev/qemu-fsdev-throttle.h
hw/9pfs/cofile.c