smartcard-passthrough-tcp.xml 576 字节
Newer Older
1 2 3
<domain type='qemu'>
  <name>QEMUGuest1</name>
  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
E
Eric Blake 已提交
4
  <memory unit='KiB'>219136</memory>
5
  <currentMemory unit='KiB'>219136</currentMemory>
6
  <vcpu placement='static'>1</vcpu>
7 8 9 10 11
  <os>
    <type arch='i686' machine='pc'>hvm</type>
    <boot dev='hd'/>
  </os>
  <devices>
12
    <emulator>/usr/bin/qemu-system-i686</emulator>
13 14 15 16 17 18 19
    <smartcard mode='passthrough' type='tcp'>
      <source mode='bind' host='127.0.0.1' service='2001'/>
      <protocol type='raw'/>
    </smartcard>
    <memballoon model='virtio'/>
  </devices>
</domain>