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的更多相关文章

  1. spice server dpkg-buildpackage 打包编译备忘

    一般我们会通过configure,make 编译.但是为了替换版本的方便需要把他编译成deb的包,而且还需要自定义下包名.下面就记录下我的修改过程. 注:前面关于spice server的编译过程掠过 ...

  2. [转]SPICE仿真软件基础(整理)

    现在常用的SPICE仿真软件为方便用户使用都提供了较好的用户界面,在用仿真库中的元器件连成原理图后就可以进行仿真(当然要设置必要的仿真参数),但实际上只是用原理图自动产生了SPICE的格式语句,还是要 ...

  3. 服务器端spice配置详解

    1. 安装必要的工具 sudo apt-get install build-essential autoconf git-core intltool 2. 安装必要的依赖包 -dev libxfixe ...

  4. 如何使用 SPICE client (virt-viewer) 来连接远程虚拟机桌面?

    如何使用 SPICE client (virt-viewer) 来连接远程虚拟机桌面? 什么是SPICE? SPICE (Simple Protocol for Independent Computi ...

  5. ubuntu openstack spice

    Openstack启用spice协议 #控制节点 #安装 ? 1 apt-get install nova-spiceproxy spice-html5 spice-vdagent #配置 nano ...

  6. 在KVM虚拟机中使用spice系列之二(USB映射,SSL,密码,多客户端支持)

    在KVM虚拟机中使用spice系列之二(USB映射,SSL,密码,多客户端支持) 发布时间: 2015-02-27 00:16 1.spice的USB重定向 1.1 介绍 使用usb重定向,在clie ...

  7. centos平台openstack spice配置

    配置过程只涉及控制节点(192.168.209.11)和计算节点(192.168.209.31),根据情况修改为实际环境的IP地址.     修改控制节点 安装软件包 yum install spic ...

  8. openstack 启用spice

    Openstack启用spice协议 #控制节点 #安装 ? 1 apt-get install nova-spiceproxy spice-html5 spice-vdagent #配置 nano ...

  9. 配置openStack使用spice

    注:因为在测试配置过程中反复配置过多次,以下内容可能并不完整,有待验证. 按官方文档(openstack-install-guide-yum-juno)搭建和配置的OpenStack默认使用novnc ...

随机推荐

  1. Topcoder SRM 630 (500 floyed 暴力 _builtin_popcount())

    题意:给n个点,保证图联通,给点相连的距离,求一个最多的点,这些点之间的距离都是相同的. 分析: 下面的代码是我们房间第一的大神的,写的很简洁,我的思路和他的一样,但是我不知道错哪了. 思路是暴力枚举 ...

  2. bzoj1499: [NOI2005]瑰丽华尔兹

    dp. 首先我们可以看到每个时间段只能往一个方向转移最多t步(t为时间段的长度),所以我们可以按时间段dp.因为这个前后值互不影响,也不用占用这一维空间就可以省去. 然后每个时间段内是一列一列(行) ...

  3. LA 3516 (计数 DP) Exploring Pyramids

    设d(i, j)为连续子序列[i, j]构成数的个数,因为遍历从根节点出发最终要回溯到根节点,所以边界情况是:d(i, i) = 1; 如果s[i] != s[j], d(i, j) = 0 假设第一 ...

  4. "xxxx".zip:这个压缩文件格式未知或者数据已经被损坏,打不开压缩文件,总出现这个提示的解决方法

    从网上下载了一些压缩文件,有时解压时会出现“这个压缩文件格式未知或者数据已经被损坏”或“未找到压缩文件”的提示. 造成的原因有两种: 一.网站上的压缩文件本来就是坏的. 1.你可以尝试可以使用WINR ...

  5. UVA 350 Pseudo-Random Numbers 伪随机数(简单)

    题意:给定Z, I, M,  L,根据随机数产生式k=(Z*L+I)%M.但是L表示的是上一个产生的数,比如根据产生式产生了序列{2,5,4,3}那么5是由L=2算来的,4由L=5算来的..第1个所产 ...

  6. Python - re - 正则表达式 - 怎么用

    <python cookbook> - 1.18 - 一次完成多个替换 这个blog介绍正则,写得不错,而且,一如既往的‘长’. 1. re.escape(string) THIS,说明函 ...

  7. DirectDraw 直接显示RGB图象的最简单实现

      来自:   #include "DDraw.h" class CDDraw { public: void CleanUp(); void DrawDIB(BITMAPINFOH ...

  8. 【转】APUE习题4.6---测试lseek作用

    原文网址:http://m.blog.csdn.net/blog/u014488381/42556509 原题:如果使用追加标志打开一个文件以便读.写,能否仍用 lseek 在任一为止开始读?能否用 ...

  9. mysql大内存高性能优化方案

    mysql优化是一个相对来说比较重要的事情了,特别像对mysql读写比较多的网站就显得非常重要了,下面我们来介绍mysql大内存高性能优化方案 8G内存下MySQL的优化 按照下面的设置试试看:key ...

  10. Top Android App使用的组件 3

    8684公交 AdChina:com.adchina:易传媒广告平台 AdsMogo:com.adsmogo:芒果移动广告平台 大姨吗 AChartEngine:org.achartengine:An ...