Home
last modified time | relevance | path

Searched hist:ee3b850a70613a9e0cedef8c79f76e9ee45cbef3 (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dvirtio-mmio.cee3b850a70613a9e0cedef8c79f76e9ee45cbef3 Mon May 09 12:47:37 UTC 2016 Stefan Hajnoczi <stefanha@redhat.com> libqos: drop duplicated virtio_ring.h bit definitions

Note that virtio_ring.h defines feature bits using their bit number:

#define VIRTIO_RING_F_INDIRECT_DESC 28

On the other hand libqos virtio.h uses the bit mask:

#define QVIRTIO_F_RING_INDIRECT_DESC 0x10000000

The patch makes the necessary adjustments.

I have used "1u << BITMASK" instead of "1ULL << BITMASK" because the
64-bit feature fields are not implemented in libqos virtio.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-5-git-send-email-stefanha@redhat.com
H A Dvirtio.hee3b850a70613a9e0cedef8c79f76e9ee45cbef3 Mon May 09 12:47:37 UTC 2016 Stefan Hajnoczi <stefanha@redhat.com> libqos: drop duplicated virtio_ring.h bit definitions

Note that virtio_ring.h defines feature bits using their bit number:

#define VIRTIO_RING_F_INDIRECT_DESC 28

On the other hand libqos virtio.h uses the bit mask:

#define QVIRTIO_F_RING_INDIRECT_DESC 0x10000000

The patch makes the necessary adjustments.

I have used "1u << BITMASK" instead of "1ULL << BITMASK" because the
64-bit feature fields are not implemented in libqos virtio.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-5-git-send-email-stefanha@redhat.com
H A Dvirtio-pci.cee3b850a70613a9e0cedef8c79f76e9ee45cbef3 Mon May 09 12:47:37 UTC 2016 Stefan Hajnoczi <stefanha@redhat.com> libqos: drop duplicated virtio_ring.h bit definitions

Note that virtio_ring.h defines feature bits using their bit number:

#define VIRTIO_RING_F_INDIRECT_DESC 28

On the other hand libqos virtio.h uses the bit mask:

#define QVIRTIO_F_RING_INDIRECT_DESC 0x10000000

The patch makes the necessary adjustments.

I have used "1u << BITMASK" instead of "1ULL << BITMASK" because the
64-bit feature fields are not implemented in libqos virtio.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-5-git-send-email-stefanha@redhat.com
H A Dvirtio.cee3b850a70613a9e0cedef8c79f76e9ee45cbef3 Mon May 09 12:47:37 UTC 2016 Stefan Hajnoczi <stefanha@redhat.com> libqos: drop duplicated virtio_ring.h bit definitions

Note that virtio_ring.h defines feature bits using their bit number:

#define VIRTIO_RING_F_INDIRECT_DESC 28

On the other hand libqos virtio.h uses the bit mask:

#define QVIRTIO_F_RING_INDIRECT_DESC 0x10000000

The patch makes the necessary adjustments.

I have used "1u << BITMASK" instead of "1ULL << BITMASK" because the
64-bit feature fields are not implemented in libqos virtio.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-5-git-send-email-stefanha@redhat.com
/qemu/tests/qtest/
H A Dvirtio-net-test.cee3b850a70613a9e0cedef8c79f76e9ee45cbef3 Mon May 09 12:47:37 UTC 2016 Stefan Hajnoczi <stefanha@redhat.com> libqos: drop duplicated virtio_ring.h bit definitions

Note that virtio_ring.h defines feature bits using their bit number:

#define VIRTIO_RING_F_INDIRECT_DESC 28

On the other hand libqos virtio.h uses the bit mask:

#define QVIRTIO_F_RING_INDIRECT_DESC 0x10000000

The patch makes the necessary adjustments.

I have used "1u << BITMASK" instead of "1ULL << BITMASK" because the
64-bit feature fields are not implemented in libqos virtio.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-5-git-send-email-stefanha@redhat.com
H A Dvirtio-blk-test.cee3b850a70613a9e0cedef8c79f76e9ee45cbef3 Mon May 09 12:47:37 UTC 2016 Stefan Hajnoczi <stefanha@redhat.com> libqos: drop duplicated virtio_ring.h bit definitions

Note that virtio_ring.h defines feature bits using their bit number:

#define VIRTIO_RING_F_INDIRECT_DESC 28

On the other hand libqos virtio.h uses the bit mask:

#define QVIRTIO_F_RING_INDIRECT_DESC 0x10000000

The patch makes the necessary adjustments.

I have used "1u << BITMASK" instead of "1ULL << BITMASK" because the
64-bit feature fields are not implemented in libqos virtio.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1462798061-30382-5-git-send-email-stefanha@redhat.com