We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064e534 commit ce961e7Copy full SHA for ce961e7
devicemodel/hw/platform/acpi/acpi.c
@@ -278,7 +278,7 @@ basl_fwrite_madt(FILE *fp, struct vmctx *ctx)
278
EFPRINTF(fp, "[0001]\t\tSource : %02X\n", SCI_INT);
279
EFPRINTF(fp, "[0004]\t\tInterrupt : %08X\n", SCI_INT);
280
EFPRINTF(fp, "[0002]\t\tFlags (decoded below) : 0000\n");
281
- EFPRINTF(fp, "\t\t\tPolarity : 3\n");
+ EFPRINTF(fp, "\t\t\tPolarity : 1\n");
282
EFPRINTF(fp, "\t\t\tTrigger Mode : 3\n");
283
EFPRINTF(fp, "\n");
284
0 commit comments