From: Anthony Liguori <anthony@codemonkey.ws>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: "jan.kiszka@siemens.com" <jan.kiszka@siemens.com>,
"avi@redhat.com" <avi@redhat.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Luiz Capitulino <lcapitulino@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v8 2/6] Introduce "xen-save-devices-state"
Date: Mon, 19 Mar 2012 10:24:19 -0500 [thread overview]
Message-ID: <4F674FA3.8070704@codemonkey.ws> (raw)
In-Reply-To: <alpine.DEB.2.00.1203191516241.923@kaball-desktop>
On 03/19/2012 10:16 AM, Stefano Stabellini wrote:
> On Mon, 19 Mar 2012, Luiz Capitulino wrote:
>>> - add an "is_ram" flag to SaveStateEntry;
>>>
>>> - register_savevm_live sets is_ram for live_savevm devices;
>>>
>>> - introduce a "xen-save-devices-state" QAPI command that can be used to save
>>> the state of all devices, but not the RAM or the block devices of the
>>> VM.
>>
>> Is this series expected to go in through the QMP queue?
>
> That would be OK. Otherwise I was going to submit a pull request to
> Anthony as soon as you ack the second patch.
I'd prefer Stefano do a pull request.
I'm happy with the level of reviews to merge this.
Regards,
Anthony Liguori
WARNING: multiple messages have this Message-ID (diff)
From: Anthony Liguori <anthony@codemonkey.ws>
To: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Cc: "jan.kiszka@siemens.com" <jan.kiszka@siemens.com>,
"avi@redhat.com" <avi@redhat.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Luiz Capitulino <lcapitulino@redhat.com>
Subject: Re: [PATCH v8 2/6] Introduce "xen-save-devices-state"
Date: Mon, 19 Mar 2012 10:24:19 -0500 [thread overview]
Message-ID: <4F674FA3.8070704@codemonkey.ws> (raw)
In-Reply-To: <alpine.DEB.2.00.1203191516241.923@kaball-desktop>
On 03/19/2012 10:16 AM, Stefano Stabellini wrote:
> On Mon, 19 Mar 2012, Luiz Capitulino wrote:
>>> - add an "is_ram" flag to SaveStateEntry;
>>>
>>> - register_savevm_live sets is_ram for live_savevm devices;
>>>
>>> - introduce a "xen-save-devices-state" QAPI command that can be used to save
>>> the state of all devices, but not the RAM or the block devices of the
>>> VM.
>>
>> Is this series expected to go in through the QMP queue?
>
> That would be OK. Otherwise I was going to submit a pull request to
> Anthony as soon as you ack the second patch.
I'd prefer Stefano do a pull request.
I'm happy with the level of reviews to merge this.
Regards,
Anthony Liguori
next prev parent reply other threads:[~2012-03-19 15:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 11:46 [Qemu-devel] [PATCH v8 0/6] save/restore on Xen Stefano Stabellini
2012-03-19 11:46 ` Stefano Stabellini
2012-03-19 11:48 ` [Qemu-devel] [PATCH v8 1/6] cirrus_vga: do not reset videoram Stefano Stabellini
2012-03-19 11:48 ` Stefano Stabellini
2012-03-19 11:48 ` [Qemu-devel] [PATCH v8 2/6] Introduce "xen-save-devices-state" Stefano Stabellini
2012-03-19 11:48 ` Stefano Stabellini
2012-03-19 15:02 ` [Qemu-devel] " Luiz Capitulino
2012-03-19 15:02 ` Luiz Capitulino
2012-03-19 15:16 ` [Qemu-devel] " Stefano Stabellini
2012-03-19 15:16 ` Stefano Stabellini
2012-03-19 15:24 ` Anthony Liguori [this message]
2012-03-19 15:24 ` Anthony Liguori
2012-03-19 18:38 ` [Qemu-devel] " Stefano Stabellini
2012-03-19 18:38 ` Stefano Stabellini
2012-03-19 15:45 ` [Qemu-devel] " Luiz Capitulino
2012-03-19 15:45 ` Luiz Capitulino
2012-03-19 18:32 ` [Qemu-devel] " Stefano Stabellini
2012-03-19 18:32 ` Stefano Stabellini
2012-03-19 11:48 ` [Qemu-devel] [PATCH v8 3/6] Set runstate to INMIGRATE earlier Stefano Stabellini
2012-03-19 11:48 ` Stefano Stabellini
2012-03-19 11:48 ` [Qemu-devel] [PATCH v8 4/6] xen: record physmap changes to xenstore Stefano Stabellini
2012-03-19 11:48 ` Stefano Stabellini
2012-03-19 11:48 ` [Qemu-devel] [PATCH v8 5/6] xen mapcache: check if memory region has moved Stefano Stabellini
2012-03-19 11:48 ` Stefano Stabellini
2012-03-19 11:48 ` [Qemu-devel] [PATCH v8 6/6] xen: do not allocate RAM during INMIGRATE runstate Stefano Stabellini
2012-03-19 11:48 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F674FA3.8070704@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=avi@redhat.com \
--cc=jan.kiszka@siemens.com \
--cc=lcapitulino@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.