Re: [Qemu-devel] Help me with QEMU

2016-05-26 Thread Fam Zheng
On Thu, 05/26 14:50, m13767433329 wrote: > question 2: What does the architecture of Qemu like ? To begin with, this is a nice overview: http://blog.vmsplice.net/2011/03/qemu-internals-big-picture-overview.html Fam

Re: [Qemu-devel] Help me with QEMU

2016-05-26 Thread Fam Zheng
On Thu, 05/26 14:50, m13767433329 wrote: > question 3:how can I develop a kind of software like Qemu which can run on > Windows? QEMU _can_ run on Windows: https://qemu.weilnetz.de/ Fam

Re: [Qemu-devel] Help me with QEMU

2016-05-26 Thread Dongli Zhang
> How can I add a kind of new device support in Qemu and What is the steps to do so? https://github.com/rafilia/qemu_example_virtual_pcidev -- Dongli Zhang (张东立) finallyjustice.github.io

[Qemu-devel] Help me with QEMU

2016-05-26 Thread m13767433329
Hello,respected developers of Qemu. I am new to Qemu,and I have some questions below.Any help would be highly appreciated! question 1: How can I add a kind of new device support in Qemu and What is the steps to do so?(For example,if Qemu can not virtualize the RAM ,what should I do to make Qemu

[Qemu-devel] Help me with QEMU

2016-05-25 Thread m13767433329
Hello,respected developers of Qemu. I am new to Qemu,and I have some questions below.Any help would be highly appreciated! question 1: How can I add a kind of new device support in Qemu and What is the steps to do so?(For example,if Qemu can not virtualize the RAM ,what should I do to make Qemu

Re: [Qemu-devel] help me with qemu-img theory(snapshot and backing file)

2013-09-29 Thread Fam Zheng
On Mon, 09/30 12:48, yue-kvm wrote: > hi,all > if there any documents about snapshot and backing file's theory. > as we know vmware has composor which can upgrade images(top of backing chain > ) by upgrading backing file > What does "upgrade images" mean? Thanks, Fam

[Qemu-devel] help me with qemu-img theory(snapshot and backing file)

2013-09-29 Thread yue-kvm
hi,all if there any documents about snapshot and backing file's theory. as we know vmware has composor which can upgrade images(top of backing chain ) by upgrading backing file so i think we can implement it anyway. now i need some infomations relevant to my idea. and hope qemu-img developer