~serge-hallyn/ubuntu/raring/libvirt/libvirt-hugepages

« back to all changes in this revision

Viewing changes to tests/qemuxml2argvdata/qemuxml2argv-input-usbmouse.xml

Tags: upstream-0.4.0
ImportĀ upstreamĀ versionĀ 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<domain type='qemu'>
 
2
  <name>QEMUGuest1</name>
 
3
  <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid>
 
4
  <memory>219200</memory>
 
5
  <currentMemory>219200</currentMemory>
 
6
  <vcpu>1</vcpu>
 
7
  <os>
 
8
    <type arch='i686' machine='pc'>hvm</type>
 
9
    <boot dev='hd'/>
 
10
  </os>
 
11
  <clock offset='utc'/>
 
12
  <on_poweroff>destroy</on_poweroff>
 
13
  <on_reboot>restart</on_reboot>
 
14
  <on_crash>destroy</on_crash>
 
15
  <devices>
 
16
    <emulator>/usr/bin/qemu</emulator>
 
17
    <disk type='block' device='disk'>
 
18
      <source dev='/dev/HostVG/QEMUGuest1'/>
 
19
      <target dev='hda'/>
 
20
    </disk>
 
21
    <input type='mouse' bus='usb'/>
 
22
  </devices>
 
23
</domain>