~serge-hallyn/ubuntu/oneiric/libvirt/fix-shutdown

« back to all changes in this revision

Viewing changes to src/esx/esx_vi_generator.input

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-11-02 16:26:51 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101102162651-aq8tnbz58mdf01bf
Tags: 0.8.5-0ubuntu1
* New upstream release.
* Removed a slew of patches which have been
  applied upstream since 0.8.3.
  - 9012-apparmor-extra-tests.patch
  - 9013-apparmor-chardev.patch
  - 9015-Add-ubd-to-the-list-of-disk-prefixes.patch
  - 9016-Close-fd-s-of-persistent-tap-devices.patch
  - 9017-Make-sure-all-command-line-arguments-get-passed-to-U.patch
  - 9018-Make-umlConnectTapDevice-ask-brAddTap-for-a-persiste.patch
  - 9019-uml-fix-logic-bug-in-checking-reply-length.patch
  - 9021-Allow-chardev-of-type-file-for-UML-domains.patch
  - 9022-Rename-qemudShrinkDisks-to-virDomainDiskRemove-and-m.patch
  - 9023-Support-virDomainAttachDevice-and-virDomainDetachDev.patch
  - 9024-Explicitly-pass-uml_dir-argument-to-user-mode-linux.patch
  - 9025-Add-nwfilter-support-to-UML-driver.patch
  - 9026-Rebuild-network-filter-for-UML-guests-on-updates.patch
  - 9027-Make-newfilter-xml-transformations-endian-safe.patch
  - 9028-lp628055.patch
* Updated 9002-better_default_uri_virsh.patch to use vshStrdup,
  as now required in that file.  (use of strdup now causes compilation
  to fail)
* Removed 9008-run-as-root-by-default.patch, which has not been
  applied for awhile now, with no ill effects.
* Simple refresh of:
  - 0001-remove-RHism.diff.patch
  - 0003-allow-libvirt-group-to-access-the-socket.patch
  - 0004-fix-Debian-specific-path-to-hvm-loader.patch
  - 0006-patch-qemuMonitorTextGetMigrationStatus-to-intercept.patch
  - 9000-delayed_iff_up_bridge.patch
  - 9001-dont_clobber_existing_bridges.patch
  - 9003-better-default-arch.patch
  - 9004-libvirtd-group-name.patch
  - 9005-increase-unix-socket-timeout.patch
  - 9006-default-config-test-case.patch
  - 9009-autodetect-nc-params.patch
  - 9010-dont-disable-ipv6.patch
  - 9011-move-ebtables-script.patch
  - 9014-skip-nodeinfotest.patch
  - 9020-lp545795.patch
* Create a patch to include stdint.h so lxc_container.h, which
  #includes linux/fs.h, doesn't trip up on undefined uint64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
end
167
167
 
168
168
 
 
169
object DeviceBackedVirtualDiskSpec extends VirtualDiskSpec
 
170
    String                                   device                         r
 
171
end
 
172
 
 
173
 
169
174
object DynamicProperty
170
175
    String                                   name                           r
171
176
    AnyType                                  val                            r
190
195
end
191
196
 
192
197
 
 
198
object FileBackedVirtualDiskSpec extends VirtualDiskSpec
 
199
    Long                                     capacityKb                     r
 
200
end
 
201
 
 
202
 
193
203
object FileInfo
194
204
    String                                   path                           r
195
205
    Long                                     fileSize                       o
528
538
end
529
539
 
530
540
 
 
541
object VirtualDiskSpec
 
542
    String                                   diskType                       r
 
543
    String                                   adapterType                    r
 
544
end
 
545
 
 
546
 
531
547
object VirtualMachineConfigSpec
532
548
    String                                   changeVersion                  o
533
549
    String                                   name                           o
694
710
end
695
711
 
696
712
 
 
713
method CreateVirtualDisk_Task returns ManagedObjectReference r
 
714
    ManagedObjectReference                   _this:VirtualDiskManager       r
 
715
    String                                   name                           r
 
716
    ManagedObjectReference                   datacenter                     o
 
717
    VirtualDiskSpec                          spec                           r
 
718
end
 
719
 
 
720
 
697
721
method DestroyPropertyFilter
698
722
    ManagedObjectReference                   _this                          r
699
723
end
728
752
end
729
753
 
730
754
 
 
755
method MakeDirectory
 
756
    ManagedObjectReference                   _this:FileManager              r
 
757
    String                                   name                           r
 
758
    ManagedObjectReference                   datacenter                     o
 
759
    Boolean                                  createParentDirectories        o
 
760
end
 
761
 
 
762
 
731
763
method MigrateVM_Task returns ManagedObjectReference r
732
764
    ManagedObjectReference                   _this                          r
733
765
    ManagedObjectReference                   pool                           o
769
801
end
770
802
 
771
803
 
 
804
method QueryVirtualDiskUuid returns String r
 
805
    ManagedObjectReference                   _this:VirtualDiskManager       r
 
806
    String                                   name                           r
 
807
    ManagedObjectReference                   datacenter                     o
 
808
end
 
809
 
 
810
 
772
811
method RebootGuest
773
812
    ManagedObjectReference                   _this                          r
774
813
end
813
852
end
814
853
 
815
854
 
 
855
method SearchDatastoreSubFolders_Task returns ManagedObjectReference r
 
856
    ManagedObjectReference                   _this                          r
 
857
    String                                   datastorePath                  r
 
858
    HostDatastoreBrowserSearchSpec           searchSpec                     o
 
859
end
 
860
 
 
861
 
816
862
method SearchDatastore_Task returns ManagedObjectReference r
817
863
    ManagedObjectReference                   _this                          r
818
864
    String                                   datastorePath                  r