From ab79845f2a6e96ebe66a7a69f65c6a4de1894d43 Mon Sep 17 00:00:00 2001 From: copy Date: Mon, 9 Mar 2015 01:12:15 +0100 Subject: [PATCH] _state_skip for PCI --- src/pci.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pci.js b/src/pci.js index 4b13cfc8e3..abe1bc223b 100644 --- a/src/pci.js +++ b/src/pci.js @@ -178,6 +178,11 @@ function PCI(cpu) // 0xb0, 0xfe, 0xb0, 0xfe, 0xf1, 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x02, 0x00, //], 0x1e << 3); + + this._state_skip = [ + this.devices, + this.device_spaces, + ]; } PCI.prototype.pci_query = function()