Skip to content

Commit

Permalink
hw/watchdog/wdt_i6300esb: remove a unnecessary comment
Browse files Browse the repository at this point in the history
The registered memory region of i6300esb is not suitable for coalesced
mmio, because a write for the region may trigger an immediate action
and can't be delayed.

Signed-off-by: Peng Hao <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
  • Loading branch information
Peng Hao authored and bonzini committed Jan 11, 2019
1 parent 50db69a commit 7d2fceb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/watchdog/wdt_i6300esb.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ static void i6300esb_realize(PCIDevice *dev, Error **errp)
memory_region_init_io(&d->io_mem, OBJECT(d), &i6300esb_ops, d,
"i6300esb", 0x10);
pci_register_bar(&d->dev, 0, 0, &d->io_mem);
/* qemu_register_coalesced_mmio (addr, 0x10); ? */
}

static void i6300esb_exit(PCIDevice *dev)
Expand Down

0 comments on commit 7d2fceb

Please sign in to comment.