[kvm-devel] learning VT concepts

2007-05-07 Thread Slohm Gadaburi
Hello, I'm interested to learn the technical details of KVM and virtualizations in general. I know I can just read the source but I just want to understand the technical concepts, so the sources are overkill. For example, how does interrupts in the guest machine are served ? What do VT/SVM really

Re: [kvm-devel] learning VT concepts

2007-05-07 Thread Slohm Gadaburi
On 5/8/07, Omar Khan <[EMAIL PROTECTED]> wrote: > Slohm Gadaburi <[EMAIL PROTECTED]> writes: > > I'm interested to learn the technical details of KVM and > > virtualizations in general. > To get an overview of kvm you can read this project report: &g

[kvm-devel] a (bad) kvm story from a plain user

2007-08-14 Thread Slohm Gadaburi
Hello list. I want to share my first kvm experience with you and ask for your advice. I run up-to-date Ubuntu 7.04 (kernel 2.6.20) on AMD processor. I did apt-get installed kvm (which gave me the kvm-amd.ko module), and qemu packages. I modprobed kvm-adm.ko with no hassle. and then I followed

[kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Slohm Gadaburi
hi ppl, I am grateful for the help and tips I've been given here on the earlier thread. I just want to summarize the bits I've collected, please confirm :) On an up-to-date Ubuntu 7.04 machine: - install kvm+qemu packages - install the gcc-3.4 package (hopefully it will not overwrite my gcc 4.x ?

Re: [kvm-devel] kvm for Ubuntu 7.04 (was Re: a (bad) kvm story from a plain user)

2007-08-15 Thread Slohm Gadaburi
hi.. so I've compiled kvm-35 on Ubuntu 7.04. i really had NO troubles, thanks to Koen and his great apt-get list. and indeed now when I was running, I had the "QEMU\KVM" banner. so I reinstalled RH9.0. On 8/15/07, Koen de Jonge (ProcoliX) <[EMAIL PROTECTED]> wrote: > Please let us know the resul

[kvm-devel] VM Snapshots ?

2007-12-03 Thread Slohm Gadaburi
Hi all.. I want to use VM Snapshots.. But I read QEMU's docs saying that one must use qcow2 file image for that. The problem is that My Ubuntu 7.04-based qemu-img (v 0.8.2) has only qcow... thank you slohm - SF.Net email is

Re: [kvm-devel] VM Snapshots ?

2007-12-03 Thread Slohm Gadaburi
Hi Uri, On 12/3/07, Uri Lublin <[EMAIL PROTECTED]> wrote: > > From: [EMAIL PROTECTED] on behalf > of Slohm Gadaburi > > Sent: Mon 03/12/2007 12:10 > > To: kvm-devel@lists.sourceforge.net > > Subject: [kvm-devel] VM Snapshots ? > > > I want to use VM