Hi,
This series replaces the global disable_notify state by command-level bools to control vq kicks. When command batching is applied to more places, this prevents one process from affecting another process.
v2: update to this convention
virtio_gpu_cmd_foo: add foo and commit virtio_gpu_add_foo: add foo but do not commit
However, the spinlock is now grabbed twice in both add and commit.