JPS6031649A - Timer controlling method in virtual computer system - Google Patents

Timer controlling method in virtual computer system

Info

Publication number
JPS6031649A
JPS6031649A JP13943083A JP13943083A JPS6031649A JP S6031649 A JPS6031649 A JP S6031649A JP 13943083 A JP13943083 A JP 13943083A JP 13943083 A JP13943083 A JP 13943083A JP S6031649 A JPS6031649 A JP S6031649A
Authority
JP
Japan
Prior art keywords
timer
cpu
virtual computer
timers
computer system
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
JP13943083A
Other languages
Japanese (ja)
Inventor
Kazue Tokiwa
常盤 千絵
Shigeo Takahashi
高橋 繁夫
Takashige Kubo
久保 隆重
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP13943083A priority Critical patent/JPS6031649A/en
Publication of JPS6031649A publication Critical patent/JPS6031649A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked
    • G06F9/4825Interrupt from clock, e.g. time of day

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)

Abstract

PURPOSE:To reduce the overhead of a virtual computer control program and to improve the accuracy of a timer by using the timer to execute the CPU timer processing of the virtual computer. CONSTITUTION:For a specific virtual computer VM, CPU timers (VM timers) 16-19 to be exclusively used for the VM, steps for executing start/stop of the timers, assigning to the specific VM and releasing the assignmant and a step for checking the assigning state of the timers are prepared. Since the CPU timer control processing for the VM is executed by using the VM timers 16-19, it is unnecesary to consider VM dispatching time slice processing by the virtual computer control program.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、仮想計算機システムにおけるタイマ制御方式
に係り、特にある特定仮想計算機に関して、その仮想C
PUタイマの精度が要求される場合に適する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a timer control method in a virtual computer system, and particularly relates to a specific virtual computer.
Suitable when PU timer accuracy is required.

〔発明の背景〕[Background of the invention]

仮想計算機システムにおいては、各仮想計算機(VM)
(7)ハードウェア・インタフェースは、仮想計算機コ
ン)ci−ル・プログラム(VMCP ) VCよって
実現される。VMCPは、計算機リソース(中央処理装
置、主記憶装置、入出力装置等)を各VMで共有するよ
うに管理し、各VMがあたかも1台の実計算機を占有す
るかのような環境を作り出す。
In a virtual computer system, each virtual machine (VM)
(7) The hardware interface is realized by a virtual machine controller program (VMCP) VC. VMCP manages computer resources (central processing unit, main storage device, input/output device, etc.) so that they are shared by each VM, and creates an environment in which each VM appears to occupy one real computer.

各VMが共有する資源にタイマがある。タイマには、タ
イム・オプ・ディ(TOD)クロック、クロック・コン
パレータ、CPUタイマ、インタバルタイマがあり、V
MCPではこれらのタイマを仮想タイマとして各VMに
与えるようシミュレーションを行なう。
A timer is a resource shared by each VM. Timers include time-of-day (TOD) clocks, clock comparators, CPU timers, and interval timers.
In the MCP, a simulation is performed so that these timers are given to each VM as virtual timers.

タイマの1つであるCPUタイマは、CPUの経過時間
を測定したり、前もって設定された時間を経過した時、
割込みを発生する手段となるタイマであり、CPUが命
令を実行できる状態にある場合(CPUが動作中である
か、待ち状態か、イニシャル・プログラムロードの間)
は、時刻表示の為に一貫した経過時間を示すTODクロ
ックと同期して、同じ割合で更新されるが、そうでない
場合には更新されない事を特徴とする: CPUタイマ
はS P T (Set CPU Timer )命令
によりある値に設定され、5TPT (STore C
PU Timer)命令によってその時点の値の読み出
しが行われる。
The CPU timer, which is one of the timers, measures the elapsed time of the CPU, and when a preset time elapses.
This is a timer that is a means of generating an interrupt, and when the CPU is in a state where it can execute instructions (while the CPU is running, in a wait state, or during initial program loading)
The CPU timer is characterized by being updated at the same rate, in synchronization with the TOD clock, which shows a consistent elapsed time for time display purposes, but not otherwise: It is set to a certain value by the 5TPT (STore C
The current value is read by the PU Timer) instruction.

また、動作中には、1μs毎に11 ′ずつカウント・
ダウンされ、負の値になった時に割込みを発生させる。
Also, during operation, it counts by 11' every 1 μs.
Generates an interrupt when it is down and becomes a negative value.

M1図に64μsの場合52μsまでカウントの進んだ
場合の例を図示した。
The M1 diagram shows an example where the count progresses to 52 μs in the case of 64 μs.

従来方法では、VMCPは、このシステムに1個しかな
いCPUタイマを用いて、あたかもVMCP及び各VM
がそれぞれCPUタイマを持っているかのように動作さ
せるために、時分割で共有させるよう制御しなければな
らない。このためのVMCPの処理には以下のようなも
のがある。
In the conventional method, the VMCP uses only one CPU timer in this system, and the VMCP and each VM
In order for each to operate as if it had its own CPU timer, it must be controlled so that they are shared in a time-sharing manner. The VMCP processes for this purpose include the following.

+IIVMディスパッチ用タイム・スライス制御VMC
Pは各VMに一定のCPU時間を与え、その時間を越え
た時には他のVMをデイスノくツチするためのタイム・
スライス処理を行ない、その手段としてCPUタイマを
使用している。
+Time slice control VMC for IIVM dispatch
P gives a certain amount of CPU time to each VM, and when that time is exceeded, it gives a time limit for deactivating other VMs.
Slice processing is performed, and a CPU timer is used as a means for this.

(2)仮想CPUタイマの実現 VMCPは、各VMがそれぞれ固有のCPUタイマを持
っているかのようにみせかけるために、実CPUタイマ
の制御を行なっている。この為の処理は次のようなもの
である。
(2) Realization of virtual CPU timer The VMCP controls the real CPU timer in order to make it appear as if each VM has its own CPU timer. The processing for this purpose is as follows.

(a)仮想CPUタイマに対してVMから発行された書
き込み/読み出し命令のシミュレーションVMからSP
T、5TPT命令のような特権命令が発行されると、v
MCPではそれらの命令のシミュレーションを行なう。
(a) Simulation of write/read commands issued from VM to virtual CPU timer from VM to SP
When a privileged instruction such as T,5TPT instruction is issued, v
MCP performs simulation of these instructions.

第2図に、VMでSPT命令が発行された場合の実CP
Uタイマにセットされるデータ・フローを示す。1は実
CPUタイマ、20〜2nは主記憶上に置かれた、VM
CPがVMをディスバッチするために使用するタイム・
スライス値及び、各VMの仮想CPUタイマ値である。
Figure 2 shows the actual CP when an SPT instruction is issued in a VM.
The data flow set in the U timer is shown. 1 is the real CPU timer, 20 to 2n are the VMs placed on the main memory
The time that CP uses to dispatch VMs.
These are the slice value and the virtual CPU timer value of each VM.

3で示すVMmが8PT命令を発行すると、主記憶上に
あるVMm用仮想CPUノタイマ値2mが更新され、そ
れと共にVMmに対してVMCPが割当てたタイム・ス
ライス値の残り時間が計算され、20の値が更新される
。その後、更新されたタイム・スライス値と、vMm用
仮想CPUタイマ値とが比較され、値の小さい方が実C
PUタイマにセットされる。
When the VMm shown in 3 issues the 8PT command, the VMm virtual CPU timer value 2m on the main memory is updated, and at the same time, the remaining time of the time slice value assigned by the VMCP to the VMm is calculated, and the 8PT command is updated. The value is updated. Then, the updated time slice value and the virtual CPU timer value for vMm are compared, and the smaller value is used for the real CPU.
Set in the PU timer.

CPUタイマの読み出し命令である5TPTについては
、仮想CPUタイマとしてのカレントな値が反映される
Regarding 5TPT, which is a CPU timer read command, the current value as a virtual CPU timer is reflected.

システムに仮想計算機援助機構(VMA)が装備された
場合には、これらの処理はマイクロ・プログラムにより
高速処理される。
When the system is equipped with a virtual machine assistance mechanism (VMA), these processes are processed at high speed by micro programs.

(b) V Mに対する仮想CP Uタイマ割込みの反
映CPUタイマ割込みが発生した場合、その割込みはま
ずVMCPに入る。V’MCPではその割込みがタイム
・スライス用のものか、仮想CPUタイマのものである
かを判別し、仮想CPUタイマによる割込みであった場
合は、該当VMに対しCPUタイマ割込みを発生させる
(b) Reflection of virtual CPU timer interrupt to VM When a CPU timer interrupt occurs, the interrupt first enters VMCP. The V'MCP determines whether the interrupt is for a time slice or a virtual CPU timer, and if it is a virtual CPU timer interrupt, a CPU timer interrupt is generated for the corresponding VM.

上述のように、仮想計算機におけるCPUタイマの管理
は、1つの実タイマをvMCP及び各VMで共有する形
となシ、そのための実タイマの時分割での切り換え処理
に要するオーバヘッドが太きな問題となっていた。仮想
計算機の性能はVMCPの処理時間を減らすことにより
向上するので、従来方法によるCPUタイマ制御のオー
バヘッドを減することが必要となった。
As mentioned above, the management of the CPU timer in a virtual machine is such that one real timer is shared between the vMCP and each VM, and the overhead required for time-sharing switching of the real timer is a problem. It became. Since the performance of a virtual machine is improved by reducing the processing time of VMCP, it has become necessary to reduce the overhead of CPU timer control by conventional methods.

また、他VMとのタイマの共有を行うために、実タイマ
の切シ換えに伴うタイマの誤差、仮想CPUタイマ割込
みの遅延等、タイマの精度に関する問題も起きやすく、
対策を講じる必要が生じた。
In addition, since the timer is shared with other VMs, problems related to timer accuracy are likely to occur, such as timer errors due to switching of the real timer and delays in virtual CPU timer interrupts.
It became necessary to take measures.

〔発明の目的〕[Purpose of the invention]

本発明は、仮想計算機システムにおいて、上記問題点を
解消し特定の仮想計算機に関する、CPUタイマ制御に
要するVMCPのオーバヘッドを減少させ、タイマの精
度を向上させる事を目的とする。
An object of the present invention is to solve the above-mentioned problems in a virtual computer system, reduce the VMCP overhead required for CPU timer control for a specific virtual computer, and improve the accuracy of the timer.

〔発明の概要〕[Summary of the invention]

本発明の仮想計算機システムでは、ある特定のVMに対
して、該VM専用のCPUタイマと、その起動/停止、
特定VMへの割当ておよび割当て解除段階、タイマの割
当て状況を調べるための段階を有し、該タイマを利用し
て当該VMのCPUタイマ処理を行なうようにしたもの
である。
In the virtual computer system of the present invention, for a certain VM, a CPU timer dedicated to that VM, its start/stop,
The system includes a step of allocating and canceling allocation to a specific VM, and a step of checking the timer allocation status, and the timer is used to perform CPU timer processing for the VM.

〔発明の実施例〕[Embodiments of the invention]

以下、実施例により詳細に説明する。 Hereinafter, it will be explained in detail using examples.

第3図を用いて、本発明のVM専用CPUタイマ(以下
VMタイマと称す)について説明する。
The VM-dedicated CPU timer (hereinafter referred to as VM timer) of the present invention will be explained using FIG.

第3図では、1がVMの発行したS’PT命令のオペラ
ンドが示すデータであり、2はVMタイマの起動/停止
用マスクを格納したレジスタ、3はタイマIDレジスタ
、4〜11はAND回路、12〜15はデータ・ゲート
、16〜19はVMタイマを示す。
In Figure 3, 1 is the data indicated by the operand of the S'PT instruction issued by the VM, 2 is the register that stores the mask for starting/stopping the VM timer, 3 is the timer ID register, and 4 to 11 are AND circuits. , 12-15 are data gates, and 16-19 are VM timers.

VMタイマの起動/停止用マスクを格納したレジスタ2
は、そのそれぞれのビットが各VMタイマと対応してお
り、ビットが′ 1 ′である場合はそれに対応するV
Mタイマが起動され、CPUタイマと同期をとシカラン
ト・ダウンされるが、−〇 /の時には停止状態となる
。この例では、レジスタ2の第2.第3ビツトがゝ 1
 ′であるので、VMタイマ17及び18が動作状態と
なる。
Register 2 that stores the mask for starting/stopping the VM timer
each bit corresponds to each VM timer, and if the bit is '1', the corresponding V
The M timer is started and synchronized with the CPU timer and is sicant-downed, but when -0/, it is stopped. In this example, the second . The third bit is 1
', the VM timers 17 and 18 become operational.

現在走行中のVMに対応するVMタイマを示すレジスタ
3は、VMが使用すべきVMタイマを指示する為に用い
られる。レジスタ3もレジスタ2と同様ビットが各VM
タイマと対応している。第3図ではレジスタ3の第3ビ
ツトが曳 1 /であるので、データ・ゲート14が開
き、7M上で8PT命令が発行されるとそのオペランド
の指すデータ内容1がVMタイマ18のみにセットされ
る。
Register 3, which indicates the VM timer corresponding to the currently running VM, is used to indicate the VM timer that the VM should use. Similar to register 2, register 3 has bits for each VM.
It corresponds to a timer. In FIG. 3, the third bit of register 3 is 1/, so when the data gate 14 is opened and the 8PT instruction is issued on 7M, the data content 1 pointed to by the operand is set only in the VM timer 18. Ru.

VMタイマは既存のCPUタイマと同じ形式であるが、
各VMタイマがそれぞれ固有な割込みコードを持つこと
と、命令によシタイマの起動/停止が行えることの2点
がCPUタイマと異なる点である。本実施例ではVMタ
イマ′f:4個設けたが、必要に応じて最適な数のVM
タイマを設ければよい。
The VM timer has the same format as the existing CPU timer, but
The two points that differ from the CPU timer are that each VM timer has its own unique interrupt code and that the timer can be started/stopped by instructions. In this embodiment, four VM timers'f are provided, but the optimal number of VMs may be set as necessary.
Just set a timer.

VMタイマは、対応するVMが走行状態にある場合か、
VM自体が待ち状態に入っている場合にのみ動作するよ
うにし、それ以外は停止させる。
The VM timer is activated when the corresponding VM is in running state or
The VM is made to operate only when it is in a waiting state, and is stopped otherwise.

これは実計算機においてCPUタイマが動作する状況を
仮想計算機の環境においてシミュレートしたものである
。VMタイマの起動/停止用レジスタへのロード/スト
アはVMCPによってのみ使用される専用の命令によっ
て行う。
This is a simulation of the situation in which the CPU timer operates in a real computer in a virtual computer environment. Loading/store to the VM timer start/stop register is performed by a dedicated instruction used only by the VMCP.

VMタイマの各VMへの割当てはVMCPが行う。The VMCP allocates the VM timer to each VM.

VMタイマが割当てられているVMのディスパッチ時に
は、タイマIDレジスタ3の該当VMタイマを表すビッ
トのみをゝ 1 ′にする。走行VMがSPT/5TP
T命令を発行する時には、タイマIDレジスタの対応ビ
ットが′ 1 ′で、しかも動作中のVMタイマにのみ
アクセスされる。VMタイマが割当てられていないVM
のディスパッチ時には、タイマIDレジスタのビットを
すべてOにすることにより、従来方式による仮想CPU
タイマ制御を行う。本レジスタのロード/ストアも、V
MCPによってのみ使用される専用のロード/ストア命
令によシ行う。
When a VM to which a VM timer is assigned is dispatched, only the bit representing the corresponding VM timer in the timer ID register 3 is set to ``1''. Running VM is SPT/5TP
When issuing the T instruction, the corresponding bit of the timer ID register is '1' and only the VM timer that is in operation is accessed. VMs with no VM timer assigned
When dispatching, by setting all bits of the timer ID register to O, the virtual CPU using the conventional method
Performs timer control. Load/store of this register is also
This is done through dedicated load/store instructions used only by the MCP.

VMタイマは、動作中にはCPUタイマと同様に一定時
間間隔でカウント・ダウンされ、その値が負になると割
込みを発生させる。各VMタイマはそれぞれ固有な割込
みコードを持つ。割込みはVMCPに人、9、VMCP
は割込みを該当VMに反映する。
During operation, the VM timer counts down at fixed time intervals like the CPU timer, and generates an interrupt when the value becomes negative. Each VM timer has its own unique interrupt code. Interrupt to VMCP, 9, VMCP
reflects the interrupt to the corresponding VM.

第4図は、本方式を用いた場合のVMタイマと既存CP
Uタイマに対するデータ・フローを示す。
Figure 4 shows the VM timer and existing CP when using this method.
Figure 3 shows the data flow for the U timer.

第4図では111〜11m−1がVMタイマを示し、2
00が既存CPUタイマを示す。VMタイマ111〜1
1m−1はそれぞれvM1〜VMm−1に割当てられて
いる。30〜3nは主記憶上に置かれたデータであり、
3oはVMCPの行うタイム・スライス値、31〜3n
はそれぞれVMm〜VMnに対応する仮想CPUタイマ
値を表わす。
In Fig. 4, 111 to 11m-1 indicate the VM timer, and 2
00 indicates the existing CPU timer. VM timer 111-1
1m-1 are assigned to vM1 to VMm-1, respectively. 30 to 3n are data placed on the main memory,
3o is the time slice value performed by VMCP, 31 to 3n
represent virtual CPU timer values corresponding to VMm to VMn, respectively.

この図に示すように、7Mタイマを割当てられたVMに
ついては、VMCPがVMffイスバッチするためのタ
イム・スライス処理に用いる既存CPUタイマとは別の
タイマを使用しているので、7Mタイマの畜き込み/読
み出しに際しタイム・スライス処理を考慮する必要が無
い。既存CPUタイマについては7Mタイマを割当てら
れていないVMとVMCPとで共用する。
As shown in this figure, for the VM to which the 7M timer is assigned, the VMCP uses a timer different from the existing CPU timer used for time slice processing for VMff chair batching, so the 7M timer is There is no need to consider time slice processing when loading/reading. Regarding the existing CPU timer, the 7M timer is shared by the VM and VMCP to which it is not allocated.

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

本方式により、専用CPUタイマを割当てられたVMに
ついては、以下のような利点がある。
With this method, a VM to which a dedicated CPU timer is assigned has the following advantages.

ill VMCPによるVMディスパッチ用メタイムス
ライス処理を考慮する必要が無いので、VMの発行した
STP、S’TPT命令のシミュレーション処理が簡略
化され、VMAを高速化できる。
Since there is no need to consider metatimeslice processing for VM dispatch by ill VMCP, the simulation processing of STP and S'TPT instructions issued by the VM is simplified, and the speed of VMA can be increased.

(2)実タイマを1つのVMが専有できるので、タイマ
の時分割での切換え処理が不必要になりタイマの梢度の
向上が図れる。
(2) Since one VM can exclusively use the real timer, there is no need for timer switching processing in time division, and the efficiency of the timer can be improved.

(3)各7Mタイマが固有の割込みコードを持っている
ので、VMCPの優先的スケジューリングにより、7M
に対する割込みの遅延を防止できる。
(3) Since each 7M timer has a unique interrupt code, 7M timer
interrupt delays can be prevented.

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

第1図は、従来からの仮想計算機システムで用いられる
タイマの1つであるCPUタイマの形式を示した説明図
、第2図は、従来の仮想計算機システムのCP’Uタイ
マ制御方式におけるデータ・フローを示したブロック図
である。第3図は本発明におけるVM専用CPUタイマ
(7Mタイマ)の実施例である。第4図は、本発明にお
ける7Mタイマと既存CPUタイマに対するデータ・フ
ロー図である。
FIG. 1 is an explanatory diagram showing the format of the CPU timer, which is one of the timers used in conventional virtual computer systems, and FIG. 2 is an explanatory diagram showing the format of the CPU timer, which is one of the timers used in conventional virtual computer systems. It is a block diagram showing a flow. FIG. 3 is an embodiment of the VM-dedicated CPU timer (7M timer) according to the present invention. FIG. 4 is a data flow diagram for the 7M timer and the existing CPU timer in the present invention.

Claims (1)

【特許請求の範囲】 1、複数のオペレーティング・システムを、同時に1つ
の実計゛算機上で動かすことを可能にする念骨尤真仮想
計算機システムにおい て、特定の仮想計算機が実行時及び待ち状態時に稼動す
る専用のタイマ機構と、その起動/停止を行なう段階、
特定VMへの割当て及び割当て解除を行なう段階タイマ
の割筒て状況を調べるための段階を有する事を特徴とす
る仮想計算機システムにおけるタイマ制御方式。 2、VM専用タイマは、管理プログラムにより特定VM
に割当てられ、当該VMが動作状態にある場合のみ起動
され、当該VMの発行する命令によってのみ書き込み/
読み出しが行なわれ、一定時間間隔でカウントされであ
る特定の値に遠した時には当該タイマ特有の割込みコー
ドを持つ割込みを発生させる段階と、上記特定の値に達
しない場合には当該タイマは管理プログラムによって停
止状態に置かれることを特徴とする特許請求の範囲第1
項記載の仮想計算機システムにおけるタイマ制御方式。
[Scope of Claims] 1. In a virtual computer system that allows multiple operating systems to run simultaneously on one real computer, a specific virtual computer is in a running state and a waiting state. A dedicated timer mechanism that operates at certain times and the steps to start/stop it,
A timer control method in a virtual computer system characterized by having a step for checking the allocation status of a timer, a step for performing allocation and deallocation to a specific VM. 2.The VM-dedicated timer is set to a specific VM by the management program.
is allocated to the VM, is activated only when the VM is in operation, and can only be written/written by instructions issued by the VM.
The timer is read and counted at regular time intervals, and when it reaches a certain value, it generates an interrupt with an interrupt code specific to the timer, and when the timer does not reach the specified value, the timer is controlled by the management program. Claim 1 characterized in that the device is placed in a stopped state by
Timer control method in the virtual computer system described in Section 2.
JP13943083A 1983-08-01 1983-08-01 Timer controlling method in virtual computer system Pending JPS6031649A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13943083A JPS6031649A (en) 1983-08-01 1983-08-01 Timer controlling method in virtual computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13943083A JPS6031649A (en) 1983-08-01 1983-08-01 Timer controlling method in virtual computer system

Publications (1)

Publication Number Publication Date
JPS6031649A true JPS6031649A (en) 1985-02-18

Family

ID=15245010

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13943083A Pending JPS6031649A (en) 1983-08-01 1983-08-01 Timer controlling method in virtual computer system

Country Status (1)

Country Link
JP (1) JPS6031649A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62237532A (en) * 1986-04-09 1987-10-17 Hitachi Ltd Virtual computer system
US9778943B2 (en) 2013-05-28 2017-10-03 Red Hat Israel, Ltd. Timer based virtual processor scheduling and suspension on physical processor for use of physical processor by other processing

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62237532A (en) * 1986-04-09 1987-10-17 Hitachi Ltd Virtual computer system
US9778943B2 (en) 2013-05-28 2017-10-03 Red Hat Israel, Ltd. Timer based virtual processor scheduling and suspension on physical processor for use of physical processor by other processing

Similar Documents

Publication Publication Date Title
US4885681A (en) I/O Execution method for a virtual machine system and system therefor
CA1305799C (en) Logical resource partitioning of a data processing system
US4553202A (en) User controlled dialog resource switching in a multi-tasking word processor
JPH0695898A (en) Control method for virtual computer and virtual computer system
EP1766518B1 (en) Adaptive algorithm for selecting a virtualization algorithm in virtual machine environments
JPH0430053B2 (en)
JPH0512045A (en) Method and device for continuing operation of computer systme
JPH0640324B2 (en) Multiprocessor system and process synchronization method thereof
EP0052713B1 (en) A process management system for scheduling work requests in a data processing system
JPS6031649A (en) Timer controlling method in virtual computer system
EP0223463B1 (en) Multiprocessor data processing system
KR102003721B1 (en) GPU Kernel transactionization method and computing device
MacKinnon Advanced function extended with tightly-coupled multiprocessing
JPH0744405A (en) Measuring control system for operating time of virtual computer in virtual computer system
US20240134669A1 (en) Paravirtual pause loops in guest user space
JPS6313218B2 (en)
JPH03204731A (en) Device and method for executing emulation of virtual computer
JPH10260850A (en) Virtual computer system
JPS62221041A (en) Dispatch controller in virtual computer system
Srodawa Positive experiences with a multiprocessing system
JPS6126095B2 (en)
JPS6273335A (en) Stack control system
JPS59146387A (en) Stack control system of multiprocessing
JPS5935454B2 (en) Prioritization method and device
JP2571260B2 (en) Operating environment selection processing method using logic clock