Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1269071
  • 博文数量: 389
  • 博客积分: 2874
  • 博客等级: 少校
  • 技术积分: 3577
  • 用 户 组: 普通用户
  • 注册时间: 2009-10-24 10:34
文章分类

全部博文(389)

文章存档

2020年(2)

2018年(39)

2017年(27)

2016年(3)

2015年(55)

2014年(92)

2013年(54)

2012年(53)

2011年(64)

发布时间:2017-12-14 10:13:07

使用启动参数isolcpus控制操作系统级别的CPU隔离如isolcpus=4,5,6,7,8,表示系统启动后新进程不会使用4-8cpu,isolcpus = [KNL,SMP] format: <cpu number>,...,<cpu number> or <cpu number>-<cpu number> or <cpu number>,...,<cpu number>-<cpu number> 永久生效需要在grub中修改kernel的启动参数.tas.........【阅读全文】

阅读(1123) | 评论(0) | 转发(0)

发布时间:2015-10-29 14:01:14

今天看了 libvirt 的 netfilter 配置,不知道是如何实现的,偶然看了ebtables 的nat表,发现了玄机。下面直接使用ebtables 设置vm 网络控制。在server上查看两台两台虚拟机的网卡名称,我这里是 vnet0 vnet1两台虚拟机都在一台server上,下面的配置都是在这台server上进行1、两台VM只允许tcp通信---------------------.........【阅读全文】

阅读(1512) | 评论(0) | 转发(0)

发布时间:2015-07-06 17:17:31

VMCS是Intel-x中一个很重要的数据结构,它占用一个page大小,由VMM分配,但是硬件是需要读写的,有点类似于页表。vmcs的各个域在manual中有说明,但是每个域在vmcs页中的具体位置是不知道的,程序员不用关心,只需要用相应的VMWRITE和VMREAD指令去访问。这样做的好处是,vmcs页中结构的具体layout可以透明的进行变动。.........【阅读全文】

阅读(1215) | 评论(0) | 转发(0)

发布时间:2015-05-14 11:57:58

1) IO (ports) / MMIO. IO ports are in/out instructions, whereas MMIO has memory semantics.   Everything starts with IO ports. Older devices (most ISA, many PCI) are entirely implemented with IO ports - including some notably important devices like the PS/2 controller or VGA device. But th.........【阅读全文】

阅读(1875) | 评论(0) | 转发(0)

发布时间:2015-03-06 10:07:22

spice display_channel当然还是从qemu开始.spice-core.c -> qemu_spice_init() -> spice-display.c -> qemu_spice_create_one_update() (从这里开始产生QXLCommand)一系列的构造生产 SpiceUpdate(display update), 然后丢给队列传给 red_workerQTAILQ_INSERT_TAIL(&ssd->updates, update, next);.........【阅读全文】

阅读(3727) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册