tools/virtio: fix typo in README instructions
authorRoss Zwisler <zwisler@chromium.org>
Wed, 15 Feb 2023 22:33:50 +0000 (15:33 -0700)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 4 Apr 2023 15:01:58 +0000 (11:01 -0400)
We need to have a unique chardev for each data path, else the chardevs
will collide and qemu will die with this message:

  qemu-system-x86_64: -device
  virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel0,
  id=channel1,name=trace-path-cpu0:
  Property 'virtserialport.chardev' can't take value 'charchannel0':
  Device 'charchannel0' is in use

Signed-off-by: Ross Zwisler <zwisler@google.com>
Message-Id: <20230215223350.2658616-7-zwisler@google.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/virtio-trace/README

index b64845b823abde33b051563585d4c718a051a501..4fb9368bf7519b36e8c49ac78ad3ffa9ef15d496 100644 (file)
@@ -61,7 +61,7 @@ and
       id=channel0,name=agent-ctl-path\
  ##data path##
      -chardev pipe,id=charchannel1,path=/tmp/virtio-trace/trace-path-cpu0\
-     -device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel0,\
+     -device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,\
       id=channel1,name=trace-path-cpu0\
       ...