mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
vmware-vga: Eliminate vga_dirty_log_restart
After the conversion to the new Memory API, vga_dirty_log_restart became seriously pointless. Remove it from vmware-vga and and then finally drop the service. CC: Andrzej Zaborowski <balrogg@gmail.com> CC: Avi Kivity <avi@redhat.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
8d121d4960
commit
fe55ff6e61
3 changed files with 0 additions and 9 deletions
|
@ -1175,8 +1175,6 @@ static int pci_vmsvga_initfn(PCIDevice *dev)
|
|||
|
||||
iomem = &s->chip.vga.vram;
|
||||
|
||||
vga_dirty_log_restart(&s->chip.vga);
|
||||
|
||||
s->card.config[PCI_CACHE_LINE_SIZE] = 0x08; /* Cache line size */
|
||||
s->card.config[PCI_LATENCY_TIMER] = 0x40; /* Latency timer */
|
||||
s->card.config[PCI_INTERRUPT_LINE] = 0xff; /* End */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue