Skip to content

Commit e17c630

Browse files
author
ddk
committed
The code of kvm began to run. Ready for building original qemu for windows.
1 parent 7bf3a11 commit e17c630

File tree

1,106 files changed

+531960
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,106 files changed

+531960
-52
lines changed

kvm/winkvm-qemu/.gitignore

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
config-host.*
2+
i386
3+
*-softmmu
4+
*-darwin-user
5+
*-linux-user
6+
*-bsd-user
7+
qemu-doc.html
8+
qemu-tech.html
9+
qemu-doc.info
10+
qemu-tech.info
11+
qemu.1
12+
qemu.pod
13+
qemu-img.1
14+
qemu-img.pod
15+
qemu-img
16+
qemu-nbd
17+
qemu-nbd.8
18+
qemu-nbd.pod
19+
.gdbinit
20+
*.a
21+
*.aux
22+
*.cp
23+
*.dvi
24+
*.exe
25+
*.fn
26+
*.ky
27+
*.log
28+
*.pg
29+
*.toc
30+
*.tp
31+
*.vr
32+
*.d
33+
*.o
34+
.pc
35+
patches
36+
pc-bios/bios-pq/status
37+
pc-bios/vgabios-pq/status
38+
.stgit-*

kvm/winkvm-qemu/COPYING

+339
Large diffs are not rendered by default.

kvm/winkvm-qemu/COPYING.LIB

+504
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)