Virtio device: Correct bar size

This commit is contained in:
copy 2016-01-03 20:57:03 +01:00
parent 21487127e3
commit 9404fb29d5

View file

@ -20,7 +20,7 @@ function VirtIO(cpu, bus, filesystem)
this.pci_id = 0x06 << 3;
this.pci_bars = [
{
size: 16,
size: 256,
},
];
this.name = "virtio";