~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to hw/acpi/aml-build.c

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1559
1559
    tables->rsdp = g_array_new(false, true /* clear */, 1);
1560
1560
    tables->table_data = g_array_new(false, true /* clear */, 1);
1561
1561
    tables->tcpalog = g_array_new(false, true /* clear */, 1);
 
1562
    tables->vmgenid = g_array_new(false, true /* clear */, 1);
1562
1563
    tables->linker = bios_linker_loader_init();
1563
1564
}
1564
1565
 
1568
1569
    g_array_free(tables->rsdp, true);
1569
1570
    g_array_free(tables->table_data, true);
1570
1571
    g_array_free(tables->tcpalog, mfre);
 
1572
    g_array_free(tables->vmgenid, mfre);
1571
1573
}
1572
1574
 
1573
1575
/* Build rsdt table */