[kvm-devel] [PATCH] [0/10]Patches to split qemu-kvm.c

2007-12-03 Thread Zhang, Xiantao
Hi, Avi This series of patches are introduced to split qemu-kvm.c, and make it arch-independent. In these patches, one file called qemu-kvm-x86.c is created. For arch-specific stuff, I also use kvm_arch prefix to hold arch-specific code. Tested on x86 and x86_64 platform. [1/10]kvm: qemu : prepa

Re: [kvm-devel] [PATCH] [0/10]Patches to split qemu-kvm.c

2007-12-03 Thread Avi Kivity
Zhang, Xiantao wrote: > Hi, Avi > This series of patches are introduced to split qemu-kvm.c, and make it > arch-independent. > In these patches, one file called qemu-kvm-x86.c is created. For > arch-specific stuff, I also use kvm_arch prefix to hold arch-specific > code. > Tested on x86 and x86_6

Re: [kvm-devel] [PATCH] [0/10]Patches to split qemu-kvm.c

2007-12-03 Thread Zhang, Xiantao
Avi Kivity wrote: > Zhang, Xiantao wrote: >> Hi, Avi >> This series of patches are introduced to split qemu-kvm.c, and make >> it arch-independent. In these patches, one file called >> qemu-kvm-x86.c is created. For arch-specific stuff, I also use >> kvm_arch prefix to hold arch-specific code. Test

Re: [kvm-devel] [PATCH] [0/10]Patches to split qemu-kvm.c

2007-12-04 Thread Avi Kivity
Zhang, Xiantao wrote: > Hi, Avi > This series of patches are introduced to split qemu-kvm.c, and make it > arch-independent. > In these patches, one file called qemu-kvm-x86.c is created. For > arch-specific stuff, I also use kvm_arch prefix to hold arch-specific > code. > Tested on x86 and x86_6