summaryrefslogtreecommitdiff
path: root/hw/device-assignment.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/device-assignment.c')
-rw-r--r--hw/device-assignment.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/device-assignment.c b/hw/device-assignment.c
index 8e9573005..cc81e1e1d 100644
--- a/hw/device-assignment.c
+++ b/hw/device-assignment.c
@@ -505,10 +505,6 @@ static uint32_t assigned_dev_pci_read_config(PCIDevice *d, uint32_t address,
return val;
}
- /* vga specific, remove later */
- if (address == 0xFC)
- goto do_log;
-
fd = pci_dev->real_device.config_fd;
again:
@@ -523,7 +519,6 @@ again:
exit(1);
}
-do_log:
DEBUG("(%x.%x): address=%04x val=0x%08x len=%d\n",
(d->devfn >> 3) & 0x1F, (d->devfn & 0x7), address, val, len);