~ubuntu-branches/ubuntu/karmic/libvirt/karmic-proposed

« back to all changes in this revision

Viewing changes to tests/qemuxml2argvdata/qemuxml2argv-disk-drive-cache-v2-none.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 01:01:42 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090211010142-8zrm7z1u6ryfhkiq
Tags: 0.6.0-1ubuntu1
* Merge with Debian experimental. Remaining changes:
  - debian/control:
    + Don't build-depend on QEmu.
    + Add "XS-Debian-" prefix to Debian's Vcs headers.
    + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
      to Depends of libvirt-bin.
    + s/interract/interact/g
    + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg,
      since we used to ship them as such.
  - Rename libvirt group to libvirtd.
  - 0005-delayed_iff_up_bridge.patch: Don't try to bring up the bridge
    before at least one interface has been added to it.
  - dont_clobber_existing_bridges.patch: Assign the name of the virtual
    bridge dynamically to avoid interfering with existing bridges.
  - better_default_uri_virsh.patch: Default to qemu:///system if the
    user has write access to the libvirt socket, otherwise
    qemu:///session.
  - We call libxen-dev libxen3-dev, so change all references.
  - Included (but did not enable) opennebula patch (since it's not in
    main yet).

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
      <driver name='qemu' type='qcow2' cache='none'/>
 
19
      <source dev='/dev/HostVG/QEMUGuest1'/>
 
20
      <target dev='hda' bus='ide'/>
 
21
    </disk>
 
22
    <disk type='block' device='cdrom'>
 
23
      <driver name='qemu' type='raw'/>
 
24
      <source dev='/dev/HostVG/QEMUGuest2'/>
 
25
      <target dev='hdc' bus='ide'/>
 
26
      <readonly/>
 
27
    </disk>
 
28
  </devices>
 
29
</domain>