CN100392597C - Virtual hardware accelerating method and system - Google Patents

Virtual hardware accelerating method and system Download PDF

Info

Publication number
CN100392597C
CN100392597C CNB2005101034256A CN200510103425A CN100392597C CN 100392597 C CN100392597 C CN 100392597C CN B2005101034256 A CNB2005101034256 A CN B2005101034256A CN 200510103425 A CN200510103425 A CN 200510103425A CN 100392597 C CN100392597 C CN 100392597C
Authority
CN
China
Prior art keywords
virtual
data
virtual unit
module
application program
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.)
Active
Application number
CNB2005101034256A
Other languages
Chinese (zh)
Other versions
CN1932767A (en
Inventor
董孝峰
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.)
CAPITAL INFORMATION DEVELOPMENT Co Ltd
Original Assignee
CAPITAL INFORMATION DEVELOPMENT Co 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 CAPITAL INFORMATION DEVELOPMENT Co Ltd filed Critical CAPITAL INFORMATION DEVELOPMENT Co Ltd
Priority to CNB2005101034256A priority Critical patent/CN100392597C/en
Publication of CN1932767A publication Critical patent/CN1932767A/en
Application granted granted Critical
Publication of CN100392597C publication Critical patent/CN100392597C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention is a virtual hardware accelerating means and a system belonging to computer system field which can expedite dispose speed of computer internet applications module, without adding new hardware accelerating card in existing computer system. There is at least one course running application module to establish virtual equipment in operating system and take the data processing course, which shares the dispose method and result by many courses, as data dispose module. The data dispose module of virtual equipment disposes the data of application module in the course and the in and out carry by the port of the virtual equipment. The profitable effect is to enhance data dispose speed and greatly reduce the burden of the system without hardware, or taking up hardware groove, or increasing the cost of the added hardware.

Description

A kind of virtual hardware accelerating method and system
Technical field
The present invention relates to field of computer, particularly accelerate Computer Processing speed technology, is a kind of virtual hardware accelerating method and system concretely.
Background technology
Along with social development of science and technology, computer processing speed is advanced by leaps and bounds, and the very huge need of work relevant hardware accelerator card of some data processing amounts of current computer realm assists central processing unit to carry out work.On the electronic market, run into some and be called PC hardware such as graphics acceleration card, sound blaster through regular meeting.These cards can be born most of video or audio decoder work, alleviate the work load of CPU.These decoding of hardware internal dedicated video or audio decoder chips are realized decoding on hardware-level, the speed of decoding and quality are all than using software decode to be greatly improved hardware-accelerated technology that Here it is.
Hyper-Threading belongs to the multithreading of Intel version.This technology can allow single CPU have the ability of handling multithreading, and physically only uses a processor.Hyper-Threading is provided with two inlet-AS (Architecture State, architecture states) interface for each concurrent physical processor, thereby makes softwares such as operating system that it is identified as two logic processors.As Chinese patent 98811883.1, multithread data processor has disclosed a kind of equipment of handling the DAB video data, how to call a plurality of processes with more reasonably collaborative work.Such multiline procedure processor is handled very big again help for the multi-process in the operating system, can finish a plurality of processes more fast.Though multithreading attains a yet higher goal computer processing speed, the breakthrough on computer hardware speed and to improve the processing speed of application program very difficult.
And can not be on computer motherboard for some are used the too many hardware accelerator card of unconfined grafting, this virtual hardware technology just occurred.
Often can use virtual units such as similar virtual drive and virtual floppy disk now.Virtual drive uses virtual equipment interface and certain hard drive space to realize; Virtual floppy disk uses memory headroom to realize.This technology has been improved the performance of equipment read-write interface and the performance of equipment itself, and read or write speed is greatly improved.As Chinese patent 00107490.3, ultra-large-capacity virtual optic disk file system building approach and system thereof have disclosed in this case and how to have managed the principle that re-constructs a reflection ultra-large-capacity virtual optical disc storage system by the routing table of original physical CD.
Because Windows allows to move simultaneously a plurality of tasks, when so a plurality of processes occurring and attempting to visit the situation of same physical equipment simultaneously, if a plurality of virtual machines (VM:Virtual Machine) attempt to visit same physical equipment, because the DOS application program can be manipulated hardware directly, so must carry out virtual to this equipment, the virtual device driver of a virtual equipment (VxD:Virtual Device Driver) is responsible for detecting the situation that a plurality of VM attempt to visit same equipment reliably, and the strategy of taking to arbitrate solves this conflict.
The work of VxD is to provide an environment with hardware interface to application code, for the state of each guest virtual machine management virtual device, arbitrates a plurality of application programs pellucidly, simultaneously bottom hardware is conducted interviews and managing hardware device.VxD is one and manages for example hardware device or 32 executable programs of system resource such as install software, makes several application programs can use these resources simultaneously.Windows allows to realize multitask based on the application program of Windows by using VxD.VxD with the handling interrupt in the work that is connected of Windows, and carry out the I/O operation, and do not influence the execution of other application programs for carrying out the I/O application program operating.The notion that Here it is so-called " virtual ".
VxD moves under the monitoring of virtual machine manager VMM (Virtual Machine Manager), and VMM is actually a special VxD.VMM carries out the work relevant with system resource, virtual machine environment (can produce, dispatch, unload virtual machine) is provided, responsiblely dispatches the multithreading work such as timeslice and managing virtual internal memory of taking the lead.VxD and VMM operate in outside other any virtual machines, and VxD in fact is exactly a part that realizes virtual machine technique.
VxD can load also dynamic load or unloading as required with VMM is static.Just because of the close cooperation between VxD and the VMM, just make VxD have the not available ability of application program, such as access hardware devices without restriction, arbitrarily check operating system data structure (as descriptor table, page table etc.), visit any region of memory, catch software interruption, catch I/O port operation and internal storage access etc., even can also intercept hardware interrupts.
The VxD technology is adopted in the realization of virtual drive.Principle is as follows:
In the time of VxD independent access physical equipment, allow a VM accesses virtual equipment, this is the most complicated virtual form.As VCD (Virtual Com Device), the VCD buffer zone receives serial data and interrupts passing to pellucidly a corresponding VM by mapping, VM reads the serial data register in the Interrupt Process process, the essence of these data is data that the VCD buffer zone has received.
The same with physical equipment, hardware interrupts many times also must be virtual, and this situation is more complicated.The interrupt map that virtual interruption produces hardware in fact exactly is to each VM that needs it (no matter whether this VM moves), and alternative VxD serves.
The control procedure of VxD must be able to be handled special message a: W32_DEVICEIOCONTROL.The application program that VMM replaces calling the DeviceIoControl function sends this message to VxD.Message parameter can be determined VxD message response function, inputoutput buffer pointer and buffer size, and is bundled in the DIOCPARAMETERS structure.By this interface, not only can read-write equipment, and can also between application program and VxD, pass pointer mutually, thus reach the purpose of special applications.
The processing procedure of virtual drive is as follows:
1, the dynamic or static virtual drive driver that loads
2, load the ISO file
3, open the ISO file system and read file header information
4, read file
5, unloading ISO file
Unloading virtual drive driver (the static loading of Windows do not need unloading).
Dynamic link library is a kind of technology commonly used in the prior art, in an application system, moving a plurality of processes simultaneously, program is at first hinted obliquely at the function of dynamic link libraries in the program process when calling dynamic link libraries, and application program is a function maintenance operation site environment.Because each consumer process all has the process space of oneself, even use dynamic link libraries, each process still oneself is safeguarded the running environment of oneself, can not shared data between each process.The shared object data have only each process to load respectively if desired.The method of operating of object is by each process independent loads and occupy, the data of object are relying on file system and operating system to guarantee consistance, maintaining file system and operating system consistance also have independently kernel process finish, and this all has very big loss for reliability and efficient.
Such as in mail filtering system, Chinese mail need carry out pre-service to Chinese.Chinese dictionary need be shared by all mail treatment processes as a public part.The method of communication has shared drive, Socket, semaphore etc. between the process traditionally, but common characteristic problem of these methods, a shared data, method of operating that can not shared data.Method of operating that can not shared data will cause each process that the complete dictionary of one cover and the handling function of dictionary must be arranged.Reach the data of both sharing dictionary, the method for operating of sharing dictionary must adopt a kind of new technological means again.
Summary of the invention
The present invention is in order to overcome the above problems, a kind of virtual hardware accelerating method has been proposed, hardware device of simulation in memory headroom, the accelerating performance that utilizes hardware is transferred to the virtual hardware that comes out with the identical data of some processing procedures of application program module in a plurality of processes in the system and is handled, to reach the purpose of acceleration.
The present invention also provides a kind of virtual hardware accelerating system, data and the controlled variable that the application program module of a plurality of processes in the system need be unified to handle by virtual device interface send virtual unit to, and utilize the virtual unit data-handling capacity that data are handled.
A kind of virtual hardware accelerating method, the process that in system, has the module that runs application at least, in operating system, set up virtual unit, need be by the data processing module of the data handling procedure of the shared application program module disposal route of a plurality of processes, result as this virtual unit, utilize the data processing module of virtual unit that the data of application program module in the process are handled, and carry out input and output by the interface of virtual unit.
Specifically comprise the steps:
Set up a step with virtual unit of data-handling capacity;
The step of initialization virtual device driver;
The data that application program at least one process need be handled are sent to the step of virtual unit by virtual device interface;
The step that virtual unit is handled the data of importing into;
The step of output result.
The step of initialization virtual device driver also comprises the step of initialization virtual unit.
The step that the interface of the data that application program need be handled by virtual unit is sent to virtual unit also comprises:
Open the step of equipment, be used to open virtual unit;
The step of input controlled variable is used to receive the controlled variable of certain process application program module to virtual unit, and imports this controlled variable to virtual unit;
The step of data input and output is used for importing the pending data of certain process application program module to virtual unit, and returns result to this process application program module;
The step of information output is used for virtual unit to process application program module report data disposition;
The step of closing device is used to close virtual unit.
Also comprise the data pre-treatment step in the step that described virtual unit is handled the data of importing into, pending data are carried out the structuring pre-service.
After the step of described output result, also has a unloading virtual unit step.
A kind of virtual hardware accelerating system has the process of the module that runs application at least in system, comprise virtual device interface, the data of application program module and instruction in the receiving process, and the output virtual unit is handled the result of application program module data; Virtual unit is connected with described virtual device interface, is used for handling the data of at least one process application program module.
Described virtual unit also comprises, data preprocessing module is used for the data that receive are carried out pre-service; Data processing module is connected with described data preprocessing module, is used for the data that analyzing and processing receives.
Described virtual unit also comprises initialization module, is connected with described virtual unit, is used for the initialization virtual unit.
Described virtual unit also comprises Unload module, is connected with described virtual unit, is used for unloading virtual unit in operating system.
Described virtual device interface also comprises:
Open EM equipment module, be connected, be used to open virtual device interface with described virtual unit;
Control module is connected with described virtual unit, is used to receive the controlled variable of certain process application program module, and imports this controlled variable to virtual unit;
The data input/output module is connected with described virtual unit, is used for importing the pending data of certain process application program module to virtual unit, and returns result to this process application program module;
Message output module is connected with described virtual unit, is used for virtual unit to process application program module report data disposition;
The closing device module is connected with described virtual unit, is used to close virtual device interface.
Beneficial effect of the present invention is, data processing speed has had large increase, be concentrated into a virtual unit owing to application program in each process is carried out the part of same treatment, and utilize hardware technology that data are handled, significantly reduced the burden of system, without all carrying out identical operations in each process and keep similar data structure, and the routine interface of simplifying design, directly use c built-in function complete operation, CPU consumes reduction.Do not use hardware, do not take the hardware groove, can not bring the cost that adds hardware and cause to increase.
Description of drawings
Fig. 1 is the system level diagram of the present invention in computer system;
Fig. 2 is an embodiment process flow diagram of the inventive method;
The detail flowchart of Fig. 3 for adopting the inventive method to utilize virtual hardware to handle postal matter in Fig. 2 post-processing system;
Figure 4 shows that at the process flow diagram of encrypting, virtual unit accelerated method of the present invention is used in deciphering;
Figure 5 shows that system construction drawing of the present invention.
Embodiment
Below in conjunction with description of drawings the specific embodiment of the present invention.
Fig. 1 is the system level diagram of the present invention in computer system, ground floor is user's space (UserSpace), the second layer is Virtual File System (Vfs), and the 3rd layer is the hardware device level at the computer system bottom, and that be positioned at bottom of computer system side by side with it is virtual unit (Veq).Virtual unit is different with VxD, and virtual unit utilizes the method and the application program module interface of hardware interface, is a plurality of process shared data, method and internal memory, does not have the bottom hardware visit in the virtual unit.Virtual unit is not a process independently, can not independent operating.When system loads and this interface of application call, the code of virtual unit obtains right of execution.And all it doesn't matter with any virtual machine.Virtual unit does not need to cooperate with VMM and just can have the not available ability of application program.
Fig. 2 is an embodiment process flow diagram of the inventive method, in this example, illustrates as an example with Email processing system how the present invention realizes.Present Email processing system all is to start the e-mail analysis application software when receiving mail, so that whether whether to analyze this mail be spam or be the mail that this user has stopped, and this application software mainly be by a dictionary with tackle finishing dealing with of dictionary mutually, but as server, can receive a lot of envelope Emails simultaneously, will in the system of server, start a plurality of e-mail analysis application software like this, start a plurality of programs and will in system, have a plurality of program process, each process is all moved a complete e-mail analysis application software (comprising dictionary and corresponding dictionary processing procedure), will cause the burden of computer system like this, no matter but computer system has great lifting the same performance that influences on hardware.So utilize virtual hardware accelerating method of the present invention to set up a virtual hardware, when mail transport agent (MAT) receives mail, step 201; Give mail filter (Capfilter), step 202 with the delivery of mail that receives; Mail filter is analyzed mail, step 203; Judge this mail whether in white list, step 204; If in white list then issue client, step 213; Otherwise mail filter is judged this mail whether in blacklist, step 205; If in blacklist then with this mail interception, step 206; Otherwise need be according to the content analysis mail of mail, step 207; Mail filter is given Virtual File System (Vfs) with the delivery of mail, and Virtual File System is given virtual unit (Veq) step 208 with data transfer; Analyze data, step 209 by virtual unit; And return analysis result to Virtual File System, transmit analysis result, step 210 by Virtual File System to mail filter; Mail filter judges that according to the return results of data whether this mail is for being requested mail (non-spam), step 211; Then pass to mail transport agent and issue client, step 213 if be requested mail; Otherwise this mail is tackled step 212; And will tackle the result and pass to mail transport agent and notify the user information that this mail has been blocked, step 214.
The detail flowchart of Fig. 3 for adopting the inventive method to utilize virtual hardware to handle postal matter in Fig. 2 post-processing system.Earlier by Virtual File System initialization virtual unit, step 301 comprises initialization data dictionary and knowledge base for mail treatment, is different for the inventive method and system applies initialized content when other data handling procedures certainly.Virtual unit is in waiting status, when system need use virtual unit, loads virtual unit, step 302 in Virtual File System.The initialization virtual unit, step 303.The step 304 that the virtual unit initialization finishes.After receiving the information that the virtual unit initialization finishes, mail filter sends the mail treatment instruction, step 305.In Virtual File System, open the step 306 of virtual unit.Virtual unit receives the laggard line data pre-treatment step 307 of mail data, for mail treatment embodiment, the data pre-service here is exactly that the mail text is carried out the step that participle, punctuate etc. are prepared for next step semantic analysis, can know other data preprocessing process by inference by those skilled in the art when other data handling utilities are of the present invention.Carried out the step 308 that the nature semantic understanding is analyzed to carrying out the pretreated data of data, and in this step, utilized dictionary that the semanteme of data is analyzed and return result to Virtual File System.In Virtual File System, send the step 309 of result to mail filter.The step 310 that the data processed result that mail filter returns according to Virtual File System handles postal matter.
The present invention utilizes the virtual unit accelerated method to accelerate the processing power of computing machine, improves the utilization factor of common data, not only can be applied to the windows serial system, can also be applied in Solaris, linux, Windows, FreeBSD, AIX system.
On Linux, use:
1, apparatus for establishing file.
2, virtual device driver is installed.
3, initialization apparatus driver:
I. load dictionary file.
Ii. load knowledge Base article.
4, mail filter is accepted mail, and mail is carried out pre-service.
5, mail filter is opened virtual unit, and data are passed to virtual unit.
6, virtual unit carries out nature semantic analysis processing to data, and return results.
7, mail filter handles mail according to the result.
The Solaris application example
1, apparatus for establishing file.
2, virtual device driver is installed.
3, initialization apparatus driver:
I. load dictionary file.
Ii. load knowledge Base article.
4, mail filter is accepted mail, and mail is carried out pre-service.
5, mail filter is opened virtual unit, and data are passed to virtual unit.
6, virtual unit carries out the processing of keyword The matching analysis to data, and return results.
7, mail filter handles mail according to the result.
The FreeBSD application example
1, apparatus for establishing file.
2, virtual device driver is installed.
3, initialization apparatus driver:
Iii. load dictionary file.
Iv. load knowledge Base article.
4, mail filter is accepted mail, and mail is carried out pre-service.
5, mail filter is opened virtual unit, and data are passed to virtual unit.
6, virtual unit carries out the black and white lists analyzing and processing to data, and return results.
7, mail filter handles mail according to the result.
On Windows, use:
1, virtual hardware acceleration equipment driver is installed.
2, initialization apparatus driver:
V. load dictionary file.
Vi. load knowledge Base article.
3, mail filter is accepted mail, and mail is carried out pre-service.
4, mail filter is opened virtual unit, and data are passed to virtual unit.
5, virtual unit carries out the natural language analysis processing to data, and return results.
6, mail filter handles mail according to the result.
Mail filter is given virtual unit by the data transfer that Virtual File System will need to handle, and by the data after the processing of Virtual File System reception virtual unit, virtual unit comprises that 5 basic interface modules are used for the application program swap data with process, they are respectively: open, close, read, write, control, the multiple interfaces module can certainly be arranged, and narration those skilled in the art of this instructions of process can guess.
The int open that the interface module use of virtual unit and operating system is provided by system (char*, int*) identical with former module with int close (int*) usage.
Input/output module: char*read (int*, char*, int len); Rreturn value type char, the result data are returned in expression; Input parameter char* is the pending data of input.
Message output module: int write (int*, char*); Rreturn value type int, 0 expression failure, 1 represents successfully; Parameter c har* is an output string.
Control module: int control (char*); Rreturn value attribute int, 0 expression failure, 1 represents successfully; Parameter c har* is the control protocol character string.
For example utilize virtual unit to quicken to realize that the interface module of data encryption is as follows:
1, opens equipment open ("/dev/nu ll ", 0);
2, input controlled variable control (char*);
3, deal with data char*read (int fd, cha r*, int len);
4, write daily record int write (int*, char*);
5, closing device int close (int fd).
Virtual unit is in waiting status after system initialization or the independent process of another one are finished initialization to equipment, loads this equipment when system needs virtual unit that service is provided, and promptly open needs computational data to use read, and close is used in unloading.
Method of the present invention does not limit the data processing method in the concrete a certain application program module, as long as the data handling procedure needs that satisfy in this application program module carry out initialization (when taking machine because of the initialization data texture ratio), perhaps the disposal route of data handling procedure, result need be shared by a plurality of processes.The program that has possessed above-mentioned general character just can extract as a virtual unit to be handled.As long as and meet above-mentioned general character in the process between the random procedure module and just can propose out to handle as a virtual unit.
Be illustrated in figure 4 as at the process flow diagram of encrypting, decipher virtual unit accelerated method of the present invention in using.Encryption, decrypted program receive to be encrypted, data decryption information, step 401.Judge whether to encrypting or need decrypted data, step 402.If these data are not for needing to encrypt or not needing decrypted data then export to user, step 403.Otherwise by encrypt, decrypted program sends to Virtual File System and encrypts or step 404 that decryption instructions requires.Virtual File System is obtaining instructing the back to load the step 405 of virtual unit.The step 406 that Virtual File System will need to encrypt, decrypted data passes to virtual unit.The step 407 of virtual unit initialization encryption, deciphering parameter.Virtual unit can also promptly, carry out structuring with to be encrypted, data decryption and handle pre-treatment step to be encrypted, that data decryption carries out data (figure does not show).Virtual unit to be encrypted, decrypted data is encrypted, the step 408 of decryption processing.Virtual File System receives the step 409 of virtual unit result data, and the step 410 of unloading virtual unit.At last, Virtual File System is to the step 411 of encrypting, the decrypted program process is returned corresponding encryption, data decryption.
Be illustrated in figure 5 as system construction drawing of the present invention, virtual unit 501 is connected with data input/output interface 502, and wherein data input/output interface 502 is responsible for the controlled variable of application program in the transmission process and is treated the data that virtual unit is handled; Virtual unit initialization module 503 is connected with virtual unit 501, sends command signal notice virtual unit initialization module 503 when application program needs virtual unit 501 in the process, starts and initialization virtual unit 501; Virtual unit Unload module 504 is connected with virtual unit 501, and the pending data of application program then unload virtual unit 501 and pass through the application passes result data of data input/output interface 502 in this process in the process when virtual unit 501 is finished; In virtual unit 501, also comprise a data preprocessing module 505, be connected with data input/output interface 502, pending data are carried out pre-service, such as, for in the mail filtering system for the mail text being carried out operation such as participle, for encrypt, deciphering use in for to encrypt, data decryption carries out structuring and handles so that encrypt, the carrying out fast of deciphering; In virtual unit 501, also comprise a data processing module 506, this data processing module 506 is connected with data preprocessing module 505, receive through the pretreated data of data preprocessing module 505, these data are analyzed and handled, the function of this data processing module is decided by system requirements, for mail filtering system, be exactly the mail text carried out operations such as the analysis of natural language or keyword coupling, for encryption, it is that data are encrypted that deciphering is used, the operation of deciphering, can certainly realize encrypting, decipherment algorithm, inquiry, hash scheduling algorithm and other data processing.
Beneficial effect of the present invention is, data processing speed has had large increase, significantly reduced the burden of system, without all carrying out identical operations in each process and keeping similar data structure, and the routine interface of simplifying design, directly use c built-in function complete operation, CPU consumes reduction.Do not use hardware, do not take the hardware groove, can not bring the cost that adds hardware and cause to increase.
Above embodiment only is used to illustrate the present invention, but not is used to limit the present invention.

Claims (11)

1. virtual hardware accelerating method, the process that in operating system, has the module that runs application at least, it is characterized in that, in operating system, set up virtual unit, need be by the data processing module of the data handling procedure of the shared application program module disposal route of a plurality of processes, result as this virtual unit, utilize the data processing module of virtual unit that the data of application program module in the process are handled, and carry out input and output by the interface of virtual unit.
2. a kind of virtual hardware accelerating method according to claim 1 is characterized in that comprising the steps:
Set up a step with virtual unit of data-handling capacity;
The step of initialization virtual device driver;
The data that application program at least one process need be handled are sent to the step of virtual unit by virtual device interface;
The step that virtual unit is handled the data of importing into;
The step of output result.
3. a kind of virtual hardware accelerating method according to claim 2 is characterized in that the step of initialization virtual device driver also comprises the step of initialization virtual unit.
4. a kind of virtual hardware accelerating method according to claim 3 is characterized in that the step that data that application program need the be handled interface by virtual unit is sent to virtual unit also comprises:
Open the step of equipment, be used to open virtual unit;
The step of input controlled variable is used to receive the controlled variable of certain process application program module to virtual unit, and imports this controlled variable to virtual unit;
The step of data input and output is used for importing the pending data of certain process application program module to virtual unit, and returns result to this process application program module;
The step of information output is used for virtual unit to process application program module report data disposition;
The step of closing device is used to close virtual unit.
5. a kind of virtual hardware accelerating method according to claim 2 is characterized in that also comprising the data pre-treatment step in the step that described virtual unit handles the data of importing into, and pending data are carried out the structuring pre-service.
6. a kind of virtual hardware accelerating method according to claim 2 is characterized in that also having a unloading virtual unit step after the step of described output result.
7. virtual hardware accelerating system, the process that in operating system, has the module that runs application at least, it is characterized in that comprising virtual device interface, the data of application program module and instruction in the receiving process, the output virtual unit is handled the result of application program module data; Virtual unit is connected with described virtual device interface, is used for handling the data of a plurality of process application program modules.
8. a kind of virtual hardware accelerating system according to claim 7 is characterized in that described virtual unit also comprises, data preprocessing module is used for the data that receive are carried out pre-service; Data processing module is connected with described data preprocessing module, is used for the data that analyzing and processing receives.
9. a kind of virtual hardware accelerating system according to claim 7 is characterized in that described virtual unit also comprises initialization module, is connected with described virtual unit, is used for the initialization virtual unit.
10. a kind of virtual hardware accelerating system according to claim 7 is characterized in that described virtual unit also comprises Unload module, is connected with described virtual unit, is used for unloading virtual unit in operating system.
11. a kind of virtual hardware accelerating system according to claim 7 is characterized in that described virtual device interface also comprises:
Open EM equipment module, be connected, be used to open virtual device interface with described virtual unit;
Control module is connected with described virtual unit, is used to receive the controlled variable of certain process application program module, and imports this controlled variable to virtual unit;
The data input/output module is connected with described virtual unit, is used for importing the pending data of certain process application program module to virtual unit, and returns result to this process application program module;
Message output module is connected with described virtual unit, is used for virtual unit to process application program module report data disposition;
The closing device module is connected with described virtual unit, is used to close virtual device interface.
CNB2005101034256A 2005-09-15 2005-09-15 Virtual hardware accelerating method and system Active CN100392597C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2005101034256A CN100392597C (en) 2005-09-15 2005-09-15 Virtual hardware accelerating method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2005101034256A CN100392597C (en) 2005-09-15 2005-09-15 Virtual hardware accelerating method and system

Publications (2)

Publication Number Publication Date
CN1932767A CN1932767A (en) 2007-03-21
CN100392597C true CN100392597C (en) 2008-06-04

Family

ID=37878613

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2005101034256A Active CN100392597C (en) 2005-09-15 2005-09-15 Virtual hardware accelerating method and system

Country Status (1)

Country Link
CN (1) CN100392597C (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8590060B2 (en) * 2010-10-08 2013-11-19 Tandberg Data Holdings S.A.R.L. Virtual removable disk device for removable storage media
CN104063260A (en) * 2013-03-21 2014-09-24 鸿富锦精密工业(深圳)有限公司 Computing device hardware function extension system and method
CN103428582B (en) * 2013-09-02 2016-09-28 贝壳网际(北京)安全技术有限公司 Video playing method and device and client
CN109471710B (en) * 2018-10-25 2021-05-25 网易(杭州)网络有限公司 Task request processing method and device, processor, terminal and server

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001216172A (en) * 1997-09-12 2001-08-10 Hitachi Ltd Multi-os constituting method
US6557036B1 (en) * 1999-07-20 2003-04-29 Sun Microsystems, Inc. Methods and apparatus for site wide monitoring of electronic mail systems
CN1523508A (en) * 2003-02-18 2004-08-25 精品科技股份有限公司 Method for enciphering concealed data having virtual space
CN1605052A (en) * 2001-12-12 2005-04-06 汤姆森许可贸易公司 Processing data
JP2005228321A (en) * 2004-02-10 2005-08-25 Eitokui Sui Kagi Kofun Yugenkoshi Architecture of operation system sharing application with power-saving characteristic and its method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001216172A (en) * 1997-09-12 2001-08-10 Hitachi Ltd Multi-os constituting method
US6557036B1 (en) * 1999-07-20 2003-04-29 Sun Microsystems, Inc. Methods and apparatus for site wide monitoring of electronic mail systems
CN1605052A (en) * 2001-12-12 2005-04-06 汤姆森许可贸易公司 Processing data
CN1523508A (en) * 2003-02-18 2004-08-25 精品科技股份有限公司 Method for enciphering concealed data having virtual space
JP2005228321A (en) * 2004-02-10 2005-08-25 Eitokui Sui Kagi Kofun Yugenkoshi Architecture of operation system sharing application with power-saving characteristic and its method

Also Published As

Publication number Publication date
CN1932767A (en) 2007-03-21

Similar Documents

Publication Publication Date Title
Montz et al. Scout: A communications-oriented operating system
JP5697206B2 (en) System, method and program for protecting against unauthorized access
US11093270B2 (en) Fast-booting application image
Cozzolino et al. Fades: Fine-grained edge offloading with unikernels
US7788665B2 (en) Migrating a virtual machine that owns a resource such as a hardware device
KR102059219B1 (en) Method, system and an executable piece of code for the virtualisation of a hardware resource associated with a computer system
US7984438B2 (en) Virtual machine transitioning from emulating mode to enlightened mode
US20060026169A1 (en) Communication method with reduced response time in a distributed data processing system
CN102207886A (en) Virtual machine fast emulation assist
CN102724035B (en) Encryption and decryption method for encrypt card
US20070143315A1 (en) Inter-partition communication in a virtualization environment
CN102147763A (en) Method, system and computer for recording weblog
US20070288912A1 (en) Methods and apparatus to provide a managed runtime environment in a sequestered partition
CN100392597C (en) Virtual hardware accelerating method and system
CN111985906A (en) Remote office system, method, device and storage medium
US7546599B2 (en) Method, apparatus and system for instructing a virtual device from a virtual machine
CN109189652A (en) A kind of acquisition method and system of close network terminal behavior data
EP1949228A4 (en) Asynchronous just-in-time compilation
US8316159B2 (en) Demand-based DMA issuance for execution overlap
CN103281365A (en) Distributed virtual framework
Molyakov Token scanning as a new scientific approach in the creation of protected systems: A new generation OS MICROTEK
CN114579405A (en) Data processing method, data processing apparatus, electronic device, and storage medium
Fingler et al. Towards a machine learning-assisted kernel with lake
Philippov et al. Novel approach to network function development
YANG et al. A Digital Forensic Framework for Cloud Based on VMI

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant