diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-18 18:02:34 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-18 18:02:34 +0000 |
commit | 18fdb1c5c614ebdf9c3ea9ef0a548bd81cc1f981 (patch) | |
tree | e90fedcd280d57196fc2def055906546b46d28cc /vl.c | |
parent | 2cfc5f17d366b801484b36b548708fe0f3552737 (diff) |
Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4892 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6081,7 +6081,9 @@ typedef struct SaveStateEntry { static SaveStateEntry *first_se; /* TODO: Individual devices generally have very little idea about the rest - of the system, so instance_id should be removed/replaced. */ + of the system, so instance_id should be removed/replaced. + Meanwhile pass -1 as instance_id if you do not already have a clearly + distinguishing id for all instances of your device class. */ int register_savevm(const char *idstr, int instance_id, int version_id, |