• D
    Split QEMU dtrace probes into separate file · a4e45a06
    Daniel P. Berrange 提交于
    When building as driver modules, it is not possible for the QEMU
    driver module to reference the DTrace/SystemTAP probes linked into
    the main libvirt.so. Thus we need to move the QEMU probes into a
    separate file 'libvirt_qemu_probes.d'. Also rename the existing
    file from 'probes.d' to 'libvirt_probes.d' while we're at it
    
    * daemon/Makefile.am, src/internal.h: Include libvirt_probes.h
      instead of probes.h
    * src/Makefile.am: Add rules for libvirt_qemu_probes.d
    * src/qemu/qemu_monitor.c, src/qemu/qemu_monitor_json.c,
      src/qemu/qemu_monitor_text.c: Include libvirt_qemu_probes.h
    * src/libvirt_probes.d: Rename from probes.d
    * src/libvirt_qemu_probes.d: QEMU specific probes formerly
      in probes.d
    Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
    a4e45a06
Makefile.am 13.1 KB