commit | 7efc2622d5eee02f2423c81109b49644f2181d71 | [log] [tgz] |
---|---|---|
author | Jean-Philippe Brucker <jean-philippe.brucker@arm.com> | Tue Jun 07 18:02:16 2022 +0100 |
committer | Will Deacon <will@kernel.org> | Thu Jun 09 13:44:14 2022 +0100 |
tree | 1b766362776fca5e7e4f08f264f2ff8eae0e10d6 | |
parent | b4531b2c4d3f216bbc5d2fa70510f71826e6ec5d [diff] |
virtio: Add NEEDS_RESET to the status mask Not all toolchains used to know about VIRTIO_CONFIG_S_NEEDS_RESET, so we left it out of the status mask. Now that we include our own version of virtio_config.h and we'll need it for virtio 1.0, add it back. Signed-off-by: Jean-Philippe Brucker <jean-philippe.brucker@arm.com> Link: https://lore.kernel.org/r/20220607170239.120084-2-jean-philippe.brucker@arm.com Signed-off-by: Will Deacon <will@kernel.org>