Skip to content

Commit b3d204d

Browse files
committed
IC: Increase ring buffer size to 16KB
1 parent 5a2c24c commit b3d204d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MacHyperVSupport/IntegrationComponents/HyperVICService.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "HyperVVMBusDevice.hpp"
1414
#include "HyperVIC.hpp"
1515

16-
#define kHyperVICBufferSize PAGE_SIZE
16+
#define kHyperVICBufferSize (PAGE_SIZE * 4)
1717

1818
class HyperVICService : public IOService {
1919
OSDeclareDefaultStructors(HyperVICService);

0 commit comments

Comments
 (0)