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
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
> 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
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
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
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
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