Re: [Qemu-devel] Postcopy failures

2014-10-27 Thread Gary Hook
On 10/27/14, 7:41 AM, "Dr. David Alan Gilbert" wrote: >It should be possible to postcopy block storage as well, if that's >the question (it might take some work to make sure that they play >nicely together; e.g. wanting to making the page transfer higher >priority than block transfer). >However,

Re: [Qemu-devel] Postcopy failures

2014-10-27 Thread Dr. David Alan Gilbert
* Gary Hook (gary.h...@nimboxx.com) wrote: > I see this went by: > > Il 07/10/2014 12:29, Dr. David Alan Gilbert ha scritto: > > You mean something like this (untested) ? > > > > if (mis->postcopy_ram_state != POSTCOPY_RAM_INCOMING_NONE) { > > if (mis->postcopy_ram_state == POSTCOPY_RAM_IN

[Qemu-devel] Postcopy failures

2014-10-24 Thread Gary Hook
I see this went by: Il 07/10/2014 12:29, Dr. David Alan Gilbert ha scritto: > You mean something like this (untested) ? > > if (mis->postcopy_ram_state != POSTCOPY_RAM_INCOMING_NONE) { > if (mis->postcopy_ram_state == POSTCOPY_RAM_INCOMING_ADVISE) { > /* >* Where a mi