commit | 04c2322bee841121cfdd7f284e1d4274e9e60e33 | [log] [tgz] |
---|---|---|
author | Amit Shah <amit.shah@redhat.com> | Thu Mar 29 12:51:41 2012 +0530 |
committer | Amit Shah <amit.shah@redhat.com> | Sat Mar 31 08:09:51 2012 +0530 |
tree | b1968224ab84bef66adba00d7480d4b449a0c946 | |
parent | 0517fdd156c46c23501451158c6b0ff9fb7236d1 [diff] |
virtio-pci: S3 support There's no difference in supporting S3 and S4 for virtio devices: the vqs have to be re-created as the device has to be assumed to be reset at restore-time. Since S4 already handles this situation, we can directly use the same code and callbacks for S3 support. Signed-off-by: Amit Shah <amit.shah@redhat.com>