diff options
| author | Dmitry Fleytman | 2016-06-01 10:23:30 +0200 |
|---|---|---|
| committer | Jason Wang | 2016-06-02 04:16:53 +0200 |
| commit | 059a65f3ad506105ac9b5b0c7c31f8a0be0abbbc (patch) | |
| tree | 40acd9328a3fa3adb1845eadf22e1a26cbd88cd0 /include/net | |
| parent | net/net: Add SocketReadState for reuse codes (diff) | |
| download | qemu-059a65f3ad506105ac9b5b0c7c31f8a0be0abbbc.tar.gz qemu-059a65f3ad506105ac9b5b0c7c31f8a0be0abbbc.tar.xz qemu-059a65f3ad506105ac9b5b0c7c31f8a0be0abbbc.zip | |
pci: fix unaligned access in pci_xxx_quad()
Replace legacy cpu_to_le64w()/le64_to_cpup()
calls with stq_le_p()/ldq_le_p().
Motivation for this modification is that
follow up patches add utility function
pcie_dev_ser_num_init() for PCIe DSN
capability creation which uses
pci_set_quad() with a misaligned offset.
Signed-off-by: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>
Signed-off-by: Leonid Bloch <leonid.bloch@ravellosystems.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions
