[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 00/13] Add migration support for VFIO device
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH v5 00/13] Add migration support for VFIO device |
Date: |
Mon, 8 Jul 2019 15:15:07 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the asan build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
make docker-image-fedora V=1 NETWORK=1
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
=== TEST SCRIPT END ===
CC block/qed-table.o
CC block/qed-cluster.o
In file included from hw/vfio/trace.c:4:
/tmp/qemu-test/build/hw/vfio/trace.h:3655:126: error: expected ')'
qemu_log("%d@%zu.%06zu:vfio_save_pending " " (%s), precopy 0x%"PRIx64"
postcopy 0x%x"PRIx64" compatible 0x%""PRIx64 "\n",
^
/tmp/qemu-test/build/hw/vfio/trace.h:3655:17: note: to match this '('
qemu_log("%d@%zu.%06zu:vfio_save_pending " " (%s), precopy 0x%"PRIx64"
postcopy 0x%x"PRIx64" compatible 0x%""PRIx64 "\n",
^
/tmp/qemu-test/build/hw/vfio/trace.h:3655:128: error: missing terminating '"'
character [-Werror,-Winvalid-pp-token]
qemu_log("%d@%zu.%06zu:vfio_save_pending " " (%s), precopy 0x%"PRIx64"
postcopy 0x%x"PRIx64" compatible 0x%""PRIx64 "\n",
^
/tmp/qemu-test/build/hw/vfio/trace.h:3770:98: error: expected ')'
qemu_log("%d@%zu.%06zu:vfio_load_state_device_data " " (%s), Offset
0x%"PRIx64" size 0x%"PRIx6 "\n",
^
/tmp/qemu-test/build/hw/vfio/trace.h:3770:17: note: to match this '('
The full log is available at
http://patchew.org/logs/address@hidden/testing.asan/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden
- [Qemu-devel] [PATCH v5 06/13] vfio: Add VM state change handler to know state of VM, (continued)
- [Qemu-devel] [PATCH v5 06/13] vfio: Add VM state change handler to know state of VM, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 07/13] vfio: Add migration state change notifier, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 08/13] vfio: Register SaveVMHandlers for VFIO device, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 05/13] vfio: Add migration region initialization and finalize function, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 09/13] vfio: Add save state functions to SaveVMHandlers, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 10/13] vfio: Add load state functions to SaveVMHandlers, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 11/13] vfio: Add function to get dirty page list, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 12/13] vfio: Add vfio_listerner_log_sync to mark dirty pages, Kirti Wankhede, 2019/07/08
- [Qemu-devel] [PATCH v5 13/13] vfio: Make vfio-pci device migration capable., Kirti Wankhede, 2019/07/08
- Re: [Qemu-devel] [PATCH v5 00/13] Add migration support for VFIO device, no-reply, 2019/07/08
- Re: [Qemu-devel] [PATCH v5 00/13] Add migration support for VFIO device,
no-reply <=