spice
the following diagram illustrates VD-Interface
illustrates
display port
emphasizing emphasizing emphasizing;
user expereience experience;
for this purpose
introduced introduced remote computing protocol
components developed QXL display device and driver
the following diagram illustrates the current spice solution on top of qemu
VDI front-end
spice-client network spice server;
VDI back-end
VDI port VDI agent VDI port qxl driver qxl device;
spice project plans to provide additional solutions,including
remote access for a physcial machine
VM front-end for local users
emerging technology technology project
specification paper
specification
VDI 虚拟设备基础设施
虚拟设备接口;
Virtual Device Interfaces
provide a standardway to publish interfaces of virtual devices by a software component
this enables other software componentts to interact with these devices
渲染render its output accordidng
to be processed by the back-end
in addition many other interface type can be expose by the back-end
the back-end exposes interface like display output
mouse input
it is also possible for the back-end to dynamically switch front-ends improve back-end usability and flexibility
better sharing of development maintenance and overall product quality;;
spice server is implemented as a VDI front-end and the spice-QEMU provides back-end interfaces;
make an offort to push this specification forward in order to benefit all;
internet real chat
spice project provies documentation that will help you get familiar with spice
new to spice
spice project provies documentation that will help you get familiar with spice start by reading spice for newbies newbies for getting information about spice basic architecture and spice components
basic architecture and components spice user manual for information on how to get make and use spice
spice protocol and vd-interfaces which contain additional and more specific information
involved like to get involved
project is open for contribution
will find areas of interest variety of programmers will find;
可靠 质量 可信 灵活
devoted to offering increased reliability quality and usability
obligated obligated you are obligated to keep spice project standards;
like to send a patch but don't have time for all the nonsense nonsense;
whatever seems appropriate
guidelines guidelines;
it applies and compiles correctly with the latest development version
编码约定和风格样式
adheres code adheres coding convention and style as specified in
split a large patch to multiple smaller patches,
每一个都有一个有意义的逻辑目的each havong a meaningful logical purpose
make sure applying each patch does not break the build;;
write clear and meaningful description and explanation in the commdit message
review comments
be as responsive as possible to the review comments;
patch was prepared using git format-patch
the patch successfully compiles on all supported platforms;
widget
spice-gtk is a gtk+2 and gtk+3 spice widget
gtk+ widget client
spice GTK+ Widget
while spice-gtk comes with a demo client application called spicy
virt-manager virt-viewer;
embedding embeds a spice-gtk widget highly recommended
distribution
others coming soon;
virt-manager
pkg_add
emerge gentoo;
frequently asked questions
asked questions frequently
措辞wording precise precise
basic install
for starters
virt-manager virt-install to test out
./
python setup.py install
to build an rpm
python setup.py rpm
bug fix releases
translation infrastructure
virt-install and virt-manager now remove created disk images if vm install startup fails;
power manager util;
Uniform Resource Identifier
unifrom unifrom resource identifier;
add preferences UI dialog
gracefully
avoid accidentally doesn't specify a port number;
correctly
windows filter driver developed for spice usb redirection client side
experimental
guest this section contains various optional drivers and daemons that can be installed on the guest to provide enhanced spice integration and performance;
enhanced integration performance;
guest tools
spice-guest-tools
binaries
contains some options drivers and services that can be installed in windows guests to improve
virt-viewer display the graphical console for a virtual machine;
synopsis
description
console is accessed using the vnc or spice protocol
referred to based on its name id uuid
display command line help summary
specify the hypervisor connection uri
INc incorporated;
coprright
copyright
通用协议定义
common protocol definition
字节顺序
endianness
unless stated otherwise 除非额外说明 all data structures are packed and byte and bit order is in little endian format; 16bits
data types
8 bits bytes unsigned integer
uint int16
signed integer
top bottom left right
上下左右
top bottom left right;
protocol version
protocol version defined as two uint32 values,major protocol version and minor protocol version keep compatibility
regardless regardless
incrementing
huge reserved for development purposes considered unsupported and unreliable
bidirectional exchange
unsigned integer 8
red_channel_main = 1
channel types uint8
inputs cursor record playback
eror codes unsigned integer 32 bits bytes;
mismatch
permission denied denied
public key buffer size;
red_ticket_pubkey_bytes = 162
channel link establish a channel connection
the channel connection process is initiated by the client the client sends redlinkmess in response the server sends redlinkreply
valid connection is established
consisting of a password and time validity
optimal asymmetric encryption padding
msys minimal gnu posix system on windows bash make windows 最优秀 gnu cygwin hear .h function library set dll dynamic link library;gcc gnu compiler c 产生win32 programs
mingw主要由gnu binary utilities
gcc gdb
包括必要库
libc c runtime;
win32环境api接口
apply defer discard
spice的更多相关文章
- spice server dpkg-buildpackage 打包编译备忘
一般我们会通过configure,make 编译.但是为了替换版本的方便需要把他编译成deb的包,而且还需要自定义下包名.下面就记录下我的修改过程. 注:前面关于spice server的编译过程掠过 ...
- [转]SPICE仿真软件基础(整理)
现在常用的SPICE仿真软件为方便用户使用都提供了较好的用户界面,在用仿真库中的元器件连成原理图后就可以进行仿真(当然要设置必要的仿真参数),但实际上只是用原理图自动产生了SPICE的格式语句,还是要 ...
- 服务器端spice配置详解
1. 安装必要的工具 sudo apt-get install build-essential autoconf git-core intltool 2. 安装必要的依赖包 -dev libxfixe ...
- 如何使用 SPICE client (virt-viewer) 来连接远程虚拟机桌面?
如何使用 SPICE client (virt-viewer) 来连接远程虚拟机桌面? 什么是SPICE? SPICE (Simple Protocol for Independent Computi ...
- ubuntu openstack spice
Openstack启用spice协议 #控制节点 #安装 ? 1 apt-get install nova-spiceproxy spice-html5 spice-vdagent #配置 nano ...
- 在KVM虚拟机中使用spice系列之二(USB映射,SSL,密码,多客户端支持)
在KVM虚拟机中使用spice系列之二(USB映射,SSL,密码,多客户端支持) 发布时间: 2015-02-27 00:16 1.spice的USB重定向 1.1 介绍 使用usb重定向,在clie ...
- centos平台openstack spice配置
配置过程只涉及控制节点(192.168.209.11)和计算节点(192.168.209.31),根据情况修改为实际环境的IP地址. 修改控制节点 安装软件包 yum install spic ...
- openstack 启用spice
Openstack启用spice协议 #控制节点 #安装 ? 1 apt-get install nova-spiceproxy spice-html5 spice-vdagent #配置 nano ...
- 配置openStack使用spice
注:因为在测试配置过程中反复配置过多次,以下内容可能并不完整,有待验证. 按官方文档(openstack-install-guide-yum-juno)搭建和配置的OpenStack默认使用novnc ...
随机推荐
- INSERT ... ON DUPLICATE KEY UPDATE Syntax
一 mybatis中返回自动生成的id 当有时我们插入一条数据时,由于id很可能是自动生成的,如果我们想要返回这条刚插入的id怎么办呢.在mysql数据中我们可以在insert下添加一个selectK ...
- WCf的理解
从 .NET 3.5 开始 WCF 已经支持用 WebHttpBinding 构建 RESTful Web 服务,基于 WCF 框架的 RESTful Web 服务还是建立在 WCF Message ...
- LinuxShell算术运算
Bash shell 的算术运算有四种方式:1:使用 expr 外部程式 加法 r=`expr 4 + 5`echo $r注意! '4' '+' '5' 这三者之间要有空白r=`expr 4 * 5` ...
- sql2005主从数据库同步配置
网站规模到了一定程度之后,该分的也分了,该优化的也做了优化,但是还是不能满足业务上对性能的要求:这时候我们可以考虑使用主从库.主从库是两台服务器上的两个数据库,主库以最快的速度做增删改操作+最新数据的 ...
- ASP.NET MVC ActionResult的实现
1.11种ActionResult 在System.Web.Mvc命名空间下: ActionResult是一个抽象类, 在Action中返回的都是其派生类.下面是我整理的ASP.NET MVC 1.0 ...
- UVA 1660 Cable TV Network 电视网络(无向图,点连通度,最大流)
题意:给一个无向图,求其点连通度?(注意输入问题) 思路: 如果只有1个点,那么输出“1”: 如果有0条边,那么输出“0”: 其他情况:用最大流解决.下面讲如何建图: 图的连通度问题是指:在图中删去部 ...
- python - wsgi协议
wsgi - python web server gateway interface 出现的目的是,为了在 python框架开发的时候,更具有通用性.只要符合 wsgi标准,就可以自由选择服务器(ng ...
- DirectX截图黑屏的解决办法
好久没有更新博客了,今天开始继续耕耘. 生活要继续 工作要继续 梦想也一定要继续! 之前写过一篇关于DirectX截屏的文章,其中有网友留言提到了截图黑屏的问题,于是这些日子研究了一下,与大家一同分享 ...
- jQuery避免$符和其他JS库冲突的方法对比
1.如果jquery库在第三方库之后引用.这个时候jquery库会占用$. 解决办法:剔除$符号的使用权. <script type="text/javascript" sr ...
- 解决WCF大数据量传输 ,System.Net.Sockets.SocketException: 远程主机强迫关闭了一个现有的连接
开发中所用的数据需要通过WCF进行数据传输,结果就遇到了WCF大量传输问题 也就是提示System.Net.Sockets.SocketException: 远程主机强迫关闭了一个现有的连接 网上解决 ...