Re: [Qemu-devel] [PATCH v2 0/4] xen: don't save/restore the physmap on VM save/restore

2017-07-06 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 1499183267-28623-1-git-send-email-igor.druzhi...@citrix.com Type: series Subject: [Qemu-devel] [PATCH v2 0/4] xen: don't save/restore the physmap on VM save/restore === TEST SCRIPT

[Qemu-devel] [PATCH v2 0/4] xen: don't save/restore the physmap on VM save/restore

2017-07-04 Thread Igor Druzhinin
Saving/restoring the physmap to/from xenstore was introduced to QEMU majorly in order to cover up the VRAM region restore issue. The sequence of restore operations implies that we should know the effective guest VRAM address *before* we have the VRAM region restored (which happens later).