JPH04155452A - Interruption system for virtual computer - Google Patents

Interruption system for virtual computer

Info

Publication number
JPH04155452A
JPH04155452A JP28067990A JP28067990A JPH04155452A JP H04155452 A JPH04155452 A JP H04155452A JP 28067990 A JP28067990 A JP 28067990A JP 28067990 A JP28067990 A JP 28067990A JP H04155452 A JPH04155452 A JP H04155452A
Authority
JP
Japan
Prior art keywords
virtual machine
identifier
display means
priority
displayed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP28067990A
Other languages
Japanese (ja)
Inventor
Hitoshi Takagi
均 高木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP28067990A priority Critical patent/JPH04155452A/en
Publication of JPH04155452A publication Critical patent/JPH04155452A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To quickly inform an interruption by starting a virtual compute having an identifier(ID) displayed on a priority virtual computer ID display means to start interrupting processing. CONSTITUTION:This interruption system is provided with an executing virtual computer ID display means 3, an interrupted virtual computer ID display means, a priority virtual computer ID display means 4, the 1st coincidence detecting means 5 for detecting coincidence between IDs displayed by the former two display means, and the 2nd coincidence detecting means 6 for detecting coincidence between IDs displayed on the latter two display means. When the means 5 detects the coincidence, a virtual computer 11 having the ID displayed on the means 3 is interrupted, and when the means 6 detects the coincidence, a virtual computer 13 having the ID displayed on the means 4 is started to start its interrupting processing. Thereby, a virtual computer not in traveling can also be allowed to quickly recognize an interruption.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は複数の仮想計算機が走行可能な計算機システム
に関し、特に入出力終了などを示す割り込みを該当する
仮想計算機に速やかに通知し得るようにした仮想計算機
の割り込す方式に関するものである。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a computer system in which a plurality of virtual machines can run, and in particular, to a computer system that can promptly notify the corresponding virtual machine of an interrupt indicating the end of input/output, etc. This article concerns a method for interrupting virtual machines.

〔従来の技術〕[Conventional technology]

仮想計算機モニタ(VMM)の制御の下に主に時分割で
複数の計算機を動作させる機能を仮想計算機機能といい
、このとき仮想計算機モニタは実際の計算機(実マシン
)の資源を物理的または時間的に分割し、その下で動作
する計算機すなわち仮想計算機(VM)に分配する。こ
のため、仮想計算機が自分に分配された資源を操作する
場合には、仮想計算機モニタにその制御を渡して、仮想
計算機モニタが実資源の操作を行う。これは、共有され
た資源の操作に一貫性を持たせるためや、仮想計算機毎
に論理的に付けられた入出力装置アドレスの変換等を行
うためでもある0本来、仮想計算機モニタは仮想計算機
システムであるために生じるオーバーヘッドの主要因で
あるので、仮想計算機モニタの処理の高速化は仮想計算
機システムの性能向上につながる。
The function of operating multiple computers mainly on a time-sharing basis under the control of the virtual machine monitor (VMM) is called the virtual machine function. At this time, the virtual machine monitor uses the resources of the actual computer (real machine) physically or temporally. The computer is divided into two parts and distributed to the computers that operate under it, that is, virtual machines (VMs). Therefore, when a virtual machine operates resources distributed to itself, control is passed to the virtual machine monitor, and the virtual machine monitor operates the real resources. This is done to ensure consistency in the operation of shared resources and to convert input/output device addresses that are logically assigned to each virtual machine.Originally, a virtual machine monitor is a virtual machine monitor. This is the main cause of overhead caused by this, so speeding up the processing of the virtual machine monitor will lead to improved performance of the virtual machine system.

仮想計算機モニタは仮想計算機を管理するために、各仮
想計算機に実計算機システム内で一意である仮想計算機
識別子(VMID)を付与することが広く行われている
。仮想計算機モニタは仮想計算機に制御を渡すときに、
この仮想計算機識別子をプロセッサ内のレジスタに格納
する。また、仮想計算機が入出力命令を実行する時に、
入出力チャネル(入出カプロセッサ)に対して、入出力
動作を表す情報とともに、仮想計算機識別子を送出する
。そして、入出力動作の終了を通知する割り込み信号と
ともに仮想計算機識別子が入出力チャネルから送られて
くると、プロセッサは現在走行中の仮想計算機の識別子
と上記送られてきた割り込みにかかる仮想計算機識別子
とを比較し、両者が一致したときのみ仮想計算機に割り
込みを認識させる。しかし、走行中の仮想計算機の識別
子と割り込みにかかる仮想計算機識別子とが一致しない
場合、その割り込みは保留され、次の仮想計算機ディス
パッチ時か、或いは仮想計算機が割り込みマスクを変更
する時に認識させる。
In order to manage virtual machines, virtual machine monitors commonly assign each virtual machine a virtual machine identifier (VMID) that is unique within a real computer system. When the virtual machine monitor passes control to the virtual machine,
This virtual machine identifier is stored in a register within the processor. Also, when a virtual machine executes an input/output instruction,
A virtual machine identifier is sent to the input/output channel (input/output processor) along with information representing the input/output operation. Then, when a virtual machine identifier is sent from the input/output channel along with an interrupt signal that notifies the end of the input/output operation, the processor uses the identifier of the currently running virtual machine and the virtual machine identifier related to the sent interrupt. Compare them and have the virtual machine recognize the interrupt only when the two match. However, if the identifier of the running virtual machine and the virtual machine identifier associated with the interrupt do not match, the interrupt is suspended and recognized at the time of the next virtual machine dispatch or when the virtual machine changes the interrupt mask.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

このように従来においては、割り込み先の仮想計算機が
走行中(実行中)であれば入出力動作の終了などを速や
かに通知することができたが、剖り込み先の仮想計算機
が走行中でないと割り込みが保留され、速やかな通知が
行えない。
In this way, in the past, it was possible to immediately notify the end of an input/output operation if the virtual machine to which the interrupt was to be interrupted was running (running), but when the virtual machine to which the interrupt was to be interrupted was not running. and interrupts are put on hold, making prompt notification impossible.

そこで本発明の目的は、走行中でない仮想計算機であっ
ても特定の仮想計算機に対しては割り込みを直ちに認識
させることができるようにすることにある。
SUMMARY OF THE INVENTION Therefore, an object of the present invention is to enable a specific virtual machine to immediately recognize an interrupt even if the virtual machine is not running.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は上記の目的を達成するために、以下の■、■、
■のような構成を採用している。
In order to achieve the above object, the present invention has the following objectives:
■The following configuration is adopted.

■第1の構成 現在実行中の仮想計算機の識別子を表示する実行中仮想
計算機識別子表示手段と、 割り込み先の仮想計算機の識別子を表示する割り込み先
仮想計算機識別子表示手段と、前記計算機システムが割
り込みの受け付けを直ちに行う必要のある仮想計算機の
識別子を表示する優先仮想計算機識別子表示手段と、 前記実行中仮想計算機識別子表示手段が表示する識別子
と前記割り込み先仮想計算機識別子表示手段が表示する
識別子との一致を検出する第1の一致検出手段と、 前記優先仮想計算機識別子表示手段が表示する識別子と
前記割り込み先仮想計算機識別子表示手段が表示する識
別子との一致を検出する第2の一致検出手段とを備え、 前記第1の一致検出手段で一致が検出された場合、前記
実行中仮想計算機識別子表示手段が表示する識別子を持
つ仮想計算機に割り込み、前記第2の一致検出手段で一
致が検出された場合、前記優先仮想計算機識別子表示手
段が表示する識別子を持つ仮想計算機を起動して割り込
み処理を開始させる。
■First configuration Executing virtual machine identifier display means for displaying the identifier of the virtual machine currently being executed; interrupt destination virtual machine identifier display means for displaying the identifier of the interrupt destination virtual machine; a priority virtual machine identifier display means for displaying an identifier of a virtual machine that needs to be accepted immediately; and a match between the identifier displayed by the running virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means. a first coincidence detection means for detecting a match; and a second coincidence detection means for detecting a coincidence between an identifier displayed by the priority virtual machine identifier display means and an identifier displayed by the interrupt destination virtual machine identifier display means. , if a match is detected by the first match detecting means, interrupt the virtual machine having the identifier displayed by the running virtual machine identifier display means, and if a match is detected by the second match detecting means, The virtual machine having the identifier displayed by the priority virtual machine identifier display means is activated to start interrupt processing.

■第2の構成 前述のような実行中仮想計算機識別子表示手段。■Second configuration Means for displaying an identifier of a running virtual machine as described above.

割り込み先仮想計算機識別子表示手段、第1の一致検出
手段に加え、 前記実行中仮想計算機識別子表示手段が表示する識別子
と前記割り込み先仮想計算機識別子表示手段が表示する
識別子とを数値的に比較する第1の比較手段とを備え、 前記第1の一致検出手段で一致が検出された場合、前記
実行中仮想計算機識別子表示手段が表示する識別子を持
つ仮想計算機に割り込み、前記第1の比較手段において
前記割り込み先仮想計算機識別子表示手段が表示する識
別子の数値が前記実行中仮想計算機識別子表示手段が表
示する識別子の数値より、より高い優先度であると定義
されている数値であることが判明した場合、前記割り込
み先仮想計算機識別子表示手段が表示する識別子を持つ
仮想計算機を起動して割り込み処理を開始させる。
In addition to the interrupt destination virtual machine identifier display means and the first coincidence detection means, a first means for numerically comparing the identifier displayed by the running virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means. 1 comparing means, when a match is detected by the first matching detecting means, the virtual machine having the identifier displayed by the running virtual machine identifier displaying means is interrupted, and the first comparing means If it is found that the numerical value of the identifier displayed by the interrupt destination virtual machine identifier display means is a numerical value defined as having a higher priority than the numerical value of the identifier displayed by the executing virtual machine identifier display means, The virtual machine having the identifier displayed by the interrupt destination virtual machine identifier display means is activated to start interrupt processing.

■第3の構成 前述のような実行中仮想計算機識別子表示手段。■Third configuration Means for displaying an identifier of a running virtual machine as described above.

割り込み先仮想計算mvh別子表示手段、第1の一致検
出手段に加え、 前記実行中仮想計算機識別子表示手段が表示する識別子
および前記割り込み先仮想計算機識別子表示手段が表示
する識別子を予め定められた仮想計算機に対する優先度
に変換する変換手段と、この変換手段で得られた前記実
行中仮想計算機識別子表示手段が表示する識別子の優先
度を表示する実行中仮想計算機優先度表示手段と、前記
変換手段で得られた前記割り込み先仮想d算機識別子表
示手段が表示する識別子の優先度を表示する割り込み先
仮想計xIl優先度表示手段と前記実行中仮想計算機優
先度表示手段が表示する優先度と前記割り込み先仮想計
算機優先度表示手段が表示する優先度とを比較する優先
度比較手段とを備え、 前記第1の一致検出手段で一致が検出された場合、前記
実行中仮想計算機識別子表示手段が表示する識別子を持
つ仮想計算機に割り込み、前記優先度比較手段において
前記割り込み先仮想計Xll優先度表示手段の表示する
優先度が前記実行中仮想計算機優先度表示手段の表示す
る優先度より高い優先度であることが検出された場合、
前記割り込み先仮想計算機識別子表示手段が表示する識
別子を持つ仮想計算機を起動して割り込み処理を開始さ
せる。
In addition to the interrupt destination virtual computer mvh identifier display means and the first coincidence detection means, the identifier displayed by the running virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means are set to predetermined virtual a conversion means for converting into a priority for a computer; an execution virtual computer priority display means for displaying the priority of the identifier displayed by the execution virtual machine identifier display means obtained by the conversion means; Interrupt destination virtual machine xIl priority display means for displaying the priority of the identifier displayed by the obtained interrupt destination virtual machine identifier display means, the priority displayed by the running virtual machine priority display means, and the interrupt and priority comparison means for comparing the priority displayed by the destination virtual machine priority display means, and when a match is detected by the first match detection means, the running virtual machine identifier display means displays. interrupting a virtual machine having an identifier, and in the priority comparison means, the priority displayed by the interrupt destination virtual machine Xll priority display means is higher than the priority displayed by the running virtual machine priority display means; If it is detected that
The virtual machine having the identifier displayed by the interrupt destination virtual machine identifier display means is activated to start interrupt processing.

〔作用〕[Effect]

第1の構成においては、入出力動作の終了などを示す割
り込みが発生し入出力チャネル等の割り込み先仮想計軍
機識別子表示手段が割り込み先の仮想計算機の識別子を
表示すると、第1の一致検・  山手段がその割り込み
にかかる識別子と実行中仮想計算機識別子表示手段で表
示されている現在実行中の仮想計算機の識別子との一致
を検出し、−致した場合は実行中仮想計算第1m!li
別子表示手段が表示する識別子を持つ仮想計算機つまり
現在実行中の仮想計算機に割り込みが行われる。他方、
第2の一致検出手段が、上記割り込みにかかる識別子と
、優先仮想計算機識別子表示手段で表示されている、計
算機システムが割り込みの受け付けを直ちに行う必要の
ある仮想計算機の識別子との一致を検出しており、一致
した場合は前記優先仮想計算機識別子表示手段が表示す
る識別子を持つ仮想計算機を起動して割り込み処理を開
始させる。
In the first configuration, when an interrupt indicating the end of an input/output operation occurs and the interrupt destination virtual military machine identifier display means such as an input/output channel displays the identifier of the interrupt destination virtual computer, the first coincidence check The mountain means detects a match between the identifier related to the interrupt and the identifier of the currently executing virtual machine displayed on the executing virtual machine identifier display means, and if -, the executing virtual computer 1m! li
An interrupt is made to the virtual computer having the identifier displayed by the identifier display means, that is, the currently executing virtual computer. On the other hand,
The second match detection means detects a match between the identifier related to the interrupt and the identifier of the virtual machine that the computer system needs to immediately accept the interrupt, which is displayed on the priority virtual machine identifier display means. If they match, the virtual machine having the identifier displayed by the priority virtual machine identifier display means is activated to start interrupt processing.

第2の構成においては、割り込み先仮想計31E機識別
子表示手段が割り込み先の仮想計算機の識別子を表示す
ると、その識別子と現在実行中の仮想計算機の識別子と
が一致する場合には第1の構成と同様の動作が行われる
。また、比較手段が、実行中仮想計算機識別子表示手段
が表示する識別子と割り込み先仮想計算機識別子表示手
段が表示する識別子とを数値的に比較しており、割り込
み先仮想計算機識別子表示手段が表示する識別子の数値
が前記実行中仮想計算機識別子表示手段が表示する識別
予め数値より、より高い優先度であると定義されている
数値であることが判明した場合には、前記割り込み先仮
想計算機識別子表示手段が表示する識別子を持つ仮想計
算機が起動されて割り込み処理が開始される。
In the second configuration, when the interrupt destination virtual machine 31E machine identifier display means displays the identifier of the interrupt destination virtual machine, if the identifier matches the identifier of the currently executing virtual machine, the first configuration The same operation is performed. Further, the comparison means numerically compares the identifier displayed by the executing virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means, and the identifier displayed by the interrupt destination virtual machine identifier display means. If it turns out that the numerical value is defined as having a higher priority than the pre-identified numerical value displayed by the executing virtual machine identifier display means, the interrupt destination virtual machine identifier display means A virtual machine with the identifier to be displayed is activated and interrupt processing is started.

第3の構成においては、割り込み先仮想計算機識別子表
示手段が割り込み先の仮想計算機の識別子を表示すると
、その識別子と現在実行中の仮想計算機の識別子とが一
致する場合には第1および第2の構成と同様の動作が行
われる。また、変換手段が、実行中仮想計算機識別子表
示手段が表示する識別子および割り込み先仮想計算機識
別子表示手段が表示する識別子を予め定められた仮想計
算機に対する優先度に変換し、実行中仮想計算機優先度
表示手段が上記変換手段で得られた前記実行中仮想計算
機識別子表示手段が表示する識別子の優先度を表示する
と共に割り込み先仮想計算機優先度表示手段が前記変換
手段で得られた割り込み先仮想計算機識別子表示手段が
表示する識別子の優先度を表示し、更に優先度比較手段
が前記実行中仮想計算機優先度表示手段が表示する優先
度と前記割り込み先仮想計算機優先度表示手段が表示す
る優先度とを比較している。そして、この優先度比較手
段において前記割り込み先仮想計算機優先度表示手段の
表示する優先度が前記実行中仮想計算m優先度表示手段
の表示する優先度より高い優先度であることが検出され
た場合、前記割り込み先仮想計算機識別子表示手段が表
示する識別子を持つ仮想計算機が起動されて割り込み処
理が開始される。
In the third configuration, when the interrupt destination virtual machine identifier display means displays the identifier of the interrupt destination virtual machine, if the identifier matches the identifier of the currently executing virtual machine, the first and second Operations similar to configuration are performed. The conversion means converts the identifier displayed by the running virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means into a predetermined priority for the virtual machine, and displays the running virtual machine priority. The means displays the priority of the identifier displayed by the executing virtual machine identifier display means obtained by the converting means, and the interrupt destination virtual computer priority display means displays the interrupt destination virtual computer identifier obtained by the converting means. The means displays the priority of the identifier displayed, and the priority comparing means compares the priority displayed by the executing virtual machine priority display means and the priority displayed by the interrupt destination virtual machine priority display means. are doing. When the priority comparison means detects that the priority displayed by the interrupt destination virtual computer priority display means is higher than the priority displayed by the running virtual calculation m priority display means. , the virtual machine having the identifier displayed by the interrupt destination virtual machine identifier display means is activated and interrupt processing is started.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して詳細に説
明する。
Next, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は本発明の一実施例の構成図である。同図におい
て、プロセッサlは入出力チャネル2と接続されており
、内部には、レジスタ3,4.−致検出器5.6,7.
アンドゲート8.9.10が含まれている。なお、第1
はプロセッサ1が現在実行中の仮想計算It(実行中仮
想計算II)、12は仮想計算機モニタ、13は当該計
算機システムが割り込みの受け付けを直ちに行う必要の
ある仮想計算機(優先仮想計算機)を示す。
FIG. 1 is a block diagram of an embodiment of the present invention. In the figure, a processor 1 is connected to an input/output channel 2, and internally contains registers 3, 4, . - matching detector 5.6, 7.
Includes ANDGATE 8.9.10. In addition, the first
12 indicates a virtual computer monitor, and 13 indicates a virtual computer (priority virtual computer) for which the computer system must immediately accept an interrupt.

レジスタ3は、プロセッサlが現在実行中の仮想計算機
第1の識別子(実行中仮想計算機識別子)RVMIDを
表示する実行中仮想針xIl識別子表示手段を構成する
。他方、レジスタ4は、仮想計算機13の識別子(優先
仮想計算機識別子)pvMIDを表示する優先仮想計算
機識別子表示手段を構成する。
The register 3 constitutes an executing virtual needle xIl identifier display means for displaying a virtual machine first identifier (running virtual machine identifier) RVMID which is currently being executed by the processor l. On the other hand, the register 4 constitutes a priority virtual machine identifier display means for displaying the identifier (priority virtual machine identifier) pvMID of the virtual machine 13.

一致検出器5は、入出力チャネル2より信号線51を通
して送られてくる割り込み先仮想計算機の識別子VMI
Dとレジスタ3に保持された実行中仮想計算機識別子R
VMIDとの一致を検出する手段、一致検出器6は、割
り込み先仮想計冨機の識別子VMIDとレジスタ4に保
持された優先仮想計算機識別子PVMrDとの一致を検
出する手段であり、共に一致を検出することにより出力
が“1”となる。また、一致検出器7は、割り込み先仮
想計算機の識別子VMIDと仮想計算機モニタ12に割
り当てられた識別子との一致を検出する手段であり、同
じく一致を検出すると出力が“1″となる。
The coincidence detector 5 receives the interrupt destination virtual machine identifier VMI sent from the input/output channel 2 through the signal line 51.
D and the running virtual machine identifier R held in register 3
The match detector 6 is a means for detecting a match between the interrupt destination virtual machine identifier VMID and the priority virtual machine identifier PVMrD held in the register 4, and detects a match between both. As a result, the output becomes "1". Further, the coincidence detector 7 is means for detecting a coincidence between the identifier VMID of the interrupt destination virtual machine and the identifier assigned to the virtual machine monitor 12, and when a coincidence is detected, the output becomes "1".

アンドゲート8は、一致検出器5で一致が検出されたと
き、入出力チャネル2から信号線52を通して送られて
くる入出力動作の終了を示す割り込み要求を実行中仮想
計算m1llに通知してその割り込み処理第10を開始
せしめる手段、アンドゲート9は、一致検出器6で一致
が検出されることにより、上記の割り込み要求を仮想計
算機モニタ12に通知してその優先仮想計算機ディスパ
ッチ処理121を開始せしめる手段、アンドゲート10
は、一致検出器7で一致が検出されることにより、上記
の割り込み要求を仮想計算機モニタ12に通知してその
割り込み処理120を開始せしめる手段である。
When a match is detected by the match detector 5, the AND gate 8 notifies the currently executing virtual calculation m1ll of an interrupt request indicating the end of the input/output operation sent from the input/output channel 2 through the signal line 52. When a match is detected by the match detector 6, the AND gate 9, which is a means for starting the tenth interrupt process, notifies the virtual machine monitor 12 of the above interrupt request and starts its priority virtual machine dispatch process 121. means, and gate 10
is a means for notifying the above interrupt request to the virtual machine monitor 12 and starting the interrupt processing 120 when the match detector 7 detects a match.

次に上述のように構成された本実施例の動作を説明する
Next, the operation of this embodiment configured as described above will be explained.

入出力動作の終了の割り込み要求は信号線52を通して
、入出力チャネル2よリプロセソサ1へ通知される。こ
のとき同時に、信号線51を通じて割り込み先仮想計算
機の識別子VMIDが入出力チャネル2からプロセッサ
1へ送られてくる。
An interrupt request for completion of the input/output operation is notified from the input/output channel 2 to the reprocessor 1 through the signal line 52. At the same time, the identifier VMID of the interrupt destination virtual machine is sent from the input/output channel 2 to the processor 1 via the signal line 51.

なお、仮想計算機識別子=0は実マシンへの割り込み、
即ち仮想計算機モニタ12への割り込みと定義されてい
る。この仮想計算機識別子−0を伴う割り込みは、一致
検出器7で信号線51を通じて送られてくる割り込み先
仮想計算機の識別子VMID(=0)と定数「o」との
一致が検出され、その出力と信号線52上の割り込み要
求との論理積がアンドゲート10で取られることにより
認識される。そして、アンドゲートlOの出力が“l”
となることにより、仮想針Xllモニタ12内の割り込
み処理120が起動される。
Note that virtual machine identifier = 0 means an interrupt to the real machine,
That is, it is defined as an interrupt to the virtual machine monitor 12. For this interrupt with the virtual machine identifier -0, the match detector 7 detects a match between the interrupt destination virtual machine identifier VMID (=0) sent through the signal line 51 and the constant "o", and the output It is recognized by ANDing the interrupt request on the signal line 52 with the AND gate 10. Then, the output of AND gate lO is “l”
As a result, the interrupt processing 120 within the virtual needle Xll monitor 12 is activated.

他方、実行中仮想計算機識別子RVMIDと信号線51
上の割り込み先仮想計軍機の識別子VMIDとが一致す
るか否かが一致検出器5で調べられると共に、優先仮想
計算機識別子PVMIDと信号線51上の割り込み先仮
想計軍機の識別子VMIDとが一致するか否かが一致検
出器6で調べられている。そして、−敗がとれた一致検
出器5゜6の出力が“1”となり、それぞれアンドゲー
ト8.9で信号線52の割り込み要求と論理積がとられ
る。そして、アンドゲート8の出力が“1″になれば、
実行中仮想計算機第1の割り込み処理第10が起動され
る。また、アンドゲート9の出力が“l”になれば、仮
想計算機モニタ12内の優先仮想計算機ディスパッチ処
理121が起動される。この優先仮想計算機ディスパッ
チ処理121は仮想計算機モニタ12内のソフトウェア
ルーチンであり、割り込まれた優先仮想計算機13を認
識しくこれはレジスタ4中の識別子で可能である)、そ
の優先仮想計算機13の起動を行いつつ、その優先仮想
計算機13への割り込みのシミエレートを行う、結果と
して、優先仮想計算機13の割り込み処理130が開始
せしめられる。
On the other hand, the running virtual machine identifier RVMID and the signal line 51
The match detector 5 checks whether or not the identifier VMID of the virtual military aircraft on the interrupt destination matches the priority virtual machine identifier PVMID, and the identifier VMID of the virtual military aircraft on the signal line 51 matches. The coincidence detector 6 checks whether or not this is the case. Then, the output of the match detector 5.6 which has failed becomes "1", and is ANDed with the interrupt request on the signal line 52 by the AND gates 8.9. Then, if the output of AND gate 8 becomes "1",
Interrupt processing number 10 of the first running virtual machine is activated. Further, when the output of the AND gate 9 becomes "l", the priority virtual machine dispatch process 121 in the virtual machine monitor 12 is activated. This priority virtual machine dispatch processing 121 is a software routine within the virtual machine monitor 12, and recognizes the interrupted priority virtual machine 13 (this is possible using the identifier in the register 4) and starts the priority virtual machine 13. As a result, the interrupt processing 130 of the priority virtual machine 13 is started.

このように本実施例によれば、ソフトウェアによる優先
仮想計算機ディスパッチのオーバーヘッドが存在するが
、レジスタ4にその識別子を保持させた優先仮想計算I
!13への割り込みは、その優先仮想計算機13が実行
中でなくても速やかに認識させ得るので、優先仮想計算
機13への割り込みが長い間待たされることがないだけ
、システムの性能向上が図れる。
As described above, according to this embodiment, although there is an overhead of priority virtual machine dispatch by software, the priority virtual machine I whose identifier is held in the register 4
! Since an interrupt to a priority virtual machine 13 can be recognized immediately even if the priority virtual machine 13 is not in execution, the system performance can be improved by not having to wait for a long time for an interrupt to the priority virtual machine 13.

第2図は本発明の別の実施例の構成図であり、仮想計算
機のディスパッチ処理をハードウェアまたはファームウ
ェアで行う機能を有する計算機システムに本発明を適用
したものである。第1図に示した実施例と相違するとこ
ろは、アンドゲート9の出力が“1”になったとき、即
ち優先仮想計算機13の識別子PVMIDと割り込み先
の仮想計算機の識別子VMIDとが一致したとき、優先
仮想計算機13のディスパッチをハードウェアまたはフ
ァームウェアで行うことにより優先仮想計算機13を起
動し、その割り込み処理130を開始せしめる点にある
。この実施例は第1図の優先仮想計算機ディスパッチ処
理121によるオーバーヘッドが削減される点で第1図
の実施例より優れている。
FIG. 2 is a configuration diagram of another embodiment of the present invention, in which the present invention is applied to a computer system having a function of performing dispatch processing of a virtual machine using hardware or firmware. The difference from the embodiment shown in FIG. 1 is that when the output of the AND gate 9 becomes "1", that is, when the identifier PVMID of the priority virtual machine 13 and the identifier VMID of the interrupt destination virtual machine match. , by dispatching the priority virtual machine 13 using hardware or firmware, the priority virtual machine 13 is activated and its interrupt processing 130 is started. This embodiment is superior to the embodiment of FIG. 1 in that the overhead caused by the priority virtual machine dispatch process 121 of FIG. 1 is reduced.

なお、第1図および第2図の実施例では、優先仮想計算
機を1つとしたが、レジスタ4.一致検出器6およびア
ンドゲート9を複数組設けることにより、複数の仮想計
算機を優先仮想計算機とすることが可能である。
In the embodiments shown in FIGS. 1 and 2, there is one priority virtual machine, but register 4. By providing a plurality of sets of coincidence detectors 6 and AND gates 9, it is possible to make a plurality of virtual computers the priority virtual computers.

第3図は本発明の更に別の実施例の構成図である。本実
施例が第1図に示した実施例と相違するところは、第1
図のレジスタ4および一致検出器6の代わりに、レジス
タ3に保持された実行中仮想計算機識別子RVMIDと
信号線51上の割り込み先仮想計算機の識別子VMID
とを数値的に比較し、識別子VMIDが識別子RVMI
Dより数値的に小さい場合に出力を“1”とする比較器
20を設け、この比較器20の出力と信号tili52
上の割り込み要求とをアンドゲート9に加えるようにし
た点にある。なお、ここでは、識別子の数値が小さいほ
ど優先度が高いとしており、従って識別子「OJが最も
優先度が高い。
FIG. 3 is a block diagram of yet another embodiment of the present invention. The difference between this embodiment and the embodiment shown in FIG.
In place of register 4 and match detector 6 in the figure, the running virtual machine identifier RVMID held in register 3 and the interrupt destination virtual machine identifier VMID on signal line 51
and numerically compare the identifier VMID with the identifier RVMI.
A comparator 20 is provided which outputs "1" when it is numerically smaller than D, and the output of this comparator 20 and the signal tili52 are
The above interrupt request is added to the AND gate 9. Note that here, the smaller the numerical value of the identifier, the higher the priority. Therefore, the identifier "OJ" has the highest priority.

第3図に示した実施例の動作のうち、仮想計算機モニタ
12への割り込みや、実行中仮想計算機第1への割り込
みにかかる動作は第1図と同様である。また、優先仮想
計算機13の識別子が実行中仮想計算機第1の識別子よ
り数値的に小さいとした場合、割り込み先を優先仮想計
算機13とする割り込みは次のように処理される。
Among the operations of the embodiment shown in FIG. 3, the operations related to interrupting the virtual computer monitor 12 and interrupting the first virtual computer being executed are the same as those in FIG. 1. Furthermore, if the identifier of the priority virtual machine 13 is numerically smaller than the identifier of the first virtual machine in execution, an interrupt whose interrupt destination is the priority virtual machine 13 is processed as follows.

先ず、レジスタ3に保持された実行中仮想計算機第1の
識別子RVMJDと信号!151上の割り込み先仮想計
算機の識別子VMIDとが比較器20で比較される。比
較器20は、前述したように信号線51上の識別子VM
IDが識別子RVMIDより数値的に小さい場合、“1
”を出力する。
First, the running virtual machine first identifier RVMJD held in register 3 and the signal! The comparator 20 compares the interrupt destination virtual machine identifier VMID on the interrupt destination virtual machine 151 with the identifier VMID. The comparator 20 receives the identifier VM on the signal line 51 as described above.
If the ID is numerically smaller than the identifier RVMID, “1
” is output.

比較器20から“l”が出力されると、アンドゲート9
の出力が“1”となり、第1図の実施例と同様にして仮
想計算機モニタ12内の優先仮想計算機ディスバンチ処
理121が起動され、最終的に優先仮想計算機13が起
動されて割り込み処理130が開始される。なお、優先
仮想計算機ディスパッチ処理121は信号線51上の識
別子VMIDにより優先仮想計算機13を認識する。
When “l” is output from the comparator 20, the AND gate 9
The output becomes "1", and the priority virtual machine disbunch processing 121 in the virtual machine monitor 12 is activated in the same way as in the embodiment of FIG. 1, and finally the priority virtual machine 13 is activated and the interrupt processing 130 is started. be done. The priority virtual machine dispatch process 121 recognizes the priority virtual machine 13 by the identifier VMID on the signal line 51.

第4図は本発明のまた更に別の実施例の構成図である。FIG. 4 is a block diagram of still another embodiment of the present invention.

本実施例が第2図に示した実施例と相違するところは、
第2図のレジスタ4および一致検出器6の代わりに、レ
ジスタ3に保持された実行中仮想計算機識別子RVMI
Dと信号線51上の割り込み先仮想計算機の識別子VM
IDとを入力してその一方を出力するマルチプレクサ2
1と、予め各識別子に対応して優先度が登録されており
、マルチプレクサ21から出力された識別子に対応する
優先度を出力する優先度表(PT)22と、この優先度
表22から出力された実行中仮想計算機識別子RVMI
Dに対応する優先度(実行中仮想計算機優先度)RPT
を保持するレジスタ23と、優先度表22から出力され
た割り込み先仮想計算機の識別子VMIDに対応する優
先度(割り込み先仮想計蒐機優先度)IPTを保持する
レジスタ24と、レジスタ23およびレジスタ24に保
持された優先度の比較を行い、割り込み先仮想計算機優
先度IPTの方が実行中仮想計算機優先度RPTより高
いときに出力を“1°゛とする比較器25とを設け、こ
の比較器25の出力と信号線52上の割り込み要求とを
アンドゲート9に加えるようにした点にある。
The difference between this embodiment and the embodiment shown in FIG. 2 is as follows.
The running virtual machine identifier RVMI held in register 3 instead of register 4 and match detector 6 in FIG.
D and the interrupt destination virtual machine identifier VM on the signal line 51
Multiplexer 2 that inputs the ID and outputs one of them.
1, a priority table (PT) 22 in which priorities are registered in advance corresponding to each identifier and outputs the priorities corresponding to the identifiers output from the multiplexer 21; Running virtual machine identifier RVMI
Priority corresponding to D (current virtual machine priority) RPT
register 23 and register 24 that hold the priority (interrupt destination virtual machine priority) IPT corresponding to the interrupt destination virtual machine identifier VMID output from the priority table 22; A comparator 25 is provided, which compares the priorities held in 25 and the interrupt request on the signal line 52 are applied to the AND gate 9.

第4図に示した実施例の動作のうち、仮想計算機モニタ
12への割り込みや、実行中仮想計算機第1への割り込
みにかかる動作は第2図と同様である。そして、優先仮
想計算機13の識別子に対応して優先度表22に登録さ
れた優先度が、実行中仮想計算4第11の識別子に対応
して優先度表22に登録された優先度より高い場合、割
り込み先を優先仮想計算機13とする割り込みは次のよ
うに処理される。
Among the operations of the embodiment shown in FIG. 4, the operations related to interrupting the virtual computer monitor 12 and interrupting the first virtual computer being executed are the same as those shown in FIG. If the priority registered in the priority table 22 corresponding to the identifier of the priority virtual machine 13 is higher than the priority registered in the priority table 22 corresponding to the 11th identifier of the running virtual calculation 4; , an interrupt whose destination is the priority virtual machine 13 is processed as follows.

先ず、実行中仮想計算I’llが仮想計算機モニタ12
によって起動される時、マルチプレクサ22はレジスタ
3の実行中仮想計算機識別子RVMIDを選択する。こ
れによって優先度表22が識別子RVMIDで索引され
、対応する優先度RPTがレジスタ23へ納められる。
First, the running virtual calculation I'll is displayed on the virtual computer monitor 12.
When activated by , multiplexer 22 selects the running virtual machine identifier RVMID in register 3. As a result, the priority table 22 is indexed by the identifier RVMID, and the corresponding priority RPT is stored in the register 23.

このレジスタ23の内容は以後他の仮想計算機が仮想計
算機モニタ12により起動されるまで変更されない。ま
た、レジスタ23更新後、マルチプレクサ21は信号線
51を選ぶように設定される。
The contents of this register 23 will not be changed until another virtual machine is started by the virtual machine monitor 12 thereafter. Further, after updating the register 23, the multiplexer 21 is set to select the signal line 51.

入出力チャネル2から信号線52を通して割り込み要求
が信号線51上の割り込み先仮想計算機の識別子VMI
Dを伴って到来すると、信号線51上の識別子VMID
によって優先度表22が索引され、今回の割り込み先仮
想計算機の識別子■MIDに対応した優先度が割り込み
先仮想計算機優先度IPTとしてレジスタ24に格納さ
れる。
An interrupt request is sent from the input/output channel 2 through the signal line 52 to the interrupt destination virtual machine identifier VMI on the signal line 51.
When it arrives with D, the identifier VMID on the signal line 51
The priority table 22 is indexed by , and the priority corresponding to the identifier ■MID of the current interrupt destination virtual machine is stored in the register 24 as the interrupt destination virtual machine priority IPT.

レジスタ24に格納された割り込み先仮想計算機優先度
IPTとレジスタ23に格納された実行中仮想計算機優
先度RPTとは比較器25へ入力される。比較器25は
割り込み先仮想計算機優先度IPTが実行中仮想計算機
優先度RPTより高い、即ち数値的に比較して前者が後
者より小さい場合にのみその出力を“1”とする。これ
により、アンドゲート9が開かれてその出力が°1”と
なり、ハードウェアまはたファームウェアによるディス
バ、千機構により実行中仮想計算機第1と信号線51上
の識別子で認識された優先仮想計算8第13とのディス
バンチが行われて優先仮想計算機13が起動され、その
割り込み処理130が開始せしめられる。
The interrupt destination virtual computer priority IPT stored in the register 24 and the running virtual computer priority RPT stored in the register 23 are input to a comparator 25 . The comparator 25 outputs "1" only when the interrupt destination virtual machine priority IPT is higher than the executing virtual machine priority RPT, that is, the former is smaller than the latter when compared numerically. As a result, the AND gate 9 is opened and its output becomes °1", and the hardware or firmware disables the priority virtual calculation recognized by the executing virtual computer 1 and the identifier on the signal line 51. 8, the priority virtual machine 13 is activated, and its interrupt processing 130 is started.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、走行中でない仮
想計算機であっても特定の仮想計算機に対しては割り込
みを速やかに認識させることができるので、入出力動作
の終了などに対して迅速な反応ができ、システム性能の
向上が期待できる。
As explained above, according to the present invention, an interrupt can be quickly recognized for a specific virtual machine even if the virtual machine is not running. This can be expected to improve system performance.

また、実行中の仮想計算機の識別子の他に、計算機シス
テムが直ちに割り込みの受け付けを行う仮想計算機の識
別子を保持し、割り込み要求とともに表示される割り込
み先仮想計算機の識別子が上記保持された識別子と一致
する場合にその識別子を持つ仮想計算機を起動して割り
込みを処理させる方式によれば、仮想計算機の識別子や
優先度にかかわらず、優先的に割り込みを認識させたい
仮想計算機を任意に設定すること及びその変更を行うこ
とができる効果がある。
In addition to the identifier of the running virtual machine, the computer system also holds the identifier of the virtual machine that immediately accepts interrupts, and the identifier of the interrupt destination virtual machine that is displayed with the interrupt request matches the above-mentioned held identifier. According to the method of starting a virtual machine with that identifier to process the interrupt when the interrupt is processed, it is possible to arbitrarily set the virtual machine for which the interrupt is to be recognized with priority, regardless of the virtual machine's identifier or priority. There is an effect that can make that change.

更に、実行中仮想計算機の識別子と割り込み先仮想計算
機の識別子とを数値的に比較し、後者の識別子の数値が
前者の識別子の数値より、より高い優先度であると定義
されている数値であれば割り込み先仮想計算機を起動し
て割り込みを処理させる方式によれば、実計算機システ
ム内で一意である識別子の大小によって優先的に割り込
みを認識させたい仮想計算機の設定が可能となる効果が
ある。
Furthermore, the identifier of the executing virtual machine is numerically compared with the identifier of the interrupt destination virtual machine, and even if the numerical value of the latter identifier is defined as having a higher priority than the numerical value of the former identifier. For example, according to a method of activating an interrupt destination virtual machine to process an interrupt, it is possible to set a virtual machine to be preferentially recognized for interrupts based on the size of an identifier that is unique within a real computer system.

また更に、識別子を優先度に変換する変換手段を備え、
この変換手段により得られた割り込み先仮想計算機の優
先度が同しく変換手段により得られた実行中仮想計算機
の優先度より高ければ、割り込み先仮想計算機を起動し
て割り込みを処理させる方式によれば、識別子とは無関
係に優先的に割り込みを認識させたい仮想計算機の設定
が可能となる効果がある。
Furthermore, it includes a conversion means for converting the identifier into a priority,
If the priority of the interrupt destination virtual machine obtained by this conversion means is higher than the priority of the running virtual machine obtained by the conversion means, the interrupt destination virtual machine is started and the interrupt is processed. This has the effect of making it possible to set a virtual machine whose interrupts are to be recognized preferentially, regardless of the identifier.

また、仮想計算機間に成る種の優先度の順序付けがある
場合、その優先度に合わせて仮想計算機識別子を付与す
るか或いは割り込み受け付けにかかる優先度を決定して
おけば、低い優先度の仮想計算機の実行中に発生した高
い優先度の仮想計算機に対する割り込みが従来のように
待たされることがなくなる。
Additionally, if there is an ordering of priorities among virtual machines, by assigning a virtual machine identifier according to the priority or determining the priority for accepting interrupts, it is possible to use a virtual machine with a lower priority. Interrupts to high-priority virtual machines that occur during execution are no longer forced to wait as in the past.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明の一実施例の構成図、 第2図は本発明の別の実施例の構成図、第3図は本発明
の更に別の実施例の構成図および、 第4図は本発明のまた更に別の実施例の構成図である。 図において、 1・・・プロセッサ 2・・・入出力チャネル 3.4,23.24・・・レジスタ 5.6.7・・・一致検出器 8.9.10・・・アンドゲート 第1・・・実行中仮想計算機 12・・・仮想計算機モニタ 13・・・優先仮想計算機 20.25・・・比較器 21・・・マルチプレクサ 22・・・優先皮表 51.52.53・・・信号線
Fig. 1 is a block diagram of one embodiment of the present invention, Fig. 2 is a block diagram of another embodiment of the present invention, Fig. 3 is a block diagram of yet another embodiment of the present invention, and Fig. 4 is a block diagram of yet another embodiment of the present invention. It is a block diagram of yet another Example of this invention. In the figure, 1... Processor 2... Input/output channel 3.4, 23.24... Register 5.6.7... Coincidence detector 8.9.10... AND gate 1st... ...Running virtual machine 12...Virtual computer monitor 13...Priority virtual machine 20.25...Comparator 21...Multiplexer 22...Priority skin table 51, 52, 53...Signal line

Claims (3)

【特許請求の範囲】[Claims] (1)複数の仮想計算機を実現可能な計算機システムに
おいて、 現在実行中の仮想計算機の識別子を表示する実行中仮想
計算機識別子表示手段と、 割り込み先の仮想計算機の識別子を表示する割り込み先
仮想計算機識別子表示手段と、 前記計算機システムが割り込みの受け付けを直ちに行う
必要のある仮想計算機の識別子を表示する優先仮想計算
機識別子表示手段と、 前記実行中仮想計算機識別子表示手段が表示する識別子
と前記割り込み先仮想計算機識別子表示手段が表示する
識別子との一致を検出する第1の一致検出手段と、 前記優先仮想計算機識別子表示手段が表示する識別子と
前記割り込み先仮想計算機識別子表示手段が表示する識
別子との一致を検出する第2の一致検出手段とを備え、 前記第1の一致検出手段で一致が検出された場合、前記
実行中仮想計算機識別子表示手段が表示する識別子を持
つ仮想計算機に割り込み、前記第2の一致検出手段で一
致が検出された場合、前記優先仮想計算機識別子表示手
段が表示する識別子を持つ仮想計算機を起動して割り込
み処理を開始させることを特徴とする仮想計算機の割り
込み方式。
(1) In a computer system capable of realizing multiple virtual machines, an executing virtual machine identifier display means that displays the identifier of the currently executing virtual machine, and an interrupt destination virtual machine identifier that displays the identifier of the interrupt destination virtual machine. a display means; a priority virtual machine identifier display means for displaying an identifier of a virtual machine for which the computer system needs to immediately accept an interrupt; and an identifier displayed by the running virtual machine identifier display means and the interrupt destination virtual machine. a first match detection means for detecting a match with an identifier displayed by the identifier display means; and a first match detection means for detecting a match between the identifier displayed by the priority virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means. and a second match detection means for detecting a match, when the first match detection means detects a match, interrupts the virtual machine having the identifier displayed by the running virtual machine identifier display means, and detects the second match. An interrupt method for a virtual machine, characterized in that when a match is detected by the detection means, the virtual machine having the identifier displayed by the priority virtual machine identifier display means is activated to start interrupt processing.
(2)複数の仮想計算機を実現可能な計算機システムに
おいて、 現在実行中の仮想計算機の識別子を表示する実行中仮想
計算機識別子表示手段と、 割り込み先の仮想計算機の識別子を表示する割り込み先
仮想計算機識別子表示手段と、 前記実行中仮想計算機識別子表示手段が表示する識別子
と前記割り込み先仮想計算機識別子表示手段が表示する
識別子との一致を検出する第1の一致検出手段と、 前記実行中仮想計算機識別子表示手段が表示する識別子
と前記割り込み先仮想計算機識別子表示手段が表示する
識別子とを数値的に比較する第1の比較手段とを備え、 前記第1の一致検出手段で一致が検出された場合、前記
実行中仮想計算機識別子表示手段が表示する識別子を持
つ仮想計算機に割り込み、前記第1の比較手段において
前記割り込み先仮想計算機識別子表示手段が表示する識
別子の数値が前記実行中仮想計算機識別子表示手段が表
示する識別子の数値より、より高い優先度であると定義
されている数値であることが判明した場合、前記割り込
み先仮想計算機識別子表示手段が表示する識別子を持つ
仮想計算機を起動して割り込み処理を開始させることを
特徴とする仮想計算機の割り込み方式。
(2) In a computer system capable of realizing multiple virtual machines, an executing virtual machine identifier display means that displays the identifier of the currently executing virtual machine, and an interrupt destination virtual machine identifier that displays the identifier of the interrupt destination virtual machine. display means; first coincidence detection means for detecting a match between the identifier displayed by the running virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means; and the display means for displaying the running virtual machine identifier. a first comparison means for numerically comparing the identifier displayed by the means and the identifier displayed by the interrupt destination virtual machine identifier display means, and when a match is detected by the first match detection means, the Interrupting a virtual machine having an identifier displayed by the executing virtual machine identifier display means, and in the first comparing means, the numerical value of the identifier displayed by the interrupt destination virtual machine identifier display means is displayed by the executing virtual machine identifier display means. If it is determined that the numerical value is defined as having a higher priority than the numerical value of the identifier to be processed, the virtual machine having the identifier displayed by the interrupt destination virtual machine identifier display means is activated and interrupt processing is started. An interrupt method for virtual machines that is characterized by the following:
(3)複数の仮想計算機を実現可能な計算機システムに
おいて、 現在実行中の仮想計算機の識別子を表示する実行中仮想
計算機識別子表示手段と、 割り込み先の仮想計算機の識別子を表示する割り込み先
仮想計算機識別子表示手段と、 前記実行中仮想計算機識別子表示手段が表示する識別子
と前記割り込み先仮想計算機識別子表示手段が表示する
識別子との一致を検出する第1の一致検出手段と、 前記実行中仮想計算機識別子表示手段が表示する識別子
および前記割り込み先仮想計算機識別子表示手段が表示
する識別子を予め定められた仮想計算機に対する優先度
に変換する変換手段と、該変換手段で得られた前記実行
中仮想計算機識別子表示手段が表示する識別子の優先度
を表示する実行中仮想計算機優先度表示手段と、 前記変換手段で得られた前記割り込み先仮想計算機識別
子表示手段が表示する識別子の優先度を表示する割り込
み先仮想計算機優先度表示手段と、前記実行中仮想計算
機優先度表示手段が表示する優先度と前記割り込み先仮
想計算機優先度表示手段が表示する優先度とを比較する
優先度比較手段とを備え、 前記第1の一致検出手段で一致が検出された場合、前記
実行中仮想計算機識別子表示手段が表示する識別子を持
つ仮想計算機に割り込み、前記優先度比較手段において
前記割り込み先仮想計算機優先度表示手段の表示する優
先度が前記実行中仮想計算機優先度表示手段の表示する
優先度より高い優先度であることが検出された場合、前
記割り込み先仮想計算機識別子表示手段が表示する識別
子を持つ仮想計算機を起動して割り込み処理を開始させ
ることを特徴とする仮想計算機の割り込み方式。
(3) In a computer system capable of realizing multiple virtual machines, an executing virtual machine identifier display means for displaying the identifier of the currently executing virtual machine, and an interrupt destination virtual machine identifier for displaying the identifier of the interrupt destination virtual machine. display means; first coincidence detection means for detecting a match between the identifier displayed by the running virtual machine identifier display means and the identifier displayed by the interrupt destination virtual machine identifier display means; and the display means for displaying the running virtual machine identifier. a conversion means for converting the identifier displayed by the means and the identifier displayed by the interrupt destination virtual machine identifier display means into a predetermined priority for the virtual machine; and means for displaying the running virtual machine identifier obtained by the conversion means. executing virtual machine priority display means for displaying the priority of the identifier displayed by the interrupt destination virtual machine priority display means for displaying the priority of the identifier displayed by the interrupt destination virtual machine identifier display means obtained by the conversion means; priority comparison means for comparing the priority displayed by the running virtual machine priority display means and the priority displayed by the interrupt destination virtual machine priority display means, If a match is detected by the match detection means, the virtual machine having the identifier displayed by the running virtual machine identifier display means is interrupted, and the priority comparison means determines the priority displayed by the interrupt destination virtual machine priority display means. is detected to have a higher priority than the priority displayed by the executing virtual machine priority display means, starts the virtual machine having the identifier displayed by the interrupt destination virtual machine identifier display means and processes the interrupt. A virtual machine interrupt method characterized by starting a virtual machine.
JP28067990A 1990-10-19 1990-10-19 Interruption system for virtual computer Pending JPH04155452A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28067990A JPH04155452A (en) 1990-10-19 1990-10-19 Interruption system for virtual computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28067990A JPH04155452A (en) 1990-10-19 1990-10-19 Interruption system for virtual computer

Publications (1)

Publication Number Publication Date
JPH04155452A true JPH04155452A (en) 1992-05-28

Family

ID=17628424

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28067990A Pending JPH04155452A (en) 1990-10-19 1990-10-19 Interruption system for virtual computer

Country Status (1)

Country Link
JP (1) JPH04155452A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013232151A (en) * 2012-05-01 2013-11-14 Renesas Electronics Corp Memory protection circuit, processing apparatus, and memory protection method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013232151A (en) * 2012-05-01 2013-11-14 Renesas Electronics Corp Memory protection circuit, processing apparatus, and memory protection method

Similar Documents

Publication Publication Date Title
US5095427A (en) Dispatch control of virtual machine
US10078603B2 (en) MSI events using dynamic memory monitoring
JPH0695898A (en) Control method for virtual computer and virtual computer system
EP0382505A2 (en) Virtual computer system having improved input/output interrupt control
JPH06187178A (en) Input and output interruption control method for virtual computer system
US7689749B2 (en) Interrupt control function adapted to control the execution of interrupt requests of differing criticality
US20130125117A1 (en) Method and Arrangement for Using a Resource of a Hardware Platform with at Least Two Virtual Machines
JP2870254B2 (en) Virtual machine I / O interrupt handling method
JPS63182749A (en) Timer controller for computer system
JPH07160656A (en) External interruption control method
JPH04155452A (en) Interruption system for virtual computer
JPH09282196A (en) Program run control system for complex logic processor system
JPH0433130A (en) Multi-chip constituting method
JPH0496167A (en) Interruption system for multi-processor system
JPS62221041A (en) Dispatch controller in virtual computer system
JPS6313218B2 (en)
JPS6116338A (en) Interrupt processing system of virtual computer system
JPS5971555A (en) Performance monitoring system
JPH02187830A (en) Interruption control system
JPH0444131A (en) Device and method for execution of inter-processor communication in plural os running systems
JPH0744405A (en) Measuring control system for operating time of virtual computer in virtual computer system
JPS63208154A (en) Multi-processor schedule system
JPH06242975A (en) Virtual computer dispatch system of multiple information processing system
JPS61269740A (en) Service processor command control system
JPH10312298A (en) Virtual computer system