| Submitter | Juan Quintela |
|---|---|
| Date | Aug. 13, 2009, 7:23 p.m. |
| Message ID | <m3fxbvecx5.fsf@neno.mitica> |
| Download | mbox | patch |
| Permalink | /patch/31351/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/hw/ide.c b/hw/ide.c index bebda7c..1e38ae3 100644 --- a/hw/ide.c +++ b/hw/ide.c @@ -2888,6 +2888,7 @@ static void ide_save(QEMUFile* f, IDEState *s) qemu_put_8s(f, &s->sense_key); qemu_put_8s(f, &s->asc); + qemu_put_8s(f, &s->cdrom_changed); /* XXX: if a transfer is pending, we do not save it yet */ }