[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] dataplane: cross-endian fixes
From: |
Greg Kurz |
Subject: |
[Qemu-devel] [PATCH 0/2] dataplane: cross-endian fixes |
Date: |
Fri, 26 Jun 2015 09:32:12 +0200 |
User-agent: |
StGit/0.17.1-dirty |
This series fixes two issues that prevent cross-endian setups to use
dataplane. I had already posted tentative fixes, each in its own
thread of mail, but I think it is better to send them altogether.
Especially, note that patch 1/2 is the same as:
http://patchwork.ozlabs.org/patch/488482/
with some minor changes in the commit message.
This series was tested with ppc64 and ppc64le hosts. No regression was
observed on x86_64.
---
Greg Kurz (2):
dataplane: drop copy_in_vring_desc()
dataplane: fix cross-endian issues
hw/virtio/dataplane/vring.c | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
--
Greg
- [Qemu-devel] [PATCH 0/2] dataplane: cross-endian fixes,
Greg Kurz <=
- [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Greg Kurz, 2015/06/26
- Re: [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Cornelia Huck, 2015/06/26
- Re: [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Greg Kurz, 2015/06/26
- Re: [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Michael S. Tsirkin, 2015/06/26
- Re: [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Greg Kurz, 2015/06/26
- Re: [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Michael S. Tsirkin, 2015/06/28
- Re: [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Greg Kurz, 2015/06/28
- Re: [Qemu-devel] [PATCH 1/2] dataplane: drop copy_in_vring_desc(), Greg Kurz, 2015/06/29
[Qemu-devel] [PATCH 2/2] dataplane: fix cross-endian issues, Greg Kurz, 2015/06/26