RE: [Qemu-devel] qemu/hw piix_pci.c

2007-10-22 Thread Igor Lvovsky
-Original Message- From: Thiemo Seufer [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 12:16 AM To: Avi Kivity Cc: qemu-devel@nongnu.org; Igor Lvovsky Subject: Re: [Qemu-devel] qemu/hw piix_pci.c Avi Kivity wrote: Modified files: hw : piix_pci.c Log

RE: [Qemu-devel] qemu/hw piix_pci.c

2007-10-22 Thread Igor Lvovsky
with the hardware emulation. [Igor Lvovsky] Probably, I will go over the spec again. At [1] you can find a question I sent to this list, but didn't get a response. Just yesterday I started working on it again and it still doesn't work, even with your patch. [Igor Lvovsky] My patch fixes it for windows

[Qemu-devel] [PATCH] Enable ACPI interrupts.

2007-10-15 Thread Igor Lvovsky
Hi, It was some problem to ACPI interrupts delivering to Windows guests. This patch fixes this problem and enables the ACPI interrupts. According to 82371AB spec. we need to reset the bit 0 of PIRQRCA register to enable interrupt routing. Cheers, Igor Lvovsky acpi

[Qemu-devel] [PATCH] Fix a race condition and non-leaf imagesgrowing in VMDK chains.

2007-06-07 Thread Igor Lvovsky
Hi guys, Somebody look at this patch? I'll appreciate comments? Regards, Igor Lvovsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Lvovsky Sent: Sunday, May 20

RE: [Qemu-devel] [PATCH] Fix a race condition and non-leaf images growing in VMDK chains.

2007-05-20 Thread Igor Lvovsky
-is_parent = 0; We'll reset it after the file opening. It's mean, later during the get_cluster_offset() we'll not be able to know if it's a parent or leaf image. So, I attach a new patch with you comments. Regards, Igor Lvovsky -Original

[Qemu-devel] [PATCH] Fix a race condition and non-leaf images growing in VMDK chains.

2007-05-17 Thread Igor Lvovsky
Hi, The bug was in my last patch. This is a new one. I'll very appreciate any comments. Regards, Igor Lvovsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Lvovsky Sent: Sunday, May 13, 2007 2:13 PM To: qemu-devel

[Qemu-devel] [PATCH] Fix a race condition and non-leaf images growing in VMDK chains.

2007-05-13 Thread Igor Lvovsky
. Regards, Igor Lvovsky -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fabrice Bellard Sent: Tuesday, January 16, 2007 9:36 PM To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] Race condition in VMDK

RE: [Qemu-devel] New multiple snapshot support for VMDK.

2007-01-22 Thread Igor Lvovsky
Hi Fabrice, What are you think about this patch? Are you have a comments? If you accept it, I'll try to fix the race condition on snapshot writing. Regards Igor Lvovsky

[Qemu-devel] Race condition in VMDK (QCOW*) formats.

2007-01-16 Thread Igor Lvovsky
write the grain at right place. So, we have timing hole here. Assume, VM that perform write operation will be destroyed at this moment. So, we have corrupted image (with updated L2 table, but without the grain itself). Regards, Igor Lvovsky

[Qemu-devel] New multiple snapshot support for VMDK.

2007-01-15 Thread Igor Lvovsky
advised me. Regards, Igor Lvovsky block-vmdk.diff Description: block-vmdk.diff ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] Create the VMDK snapshot from the QEMU monitor.

2006-12-26 Thread Igor Lvovsky
. Igor Lvovsky. vmdk-support2.diff Description: vmdk-support2.diff ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [PATCH] Add snapshot capabilities to the VMDK format.

2006-12-25 Thread Igor Lvovsky
This patch implements the snapshot capabilities of the VMDK format. Igor L. vmdk-support.diff Description: vmdk-support.diff ___ Qemu-devel mailing list Qemu-devel@nongnu.org

[Qemu-devel] VMDK disk format.

2006-10-15 Thread Igor Lvovsky
Hello, I have a question about software contribution. I add the snapshot (VMDK style) capabilities to the VMDK module according to the Virtual Disk Format 1.0 document. How can I contribute it? Regards, Igor ___ Qemu-devel mailing