]> git.proxmox.com Git - mirror_qemu.git/commit
acpi: drop debug port
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 27 Nov 2012 07:24:42 +0000 (08:24 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 4 Dec 2012 12:52:43 +0000 (13:52 +0100)
commit3e43749882c558875f70ac5deda39cdc9797e245
tree0319a554b07a20dccc40e1fc108427cfc3c57b10
parent3f5bc9e8af8c9ee617b143e42ad4bd2feb379a19
acpi: drop debug port

I'm pretty sure this isn't needed any more.  I think this predates the
switch to seabios, and the seabios DSDT table has a DBUG() aml macro
which writes stuff to the seabios debug port (0x402).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/acpi_piix4.c