We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2c24c commit b3d204dCopy full SHA for b3d204d
MacHyperVSupport/IntegrationComponents/HyperVICService.hpp
@@ -13,7 +13,7 @@
13
#include "HyperVVMBusDevice.hpp"
14
#include "HyperVIC.hpp"
15
16
-#define kHyperVICBufferSize PAGE_SIZE
+#define kHyperVICBufferSize (PAGE_SIZE * 4)
17
18
class HyperVICService : public IOService {
19
OSDeclareDefaultStructors(HyperVICService);
0 commit comments