/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-access.h | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | virtio.h | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> diff ef546f1275f6563e8934dd5e338d29d9f9909ca6 Thu Dec 11 07:25:06 CST 2014 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: add feature checking helpers
Add a helper function for checking whether a bit is set in the guest features for a vdev as well as one that works on a feature bit set.
Convert code that open-coded this: It cleans up the code and makes it easier to extend the guest feature bits.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/hw/char/ |
H A D | virtio-serial-bus.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> diff ef546f1275f6563e8934dd5e338d29d9f9909ca6 Thu Dec 11 07:25:06 CST 2014 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: add feature checking helpers
Add a helper function for checking whether a bit is set in the guest features for a vdev as well as one that works on a feature bit set.
Convert code that open-coded this: It cleans up the code and makes it easier to extend the guest feature bits.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-balloon.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> diff ef546f1275f6563e8934dd5e338d29d9f9909ca6 Thu Dec 11 07:25:06 CST 2014 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: add feature checking helpers
Add a helper function for checking whether a bit is set in the guest features for a vdev as well as one that works on a feature bit set.
Convert code that open-coded this: It cleans up the code and makes it easier to extend the guest feature bits.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | virtio.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> diff ef546f1275f6563e8934dd5e338d29d9f9909ca6 Thu Dec 11 07:25:06 CST 2014 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: add feature checking helpers
Add a helper function for checking whether a bit is set in the guest features for a vdev as well as one that works on a feature bit set.
Convert code that open-coded this: It cleans up the code and makes it easier to extend the guest feature bits.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | vhost.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/hw/scsi/ |
H A D | virtio-scsi.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> diff ef546f1275f6563e8934dd5e338d29d9f9909ca6 Thu Dec 11 07:25:06 CST 2014 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: add feature checking helpers
Add a helper function for checking whether a bit is set in the guest features for a vdev as well as one that works on a feature bit set.
Convert code that open-coded this: It cleans up the code and makes it easier to extend the guest feature bits.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/hw/block/ |
H A D | virtio-blk.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> diff ef546f1275f6563e8934dd5e338d29d9f9909ca6 Thu Dec 11 07:25:06 CST 2014 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: add feature checking helpers
Add a helper function for checking whether a bit is set in the guest features for a vdev as well as one that works on a feature bit set.
Convert code that open-coded this: It cleans up the code and makes it easier to extend the guest feature bits.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/hw/net/ |
H A D | vhost_net.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | virtio-net.c | diff 95129d6fc9ead97155627a4ca0cfd37282883658 Mon Aug 17 04:48:29 CDT 2015 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: avoid leading underscores for helpers
Commit ef546f1275f6563e8934dd5e338d29d9f9909ca6 ("virtio: add feature checking helpers") introduced a helper __virtio_has_feature. We don't want to use reserved identifiers, though, so let's rename __virtio_has_feature to virtio_has_feature and virtio_has_feature to virtio_vdev_has_feature.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> diff ef546f1275f6563e8934dd5e338d29d9f9909ca6 Thu Dec 11 07:25:06 CST 2014 Cornelia Huck <cornelia.huck@de.ibm.com> virtio: add feature checking helpers
Add a helper function for checking whether a bit is set in the guest features for a vdev as well as one that works on a feature bit set.
Convert code that open-coded this: It cleans up the code and makes it easier to extend the guest feature bits.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|