qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RFC v3 0/2] migration: Update error description whenever migration fails
@ 2023-05-18  6:23 Tejus GK
  2023-05-18  6:23 ` [RFC v3 1/2] " Tejus GK
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tejus GK @ 2023-05-18  6:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: quintela, peterx, leobras, berrange, shivam.kumar1, Tejus GK

Hi everyone,

Thank you everyone for the reviews, this is the	v3 patchset based on the 
reviews	received on the	previous ones. 

Links to the previous patchsets:
v1: https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg00868.html
v2: https://lists.gnu.org/archive/html/qemu-devel/2023-05/msg01943.html

I've broken this patchset into two parts; the first patch contains fixes
for places in migration.c where	the failure reason is not updated.
Compared to the	previous patchset, this	fixes a	few errors existing in  
the last patch and covers a few	more places where the failure reason 
isn't updated. 

The second patch, covers places	outside	of migration.c,	which eventually 
lead to	a migration failure, along with	an error_report() call being 
made, however without an update	for the failure	reason.	I am aware that	
the changes in vmstate.c breaks	the build due to a unit-test build 
failing, so I wanted to	know the right way to approach this. 

regards,
Tejus


Tejus GK (2):
  migration: Update error description whenever migration fails
  migration: Update error description whenever migration fails

 migration/migration.c | 23 ++++++++++++-----------
 migration/savevm.c    | 13 ++++++++++---
 migration/vmstate.c   | 13 ++++++++++---
 3 files changed, 32 insertions(+), 17 deletions(-)

-- 
2.22.3



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-05-18 14:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18  6:23 [RFC v3 0/2] migration: Update error description whenever migration fails Tejus GK
2023-05-18  6:23 ` [RFC v3 1/2] " Tejus GK
2023-05-18 11:50   ` Juan Quintela
2023-05-18 12:24   ` Daniel P. Berrangé
2023-05-18  6:23 ` [RFC v3 2/2] " Tejus GK
2023-05-18 11:52   ` Juan Quintela
2023-05-18 14:24     ` Tejus GK
2023-05-18 11:53 ` [RFC v3 0/2] " Juan Quintela

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).