qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v4 00/10] Mirrored block writes


From: Dor Laor
Subject: Re: [Qemu-devel] [PATCH v4 00/10] Mirrored block writes
Date: Sun, 08 Apr 2012 13:02:35 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1

On 03/06/2012 07:55 PM, Paolo Bonzini wrote:
v4 includes Federico's drive-reopen (patch 10) command, fixes another
small bug in Jeff's code (patch 2), and tweaks the union handling for
older compilers.

v3 tested with the following scenarios, v4 only d/e:

a) mirror only

1) create base.qcow2 and starat QEMU with it

2) Execute the following QMP command

{ "execute": "qmp_capabilities" }
{ "execute": "transaction", "arguments":
   {'actions': [
     { 'type': 'drive-mirror', 'data' :
       { 'device': 'ide0-hd0', 'target': '/home/pbonzini/mirror.qcow2' } } ] } }
{ "execute": "cont" }

3) hibernate the guest (this requires an IDE disk and -cpu kvm64,-kvmclock)

I think that w/ Amit's hibernation fixed for virtio and Marcelo's fix for kvmclock you should be able to use virtio and kvmclock.


4) restart the guest with mirror.qcow2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]