[no subject]

2010-05-03 Thread Terry
unsubscribe kvm -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How to edit *.qcow2

2010-01-31 Thread Terry
you need nbd-client and qemu-nbd to access qcow2 file. sati...@pacific.net.hk wrote: Hi folks, KVM host – Debian 5.0 I need to mount kvm/qemu *.qcow2 image amending/reading its content. I can't figure out the type of file -t 1. mount -t mke2fs -o loop VM/vm30.qcow2 /mnt 2.

kvm_arch_vcpu_ioctl_set/get_regs()

2009-09-26 Thread Terry
vcpu-arch.sprg5 = regs-sprg4; vcpu-arch.sprg6 = regs-sprg5; vcpu-arch.sprg7 = regs-sprg6; and regs-sprg5 = vcpu-arch.sprg4; regs-sprg6 = vcpu-arch.sprg5; regs-sprg7 = vcpu-arch.sprg6; Typo? The SPRG assignments do not match. -- To unsubscribe from this list: send the line unsubscribe kvm-ppc