Changeset 24301 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Nov 3, 2009 10:07:55 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24297 r24301 473 473 <enum 474 474 name="MachineState" 475 uuid=" 0f4cc50c-e1cc-4cde-ae7a-e6164bac5ba2"475 uuid="36518cf6-cdf0-4d0d-ad2a-5ee9c60c7494" 476 476 > 477 477 <desc> … … 616 616 </desc> 617 617 </const> 618 <const name="Aborted" value="3"> 618 <const name="Teleported" value="3"> 619 <desc> 620 The machine was teleported to a different host (or process) and then 621 powered off. Take care when powering it on again may corrupt resources 622 it shares with the teleportation target (e.g. disk and network). 623 </desc> 624 </const> 625 <const name="Aborted" value="4"> 619 626 <desc> 620 627 The process running the machine has terminated abnormally. This may … … 623 630 </desc> 624 631 </const> 625 <const name="Running" value=" 4">632 <const name="Running" value="5"> 626 633 <desc> 627 634 The machine is currently being executed. … … 630 637 comparisons in the old source code valid, this state must immediately 631 638 precede the Paused state. 639 TODO: Lift this spectacularly wonderful restriction. 632 640 </note> 633 641 </desc> 634 642 </const> 635 <const name="Paused" value=" 5">643 <const name="Paused" value="6"> 636 644 <desc> 637 645 Execution of the machine has been paused. … … 640 648 comparisons in the old source code valid, this state must immediately 641 649 follow the Running state. 650 TODO: Lift this spectacularly wonderful restriction. 642 651 </note> 643 652 </desc> 644 653 </const> 645 <const name="Stuck" value=" 6">654 <const name="Stuck" value="7"> 646 655 <desc> 647 656 Execution of the machine has reached the "Guru Meditation" 648 657 condition. This indicates a severe error in the hypervisor itself. 649 </desc> 650 </const> 651 <const name="Starting" value="7"> 658 <note internal="yes"> 659 bird: Why this uncool name? Could we rename it to "GuruMeditation" or 660 "Guru", perhaps? Or are there some other VMM states that are 661 intended to be lumped in here as well? 662 </note> 663 </desc> 664 </const> 665 <const name="Teleporting" value="8"> 666 <desc> 667 The machine is about to be teleported to a different host or process. 668 It is possible to pause a machine in this state, but it will go to the 669 <link to="MachineState::PausedTeleporting"/> state and it will not be 670 possible to resume it again unless the teleportation fails. 671 </desc> 672 </const> 673 <const name="LiveSnapshotting" value="9"> 674 <desc> 675 A live snapshot is being taken. The machine is running normally, but 676 some of the runtime configuration options are inaccessible. Also, if 677 paused while in this state it will transition to 678 <link to="MachineState::Saving"/> and it will not be resume the 679 execution until the snapshot operation has completed. 680 </desc> 681 </const> 682 <const name="Starting" value="10"> 652 683 <desc> 653 684 Machine is being started after powering it on from a … … 655 686 </desc> 656 687 </const> 657 <const name="Stopping" value=" 8">688 <const name="Stopping" value="11"> 658 689 <desc> 659 690 Machine is being normally stopped powering it off, or after the guest OS … … 661 692 </desc> 662 693 </const> 663 <const name="Saving" value=" 9">694 <const name="Saving" value="12"> 664 695 <desc> 665 696 Machine is saving its execution state to a file, or an online … … 667 698 </desc> 668 699 </const> 669 <const name="Restoring" value="1 0">700 <const name="Restoring" value="13"> 670 701 <desc> 671 702 Execution state of the machine is being restored from a file … … 673 704 </desc> 674 705 </const> 675 <const name="TeleportingFrom" value="11"> 676 <desc> 677 Teleporting the machine state from another host or process. 678 </desc> 679 </const> 680 <const name="RestoringSnapshot" value="12"> 706 <const name="TeleportingPausedVM" value="14"> 707 <desc> 708 The machine is being teleported to another host or process, but it is 709 not running. This is the paused variant of the 710 <link to="MachineState::Teleporting"/> state. 711 </desc> 712 </const> 713 <const name="TeleportingIn" value="15"> 714 <desc> 715 Teleporting the machine state in from another host or process. 716 </desc> 717 </const> 718 <const name="RestoringSnapshot" value="16"> 681 719 <desc> 682 720 A machine snapshot is being restored; this typically does not take long. 683 721 </desc> 684 722 </const> 685 <const name="DeletingSnapshot" value="1 3">723 <const name="DeletingSnapshot" value="17"> 686 724 <desc> 687 725 A machine snapshot is being deleted; this can take a long time since this … … 689 727 </desc> 690 728 </const> 691 <const name="SettingUp" value="1 4">729 <const name="SettingUp" value="18"> 692 730 <desc> 693 731 Lengthy setup operation is in progress. … … 695 733 </const> 696 734 697 <const name="FirstOnline" value=" 4" wsmap="suppress"> <!-- Running -->735 <const name="FirstOnline" value="5" wsmap="suppress"> <!-- Running --> 698 736 <desc> 699 737 Pseudo-state: first online state (for use in relational expressions). 700 738 </desc> 701 739 </const> 702 <const name="LastOnline" value="1 1" wsmap="suppress"> <!-- Restoring-->740 <const name="LastOnline" value="13" wsmap="suppress"> <!-- TeleportingIn --> 703 741 <desc> 704 742 Pseudo-state: last online state (for use in relational expressions). … … 706 744 </const> 707 745 708 <const name="FirstTransient" value=" 7" wsmap="suppress"> <!-- Starting -->746 <const name="FirstTransient" value="8" wsmap="suppress"> <!-- Teleporting --> 709 747 <desc> 710 748 Pseudo-state: first transient state (for use in relational expressions). 711 749 </desc> 712 750 </const> 713 <const name="LastTransient" value="1 4" wsmap="suppress"> <!-- SettingUp -->751 <const name="LastTransient" value="18" wsmap="suppress"> <!-- SettingUp --> 714 752 <desc> 715 753 Pseudo-state: last transient state (for use in relational expressions).
Note:
See TracChangeset
for help on using the changeset viewer.