Re: [kvm-devel] kvm.qumranet.com uncontactable?

2007-08-12 Thread Avi Kivity
Alistair John Strachan wrote: Hi there, The site at kvm.qumranet.com seems to be inaccessible. My DNS comes directly from the root servers, so it is not a DNS issue on my end. I seem to be able to traceroute the domain, but a web browser will time out. Supposedly, it's there, as my

Re: [kvm-devel] kvm.qumranet.com uncontactable?

2007-08-12 Thread Luca
On 8/12/07, Avi Kivity [EMAIL PROTECTED] wrote: Alistair John Strachan wrote: Hi there, The site at kvm.qumranet.com seems to be inaccessible. My DNS comes directly from the root servers, so it is not a DNS issue on my end. I seem to be able to traceroute the domain, but a web browser

Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Amit Shah
On Saturday 11 August 2007 08:48:41 Tony Smolar wrote: Hi, I was currently using kvm-24, and I decided to try to upgrade to the latest. My guest is XP-SP2 Home full edition.When I tried to boot it under kvm-33, I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL error. I

Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Tony Smolar
Amit Shah wrote: On Saturday 11 August 2007 08:48:41 Tony Smolar wrote: Hi, I was currently using kvm-24, and I decided to try to upgrade to the latest. My guest is XP-SP2 Home full edition.When I tried to boot it under kvm-33, I eventually got a blue screen and a

[kvm-devel] (no subject)

2007-08-12 Thread Izik Eidus
we are working on swapping support for the guests in kvm. we want to allow management of the memory swapping of the guests from kvm. i wrote this patch that move the guest allocated memory from the kernel to the userspace for better management. plus in this way it will share more code for such

Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Izik Eidus
this sound like hardware error, try to disable all the hardware you can, (such as the lan support) in qemu. please check if it can run with the --no-kvm. -הודעה מקורית- מאת: [EMAIL PROTECTED] בשם Tony Smolar נשלח: א 12/08/2007 10:19 אל: Amit Shah עותק לידיעה:

Re: [kvm-devel] problem upgrading to kvm-33

2007-08-12 Thread Dor Laor
Amit Shah wrote: On Saturday 11 August 2007 08:48:41 Tony Smolar wrote: Hi, I was currently using kvm-24, and I decided to try to upgrade to the latest. My guest is XP-SP2 Home full edition.When I tried to boot it under kvm-33, I eventually got a blue screen and a IRQL_NOT_LESS_OR_EQUAL

Re: [kvm-devel] adding support for above 2giga to kvm (include patchs)

2007-08-12 Thread Luca Tettamanti
Il Sun, Aug 12, 2007 at 12:26:15PM -0700, Izik Eidus ha scritto: this is a request for comment for patchs that allow kvm to run with more than 2 giga. there are 4 patchs. the first patch(biospatch): is for the bios:now the bios know how to map memory about the 0xf000-0x hole.

Re: [kvm-devel] adding support for above 2giga to kvm (include patchs)

2007-08-12 Thread Anthony Liguori
Hi Izik, Unfortunately, your mailer sent the patches out as binary attachments so I can't reply easy inline so I'll just add comments here. On Sun, 2007-08-12 at 12:26 -0700, Izik Eidus wrote: this is a request for comment for patchs that allow kvm to run with more than 2 giga. there are 4

Re: [kvm-devel] (no subject)

2007-08-12 Thread Anthony Liguori
Hi Izik, On Sun, 2007-08-12 at 12:59 -0700, Izik Eidus wrote: we are working on swapping support for the guests in kvm. we want to allow management of the memory swapping of the guests from kvm. i wrote this patch that move the guest allocated memory from the kernel to the userspace for

Re: [kvm-devel] adding support for above 2giga to kvm (includepatchs)

2007-08-12 Thread Izik Eidus
Hey Luca, thanks for the quick response. i agree with everything you wrote. note that about the line: +if (ram_size 0xf000) val = 640; /* base memory in K */ i don`t, how it entered to the code, this line is wrong and i will remove it, thanks! anyway i will fix it all and send it

[kvm-devel] FW: adding support for above 2giga to kvm (includepatchs)

2007-08-12 Thread Izik Eidus
-הודעה מקורית- מאת: Izik Eidus נשלח: א 12/08/2007 15:34 אל: Anthony Liguori נושא: RE: [kvm-devel] adding support for above 2giga to kvm (includepatchs) Hey Anthony , thanks for quick comment!. i will fix the mail problem, and post it to bochs list. you are right about the kqemu, this

[kvm-devel] AMD XP Problem solved

2007-08-12 Thread John Lenz
A while back I reported a crash starting with kvm-29 with Windows XP guest on AMD processors. kvm-33 still fails for me, so I tried to use the kvm git kernel module, (after using make sync LINUX=../../kvm.git from kvm-33 directory), but the compile fails with (on the 2.6.20 ubuntu feisty kernel)

Re: [kvm-devel] [Qemu-devel] [PATCH 4/4][RFC] Add logic to QEMU to read command line options from qcow2 images

2007-08-12 Thread Jorge Lucángeli Obes
On 8/11/07, Anthony Liguori [EMAIL PROTECTED] wrote: On Sat, 2007-08-11 at 22:28 +0100, Philip Boulain wrote: This works, so long as qemu disregards -read-args-from-image unless it's being called as an interpreter. Otherwise, you've put the lock and the key in the same place. :) Yes.