WO2019127191A1 - Procédé et appareil de partage de système de fichier pour système multi-exploitation et dispositif électronique - Google Patents

Procédé et appareil de partage de système de fichier pour système multi-exploitation et dispositif électronique Download PDF

Info

Publication number
WO2019127191A1
WO2019127191A1 PCT/CN2017/119288 CN2017119288W WO2019127191A1 WO 2019127191 A1 WO2019127191 A1 WO 2019127191A1 CN 2017119288 W CN2017119288 W CN 2017119288W WO 2019127191 A1 WO2019127191 A1 WO 2019127191A1
Authority
WO
WIPO (PCT)
Prior art keywords
operating system
client
server
memory space
shared memory
Prior art date
Application number
PCT/CN2017/119288
Other languages
English (en)
Chinese (zh)
Inventor
边瑞锋
温燕飞
Original Assignee
深圳前海达闼云端智能科技有限公司
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 深圳前海达闼云端智能科技有限公司 filed Critical 深圳前海达闼云端智能科技有限公司
Priority to CN201780003297.9A priority Critical patent/CN108369604B/zh
Priority to PCT/CN2017/119288 priority patent/WO2019127191A1/fr
Publication of WO2019127191A1 publication Critical patent/WO2019127191A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • 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/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Definitions

  • the embodiments of the present application relate to the field of virtualization technologies, for example, to a method, an apparatus, and an electronic device for sharing a file system by multiple operating systems.
  • Virtualization technology allows multiple operating systems to share the hardware resources of the machine. Each operating system is independent of each other and does not affect each other. It not only plays a good role in isolation, but also greatly improves the resource utilization of the system.
  • a file system needs to be shared between virtual machines or between virtual machines and hosts.
  • the file system of the host is shared to the virtual machine system mainly through virtio, and the virtual machine mounts the file system of the host to the virtual machine through the 9pfs of the kernel.
  • An object of the embodiments of the present application is to provide a method, an apparatus, and an electronic device for sharing a file system by multiple operating systems, which can implement file system sharing between virtual machines or between virtual machines and hosts.
  • the embodiment of the present application provides a method for sharing a file system by using multiple operating systems, which is used in an electronic device, and the method includes:
  • the client operating system writes the request data to a preset shared memory space, and the preset shared memory space supports access by at least two operating systems;
  • the server operating system queries the request data in the preset shared memory space, and writes reply data to the preset shared memory space according to the request data;
  • the client operating system acquires the reply data from the preset shared memory space, and mounts a target folder in the server operating system to the client operating system according to the reply data.
  • the embodiment of the present application further provides a device for sharing a file system by using multiple operating systems, and the device includes:
  • Requesting a data writing module configured to: the client operating system writes the request data to the preset shared memory space, where the preset shared memory space supports access by at least two operating systems;
  • a first notification module configured to notify the server operating system of the access request of the client operating system
  • a reply data writing module configured to query the request data in the preset shared memory space by the server operating system, and write reply data to the preset shared memory space according to the request data;
  • a second notification module configured to notify the client operating system of the reply of the server operating system
  • a file mounting module configured to: obtain, by the client operating system, the reply data from the preset shared memory space, and mount the target folder in the server operating system according to the reply data Said under the client operating system.
  • the embodiment of the present application further provides an electronic device, including:
  • At least one processor and,
  • the memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to enable the at least one processor to perform the method described above.
  • the method, device, and electronic device for sharing a file system in a multi-operating system are configured to provide a space that can be accessed by multiple operating systems by using a preset shared memory space, and use the preset shared memory space to store the client.
  • Under the operating system. This enables the sharing of file systems between virtual machines and between virtual machines and hosts.
  • FIG. 1 is a schematic diagram of an application scenario of the method and apparatus of the present application.
  • FIG. 2 is a flow chart of one embodiment of a method for sharing a file system by multiple operating systems of the present application
  • FIG. 3 is a flow chart of one embodiment of a method for sharing a file system by multiple operating systems of the present application
  • FIG. 4 is a schematic flowchart of a step of writing a reset message in a method for sharing a file system by multiple operating systems according to an embodiment of the present application;
  • FIG. 5 is a schematic structural diagram of an embodiment of an apparatus for sharing a file system by multiple operating systems according to the present application
  • FIG. 6 is a schematic structural diagram of an embodiment of an apparatus for sharing a file system by multiple operating systems according to the present application
  • FIG. 7 is a schematic structural diagram of hardware of an electronic device according to an embodiment of the present application.
  • the method and apparatus for the multi-operating system shared file system provided by the present application can be used in the application scenario shown in FIG. 1 , where the application scenario includes an electronic device 10 , and multiple virtual machines are installed on the electronic device 10 ( FIG. 1 shows A case where three virtual machines are installed on one electronic device 10.
  • the electronic device 10 itself is installed with an operating system OS as a host, an operating system OS1 is installed on the virtual machine 1 , an operating system OS 2 is installed on the virtual machine 2 , and an operating system OS 3 is installed on the virtual machine 3 .
  • the operating system is, for example, a Linux operating system.
  • one of the above host machines and a plurality of virtual machines may be selected as a server, and other virtual machines or hosts are used as clients, and the server is used to respond to data access requests of the client.
  • a memory space may be opened on the electronic device 10 as a shared memory space, and part or all of the plurality of operating systems may be accessed by the shared memory technology.
  • the shared memory space is used to store an access request of the client operating system for the server operating system, and a reply data of the server operating system to the client operating system, so that the client operating system can be used in the server operating system according to the reply data.
  • the target folder is mounted under the client operating system. This enables the sharing of file systems between virtual machines and between virtual machines and hosts.
  • the method for sharing a file system by multiple operating systems may be performed by the electronic device 10 shown in FIG. 1, as shown in FIG. 2, the method includes:
  • the client operating system writes the request data to a preset shared memory space, where the preset shared memory space supports access by at least two operating systems.
  • the method further includes: setting the preset shared memory space, so that at least two operating systems can access the memory space.
  • a memory space can be opened in the memory of the host machine by using the shared memory technology as a preset shared memory space, and the virtual machine or the host that needs to share the file system can access the preset shared memory space.
  • the notification can be implemented by sending an interrupt request from the client operating system to the server operating system.
  • the notification can be implemented by sending a trap instruction to the server operating system from the client operating system.
  • VMM can be used. Machine Monitor, virtual machine monitor) caught up with instructions to notify.
  • the client operating system is required to send a trap instruction to the host, and then the host sends an interrupt request to the server operating system. That is, the host to the virtual machine can pass the interrupt request, and the virtual machine to the host machine can be trapped by the instruction, and the virtual machine needs to first insert the instruction into the host machine, and then the host sends an interrupt request to the virtual machine.
  • the server operating system queries the request data in the preset shared memory space, and writes reply data to the preset shared memory space according to the request data.
  • the server operating system queries the request data in the preset shared memory space, and responds to the request, and writes the reply data into the preset shared memory space.
  • the server operating system may further clear the request data in the preset shared memory space to reduce the occupation of the memory space.
  • the notification can be implemented by sending an interrupt request from the server operating system to the client operating system.
  • the notification can be implemented by sending a trapped instruction to the client operating system from the server operating system.
  • the VMM can be used. Machine Monitor, virtual machine monitor) caught up with instructions to notify. If both the client and the server are virtual machines, the server operating system first needs to send a trap instruction to the host, and then the host sends an interrupt request to the client operating system.
  • Step 105 The client operating system acquires the reply data from the preset shared memory space, and mounts a target folder in the server operating system to the client operating system according to the reply data. under.
  • the reply data may be the content of the target folder requested by the client operating system, or may be an attribute of the target folder, by which the client operating system can obtain the content of the target folder, and
  • the target folder is mounted to the client operating system.
  • the embodiment of the present application provides a space that can be accessed by multiple operating systems by using a preset shared memory space, and uses the preset shared memory space to store an access request of the client operating system for the server operating system, and a server operating system.
  • the reply data to the client operating system, so that the client operating system can mount the target folder in the server operating system under the client operating system according to the reply data.
  • This enables the sharing of file systems between virtual machines and between virtual machines and hosts.
  • the embodiment of the present application does not require network communication between virtual machines or hosts, and the file system can be conveniently shared.
  • the preset shared memory space may be divided into multiple shared areas, for example, divided into multiple buffers, and each shared area is used to store corresponding clients.
  • the number and size of the shared area in which the shared memory space is divided may be allocated according to actual conditions. Take the four operating systems shown in Figure 1 as an example. If the OS is used as the server operating system, OS1, OS2, and OS3 are used as the client operating system.
  • the preset shared memory space can be divided into three shared areas, that is, a first shared area, a second shared area, and a third shared area.
  • the first shared area may be used to store OS1's request data for the OS and the OS's reply data to OS1.
  • the second shared area may be used to store OS2's request data for the OS and the OS's reply data to OS2.
  • the third shared area may be used to store OS3's request data for the OS and the OS's reply data to the OS3.
  • the server operating system can clear the request data in the shared area before writing the reply data in the shared area.
  • the preset shared memory space may also be divided into six shared areas, that is, a first shared area, a second shared area, a third shared area, a fourth shared area, a fifth shared area, and a sixth share. region.
  • the first shared area may be used to store the request data of the OS1 to the OS
  • the second shared area may be used to store the request data of the OS2 to the OS
  • the third shared area may be used to store the request data of the OS3 to the OS.
  • the fourth shared area is used to store the reply data of the OS to the OS1
  • the fifth shared area is used to store the reply data of the OS to the OS2
  • the sixth shared area is used to store the reply data of the OS to the OS3.
  • the correspondence between the request data of the client operating system and the shared area and the correspondence between the reply data of the server operating system and the shared operating system of the client operating system may be recorded in a message structure for storing the shared area information (for example, a linked list) In the data structure).
  • each client operating system can know which shared area its request data to the server operating system should be written to.
  • the server operating system replies to each client operating system, the message structure can also know that the reply should be replied. Which shared area the data is written to.
  • 3 is a schematic flow chart of another embodiment of the method. As shown in FIG. 3, the method includes:
  • multiple client operating systems can write request data in a preset shared memory space in the same time period to initiate an access request to the server operating system.
  • the operating system can respond to requests from the client operating system according to its own operating conditions. It is more efficient than a solution that can only process one client operating system data request at a time.
  • the request message may be in a blocked state until the server operating system starts processing the request message. If the server operating system crashes and the service is abnormal, after the server operating system restarts, a reset message may be sent to the corresponding client operating system, so that the client operating system can initialize its corresponding shared area and rewrite.
  • Request data to establish a connection with the server operating system.
  • the server operating system may also send a reset message to the corresponding client operating system to interrupt the processing request.
  • the server operating system sends a reset message in a similar manner to the write reply data. As shown in FIG. 4, the method further includes:
  • the server operating system writes a reset message for the client operating system to the preset shared memory space.
  • the server operating system may write a reset message to one of the shared areas. Specifically, the client operating system is determined according to the message structure. The shared area is written to the shared area.
  • step 104 For the specific method of the notification, refer to step 104, and details are not described herein again.
  • the client operating system acquires the reset message from the preset shared memory space, and re-initializes the preset shared memory space according to the reset message.
  • the client operating system When the preset shared space is divided into multiple shared areas, the client operating system first determines a shared area corresponding to the client operating system according to the message structure, and then reads a reset message from the shared area. .
  • the embodiment of the present application further provides a device for sharing a file system by using multiple operating systems, which can be used in the electronic device 10 of FIG. 1.
  • the device 400 includes:
  • the request data writing module 401 is configured to: the client operating system writes the request data to the preset shared memory space, where the preset shared memory space supports access by at least two operating systems;
  • the first notification module 402 is configured to notify the server operating system of the access request of the client operating system
  • a reply data writing module 403 configured to query the request data in the preset shared memory space by the server operating system, and write reply data to the preset shared memory space according to the request data;
  • a second notification module 404 configured to notify the client operating system of the reply of the server operating system
  • a file mounting module 405, configured to: acquire, by the client operating system, the reply data from the preset shared memory space, and mount the target folder in the server operating system according to the reply data to Under the client operating system.
  • the embodiment of the present application provides a space that can be accessed by multiple operating systems by using a preset shared memory space, and uses the preset shared memory space to store an access request of the client operating system for the server operating system, and a server operating system.
  • the reply data to the client operating system, so that the client operating system can mount the target folder in the server operating system under the client operating system according to the reply data. This enables the sharing of file systems between virtual machines and between virtual machines and hosts.
  • the device 400 further includes:
  • the partitioning module 406 is configured to divide the preset shared memory space into at least two shared areas, and establish an information structure for storing the at least two shared area information.
  • the request data writing module 401 is specifically configured to:
  • the reply data writing module 403 is specifically configured to:
  • the file mount module 405 is specifically configured to:
  • the device 400 further includes:
  • the reset message writing module 407 is configured to write, by the server operating system, a reset message for the client operating system to the preset shared memory space.
  • the initialization module 408 is configured to obtain, by the client operating system, the reset message from the preset shared memory space, and reinitialize the preset shared memory space according to the reset message.
  • the second notification module 404 is further configured to notify the client operating system of a reset message of the server operating system.
  • the first notification module 402 is specifically configured to:
  • the interrupt request is sent from the client operating system to the server operating system;
  • the sink command is sent from the client operating system to the server operating system;
  • the client operating system sends a trap instruction to the host, and then the host sends an interrupt request to the server operating system.
  • the second notification module 404 is specifically configured to:
  • the interrupt request is sent from the server operating system to the client operating system;
  • the server is a virtual machine and the client is a host, the server is sent from the server operating system to the client operating system;
  • the slave operating system sends a trap instruction to the host, and then the host sends an interrupt request to the client operating system.
  • the device 400 further includes:
  • the shared memory space setting module 409 is configured to set the preset shared memory space, so that at least two operating systems can access the preset shared memory space.
  • FIG. 7 is a schematic structural diagram of hardware of an electronic device 10 according to an embodiment of the present disclosure. As shown in FIG. 7, the electronic device 10 includes:
  • processors 11 and a memory 12 are exemplified by a processor 11 in FIG.
  • the processor 11 and the memory 12 can be connected by a bus or other means, as exemplified by a bus connection in FIG.
  • the memory 12 is a non-volatile computer readable storage medium, and can be used for storing non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions/modules corresponding to the methods in the embodiments of the present application.
  • the processor 11 executes various functional applications of the server and data processing by executing non-volatile software programs, instructions, and modules stored in the memory 12, that is, implementing the methods of the above method embodiments.
  • the memory 12 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store an operation created according to the use of the device sharing the file system by the multiple operating system. Data, etc. Further, the memory 12 may include a high speed random access memory, and may also include a nonvolatile memory such as at least one magnetic disk storage device, flash memory device, or other nonvolatile solid state storage device. In some embodiments, memory 12 can optionally include memory remotely located relative to processor 11 that can be connected to electronic device 10 over a network. Examples of such networks include, but are not limited to, the Internet, intranets, local area networks, mobile communication networks, and combinations thereof.
  • the one or more modules are stored in the memory 12, and when executed by the one or more processors 11, performing a method of sharing a file system by multiple operating systems in any of the above method embodiments, for example, performing the above
  • the method steps 101 to 105 in FIG. 2, the method steps 201 to 208 in FIG. 3, and the method steps 301 to 303 in FIG. 4 implement the modules 401-405 and FIG. 6 in FIG.
  • the electronic device of the embodiment of the present application exists in various forms, including but not limited to:
  • Mobile communication devices These devices are characterized by mobile communication functions and are mainly aimed at providing voice and data communication.
  • Such terminals include: smart phones (such as iPhone), multimedia phones, functional phones, and low-end phones.
  • Ultra-mobile personal computer equipment This type of equipment belongs to the category of personal computers, has computing and processing functions, and generally has mobile Internet access.
  • Such terminals include: PDAs, MIDs, and UMPC devices, such as the iPad.
  • Portable entertainment devices These devices can display and play multimedia content. Such devices include: audio, video players (such as iPod), handheld game consoles, e-books, and smart toys and portable car navigation devices.
  • the server consists of a processor, a hard disk, a memory, a system bus, etc.
  • the server is similar to a general-purpose computer architecture, but because of the need to provide highly reliable services, processing power and stability High reliability in terms of reliability, security, scalability, and manageability.
  • the embodiment of the present application provides a non-transitory computer readable storage medium storing computer-executable instructions that are executed by one or more processors, such as in FIG.
  • the processor 11 may be configured to cause the one or more processors to perform the method in any of the foregoing method embodiments, for example, to perform the method steps 101 to 105 in FIG. 2 described above, the method step 201 in FIG. Go to step 208, method steps 301 to 303 in FIG. 4, and implement the functions of modules 401-405 and modules 401-409 in FIG.
  • the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • the various embodiments can be implemented by means of software plus a general hardware platform, and of course, by hardware.
  • a person skilled in the art can understand that all or part of the process of implementing the above embodiments can be completed by a computer program to instruct related hardware, and the program can be stored in a computer readable storage medium. When executed, the flow of an embodiment of the methods as described above may be included.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM) or a random storage memory (Random). Access Memory, RAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

La présente invention, selon les modes de réalisation, concerne un procédé et un appareil de partage de système de fichier pour un système multi-exploitation, ainsi qu'un dispositif électronique. Ledit procédé comprend les étapes suivantes : un système d'exploitation de client écrit des données de demande dans un espace prédéfini de mémoire partagée, l'espace prédéfini de mémoire partagée prenant en charge l'accès d'au moins deux systèmes d'exploitation ; la demande d'accès du système d'exploitation de client est notifiée à un système d'exploitation de serveur ; le système d'exploitation de serveur interroge les données de demande dans l'espace prédéfini de mémoire partagée, et écrit des données de réponse dans l'espace prédéfini de mémoire partagée en fonction des données de demande ; la réponse du système d'exploitation de serveur est notifiée au système d'exploitation de client ; le système d'exploitation de client obtient les données de réponse à partir de l'espace prédéfini de mémoire partagée, et monte, en fonction des données de réponse, un dossier cible dans le système d'exploitation de serveur pour le système d'exploitation de client. Les modes de réalisation de la présente invention permettent d'obtenir un partage de système de fichier entre des machines virtuelles et entre des machines virtuelles et des machines hôtes.
PCT/CN2017/119288 2017-12-28 2017-12-28 Procédé et appareil de partage de système de fichier pour système multi-exploitation et dispositif électronique WO2019127191A1 (fr)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201780003297.9A CN108369604B (zh) 2017-12-28 2017-12-28 一种多操作系统共享文件系统的方法、装置和电子设备
PCT/CN2017/119288 WO2019127191A1 (fr) 2017-12-28 2017-12-28 Procédé et appareil de partage de système de fichier pour système multi-exploitation et dispositif électronique

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/119288 WO2019127191A1 (fr) 2017-12-28 2017-12-28 Procédé et appareil de partage de système de fichier pour système multi-exploitation et dispositif électronique

Publications (1)

Publication Number Publication Date
WO2019127191A1 true WO2019127191A1 (fr) 2019-07-04

Family

ID=63011261

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/119288 WO2019127191A1 (fr) 2017-12-28 2017-12-28 Procédé et appareil de partage de système de fichier pour système multi-exploitation et dispositif électronique

Country Status (2)

Country Link
CN (1) CN108369604B (fr)
WO (1) WO2019127191A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113608828A (zh) * 2021-06-30 2021-11-05 苏州浪潮智能科技有限公司 一种防护方法及其相关设备
CN113778611A (zh) * 2021-07-06 2021-12-10 锐捷网络(苏州)有限公司 数据传输方法、装置、系统及存储介质
CN115016957A (zh) * 2022-05-26 2022-09-06 湖南三一智能控制设备有限公司 一种跨进程内存共享的方法、装置、终端及车辆

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109542540A (zh) * 2018-11-26 2019-03-29 北京粉笔未来科技有限公司 一种实现交互的方法、装置及系统
CN109739619B (zh) * 2018-12-12 2021-07-06 咪咕文化科技有限公司 一种基于容器化应用的处理方法、装置及存储介质
CN113010407A (zh) * 2019-12-20 2021-06-22 上海汽车集团股份有限公司 一种系统信息获取方法、装置及系统
CN113282323A (zh) * 2021-05-31 2021-08-20 惠州华阳通用电子有限公司 一种基于双系统升级包共享的升级方法
CN113407318B (zh) * 2021-06-04 2023-06-23 Oppo广东移动通信有限公司 操作系统切换方法及装置、计算机可读介质和电子设备
CN113505011B (zh) * 2021-09-08 2021-12-07 北京鲸鲮信息系统技术有限公司 权限同步方法、装置、电子设备与存储介质
CN114048181B (zh) * 2021-10-20 2024-04-02 北京字节跳动网络技术有限公司 系统和容器共享文件的方法及装置
CN114625480A (zh) * 2022-03-17 2022-06-14 北京有竹居网络技术有限公司 数据处理方法、装置、可读介质以及计算设备
CN115150392B (zh) * 2022-08-30 2022-12-02 统信软件技术有限公司 远程文件复制方法、系统、计算设备及存储介质
CN115580644B (zh) * 2022-12-07 2023-04-07 北京小米移动软件有限公司 宿主机内客户系统间的通讯方法、装置、设备及存储介质
CN117762572A (zh) * 2024-01-03 2024-03-26 北京火山引擎科技有限公司 宿主机与虚拟机共享目录文件系统的卸载方法及设备

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101819564A (zh) * 2009-02-26 2010-09-01 国际商业机器公司 协助在虚拟机之间进行通信的方法和装置
CN101847105A (zh) * 2009-03-26 2010-09-29 联想(北京)有限公司 一种计算机及多操作系统共享内存的方法
CN103475682A (zh) * 2012-06-07 2013-12-25 华为技术有限公司 文件迁移方法及设备
WO2015081308A2 (fr) * 2013-11-26 2015-06-04 Dynavisor, Inc. Virtualisation d'e/s dynamique
CN106445702A (zh) * 2016-09-21 2017-02-22 乐视控股(北京)有限公司 多系统通信方法及终端
CN107077377A (zh) * 2016-12-29 2017-08-18 深圳前海达闼云端智能科技有限公司 一种设备虚拟化方法、装置、系统及电子设备、计算机程序产品

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4012517B2 (ja) * 2003-04-29 2007-11-21 インターナショナル・ビジネス・マシーンズ・コーポレーション 仮想計算機環境におけるロックの管理
US7533207B2 (en) * 2006-12-06 2009-05-12 Microsoft Corporation Optimized interrupt delivery in a virtualized environment
US9424211B2 (en) * 2008-12-31 2016-08-23 Intel Corporation Providing multiple virtual device controllers by redirecting an interrupt from a physical device controller
US20110197004A1 (en) * 2010-02-05 2011-08-11 Serebrin Benjamin C Processor Configured to Virtualize Guest Local Interrupt Controller
CN103559079A (zh) * 2013-11-15 2014-02-05 深圳市道通科技有限公司 一种基于共享内存的数据存取方法及装置
US9772870B2 (en) * 2015-01-29 2017-09-26 Red Hat Israel, Ltd. Delivering interrupts to virtual machines executing privileged virtual machine functions
EP3089035A1 (fr) * 2015-04-30 2016-11-02 Virtual Open Systems Gestionnaire de virtualisation pour des accélérateurs de matériels reconfigurables
CN106778275A (zh) * 2016-12-29 2017-05-31 北京瑞星信息技术股份有限公司 基于虚拟化环境下的安全防护方法及系统和物理主机

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101819564A (zh) * 2009-02-26 2010-09-01 国际商业机器公司 协助在虚拟机之间进行通信的方法和装置
CN101847105A (zh) * 2009-03-26 2010-09-29 联想(北京)有限公司 一种计算机及多操作系统共享内存的方法
CN103475682A (zh) * 2012-06-07 2013-12-25 华为技术有限公司 文件迁移方法及设备
WO2015081308A2 (fr) * 2013-11-26 2015-06-04 Dynavisor, Inc. Virtualisation d'e/s dynamique
CN106445702A (zh) * 2016-09-21 2017-02-22 乐视控股(北京)有限公司 多系统通信方法及终端
CN107077377A (zh) * 2016-12-29 2017-08-18 深圳前海达闼云端智能科技有限公司 一种设备虚拟化方法、装置、系统及电子设备、计算机程序产品

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113608828A (zh) * 2021-06-30 2021-11-05 苏州浪潮智能科技有限公司 一种防护方法及其相关设备
CN113608828B (zh) * 2021-06-30 2023-07-14 苏州浪潮智能科技有限公司 一种防护方法及其相关设备
CN113778611A (zh) * 2021-07-06 2021-12-10 锐捷网络(苏州)有限公司 数据传输方法、装置、系统及存储介质
CN115016957A (zh) * 2022-05-26 2022-09-06 湖南三一智能控制设备有限公司 一种跨进程内存共享的方法、装置、终端及车辆
CN115016957B (zh) * 2022-05-26 2024-03-22 湖南三一智能控制设备有限公司 一种跨进程内存共享的方法、装置、终端及车辆

Also Published As

Publication number Publication date
CN108369604B (zh) 2021-12-03
CN108369604A (zh) 2018-08-03

Similar Documents

Publication Publication Date Title
WO2019127191A1 (fr) Procédé et appareil de partage de système de fichier pour système multi-exploitation et dispositif électronique
US10374885B2 (en) Reconfigurable server including a reconfigurable adapter device
KR102055325B1 (ko) 원격으로 액세스되는 데이터의 효율적인 라이브-이송
WO2017129106A1 (fr) Procédé, serveur et système de traitement de demande de données
US10013189B1 (en) Storage volume backup management for multi-tenant environments
US8533713B2 (en) Efficent migration of virtual functions to enable high availability and resource rebalance
CN107231815B (zh) 用于图形渲染的系统和方法
US7516336B2 (en) System and method for power reduction by sequestering at least one device or partition in a platform from operating system access
US9882825B2 (en) Method and system for securely transmitting volumes into cloud
US10958633B2 (en) Method and system for securely transmitting volumes into cloud
CN110032413B (zh) 一种桌面虚拟化方法、相关设备及计算机存储介质
US9256463B2 (en) Method and apparatus to replicate stateful virtual machines between clouds
JP2019528005A (ja) クラウドコンピューティングシステムにおいて仮想マシンが物理サーバにアクセスするための方法、装置、およびシステム
CN107491354B (zh) 一种基于共享内存的虚拟机间通信方法及装置
WO2015043147A1 (fr) Procédé de migration de données de mémoire d'une machine virtuelle, appareil associé et système de grappes
US9858110B2 (en) Virtual credential adapter for use with virtual machines
JP2018523192A (ja) 分散型コンピューティング環境における仮想マシンインスタンス上のコマンドの実行
CN104205050A (zh) 访问远程机器上的设备
WO2019028682A1 (fr) Procédé et dispositif de gestion de mémoire partagée multi-système
CN102968331A (zh) 一种虚拟机管理系统及其文件访问方法
WO2019119315A1 (fr) Procédé et appareil de traitement d'entrée basés sur de multiples systèmes d'exploitation, et dispositif électronique
US20140082275A1 (en) Server, host and method for reading base image through storage area network
CN113407298A (zh) 实现消息信号中断的方法、装置和设备
CN113037795B (zh) 瘦终端系统及其处理方法
CN114281252A (zh) 非易失性高速传输总线NVMe设备的虚拟化方法及设备

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 20.11.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 17936101

Country of ref document: EP

Kind code of ref document: A1