码迷,mamicode.com
首页 >  
搜索关键字:qemu glusterfs    ( 1213个结果
Part1 – OPENVSWICH – Creating and Submitting Openvswitch Extension To Tinycore Upstream
In May 2011, I read a request for installation Openvswitch on Qemu image. I started to play with Openvswitch and finally became fan of this project. I...
分类:其他好文   时间:2014-06-24 10:31:56    阅读次数:259
Part2 – OPENVSWICH – VLANs, Trunks, L3 VLAN interface, InterVLAN Routing – Configuration And Testing
In a previous tutorial we showed how to install Openvswitch on Qemu image with Microcore Linux. At the end of tutorial we created Openvswitch extensio...
分类:其他好文   时间:2014-06-24 10:15:40    阅读次数:610
用buildroot qemu 运行 Android 系统
准备 qemu, 编译 arm 的运行环境 $ wget http://wiki.qemu-project.org/download/qemu-2.0.0.tar.bz2$ tar xzvf qemu-2.0.0.tar.bz2$ mkdir ./qemu-2.0.0/bin$ cd ./qemu-2.0.0/bin/$ ../configure --target-list=arm-soft...
分类:移动开发   时间:2014-06-22 19:48:39    阅读次数:386
OpenStack Cinder 与各种后端存储技术的集成叙述与实践
Cinder项目为管理快设备而生,它最重要的地方就是如何做到和各种存储后端就到完美适配,用好后端存储的功能,本文为Cinder 多种后端存储(LVM, FC+SAN, iSCSI+SAN, NFS, VMWARE, Glusterfs)的场景总结, 以防自己将来忘记,欢迎交流, 共同成长...
分类:其他好文   时间:2014-06-22 15:26:55    阅读次数:293
nova compute enable password injection and filesystem resize
root@OpenstackIcehouse2:~# cat /etc/nova/nova-compute.conf [DEFAULT] compute_driver=libvirt.LibvirtDriver [libvirt] virt_type=qemu libvirt_inject_part...
分类:其他好文   时间:2014-06-21 16:38:02    阅读次数:580
[转]Part1 – OPENVSWICH – Creating and Submitting Openvswitch Extension To Tinycore Upstream
In May 2011, I read a request for installation Openvswitch on Qemu image. I started to play with Openvswitch and finally became fan of this project. I...
分类:其他好文   时间:2014-06-21 14:42:43    阅读次数:400
gdb 远程qemu-arm调试
把 c 编译成 arm 指令的可执行文件  /usr/bin/arm-linux-gnueabi-g++ hello.cpp  cat hello.cpp #include void crash(){ char *a=0; *a=0; } int main() { printf("hello world\n"); crash();...
分类:数据库   时间:2014-06-18 06:50:45    阅读次数:424
20天自制操作系统(四)
D:\30day\projects\04_day\harib01b下代码如何编译运行。把z_tools复制到04_day下,然后修改Makefile文件的run:run : $(MAKE) img $(COPY) haribote.img ..\..\qemu\a.img $(MA...
分类:其他好文   时间:2014-06-16 08:21:31    阅读次数:230
libvirt之virt-install
在使用kvm命令建立虚拟机时每次都要输入很长的命令,容易出现输入错误,可以使用libvirt管理虚拟机,libvirt支持kvm,xen等主流虚拟机的管理,下面介绍一下利用libvirt管理虚拟机。 安装libvirt1apt-get install qemu-kvm libvirt-bin ...
分类:其他好文   时间:2014-06-08 19:32:58    阅读次数:295
Fedora20 编译安装qemu-system
安装简介: 1.1. 本次编译安装所有的操作都在Fedora 20 x86-64上,内核版本为:3.14.4-200.fc20.x86_64。如果在其他系统编译安装,请看其他文章。 2.安装准备: 2.1 安装依赖和编译环境。./configure一些必要的依赖不足不会报错,所以下面我...
分类:其他好文   时间:2014-06-06 15:55:07    阅读次数:392
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!