Lluís Vilanova writes:
> no-reply writes:
>> Hi,
>> This series failed build test on FreeBSD host. Please find the details below.
>> Subject: [Qemu-devel] [PATCH v7 0/5] hypertrace: Lightweight guest-to-QEMU
>> trace channel
>> Type: series
>> Message-id
no-reply writes:
> Hi,
> This series failed build test on FreeBSD host. Please find the details below.
> Subject: [Qemu-devel] [PATCH v7 0/5] hypertrace: Lightweight guest-to-QEMU
> trace channel
> Type: series
> Message-id: 150141363372.9857.9055094189388759132.st...@fri
no-reply writes:
> Hi,
> This series seems to have some coding style problems. See output below for
> more information:
> Subject: [Qemu-devel] [PATCH v7 0/5] hypertrace: Lightweight guest-to-QEMU
> trace channel
> Message-id: 150141363372.9857.9055094189388759132.st..
Hi,
This series seems to have some coding style problems. See output below for
more information:
Subject: [Qemu-devel] [PATCH v7 0/5] hypertrace: Lightweight guest-to-QEMU
trace channel
Message-id: 150141363372.9857.9055094189388759132.st...@frigg.lan
Type: series
=== TEST SCRIPT BEGIN
Hi,
This series failed build test on FreeBSD host. Please find the details below.
Subject: [Qemu-devel] [PATCH v7 0/5] hypertrace: Lightweight guest-to-QEMU
trace channel
Type: series
Message-id: 150141363372.9857.9055094189388759132.st...@frigg.lan
=== TEST SCRIPT BEGIN ===
#!/bin/sh
The hypertrace channel allows guest code to emit events in QEMU (the host) using
its tracing infrastructure (see "docs/trace.txt"). This works in both 'system'
and 'user' modes, is architecture-agnostic and introduces minimal noise on the
guest.
See first commit for a full description, use-cases a