Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
wghub
/
hvpp
Public
forked from
wbenny/hvpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 6, 2020
make capacity of the heap-allocator configurable
Show description for c9b6de1
wbenny
committed
c9b6de1
View commit details
Copy full SHA for c9b6de1
Browse repository at this point
make logging, trace-logging and asserts optional during compile-time
wbenny
committed
cfe3d32
View commit details
Copy full SHA for cfe3d32
Browse repository at this point
add check if hypervisor_allocator() exists in the generic_free() method
Show description for 50fd7bb
wbenny
committed
50fd7bb
View commit details
Copy full SHA for 50fd7bb
Browse repository at this point
introduce ept_t::map_identity_sparse() method
wbenny
committed
7b976e6
View commit details
Copy full SHA for 7b976e6
Browse repository at this point
make global_t instances static
Show description for b76feb2
wbenny
committed
b76feb2
View commit details
Copy full SHA for b76feb2
Browse repository at this point
cosmetic changes (reword ept_t::map_identity() description)
wbenny
committed
d2d1cab
View commit details
Copy full SHA for d2d1cab
Browse repository at this point
Commits on Oct 31, 2019
add configuration for .inl files to .editorconfig
wbenny
committed
946a9b5
View commit details
Copy full SHA for 946a9b5
Browse repository at this point
introduce vmexit_handler::terminate() method
Show description for f1eece7
wbenny
committed
f1eece7
View commit details
Copy full SHA for f1eece7
Browse repository at this point
redo usage of EPT, again
Show description for a2e52fb
wbenny
committed
a2e52fb
View commit details
Copy full SHA for a2e52fb
Browse repository at this point
add vcpu_t::user_data()
Show description for fb0be3b
wbenny
committed
fb0be3b
View commit details
Copy full SHA for fb0be3b
Browse repository at this point
add new parameter "was_force_resumed" to vmexit_handler::handle_guest_resume() method
Show description for 1d6b3d0
wbenny
committed
1d6b3d0
View commit details
Copy full SHA for 1d6b3d0
Browse repository at this point
add kernel_(begin/end)_address and (highest_user/system_range_start)_address to the "driver" namespace
wbenny
committed
7922700
View commit details
Copy full SHA for 7922700
Browse repository at this point
add HvppNtStatusToErrorCode()/HvppErrorCodeToNtStatus()
wbenny
committed
c7cba16
View commit details
Copy full SHA for c7cba16
Browse repository at this point
add forgotten <cstddef> include for deque.h
wbenny
committed
b839eff
View commit details
Copy full SHA for b839eff
Browse repository at this point
clear hypervisor_allocator_* variables after destroying the allocator
wbenny
committed
3862f71
View commit details
Copy full SHA for 3862f71
Browse repository at this point
fix "unused variable" for "alignment" in hypervisor_memory_allocator
wbenny
committed
5552f21
View commit details
Copy full SHA for 5552f21
Browse repository at this point
fix initialization of device::impl_ to nullptr
wbenny
committed
7b74a9a
View commit details
Copy full SHA for 7b74a9a
Browse repository at this point
make vmx::vmcall() call vmx::vmcall_slow() or vmx::vmcall_fast() based on number of arguments
wbenny
committed
02a06d4
View commit details
Copy full SHA for 02a06d4
Browse repository at this point
make enum operator functions "inline"
wbenny
committed
b454563
View commit details
Copy full SHA for b454563
Browse repository at this point
make cr3_guard non-copyable, but movable
wbenny
committed
408622a
View commit details
Copy full SHA for 408622a
Browse repository at this point
cosmetic changes
wbenny
committed
e2e25b5
View commit details
Copy full SHA for e2e25b5
Browse repository at this point
Commits on Aug 1, 2019
fix crash on hvppdrv_c unload
wbenny
committed
58f9f6f
View commit details
Copy full SHA for 58f9f6f
Browse repository at this point
introduce vcpu_t::guest_resume() method
Show description for 1cdbec6
wbenny
committed
1cdbec6
View commit details
Copy full SHA for 1cdbec6
Browse repository at this point
rename *_to_string() functions just to to_string()
wbenny
committed
b5a9945
View commit details
Copy full SHA for b5a9945
Browse repository at this point
make vmexit_handler::setup() return error_code_t
wbenny
committed
bc5a342
View commit details
Copy full SHA for bc5a342
Browse repository at this point
switch to "auto method() -> return_type" convention in device object
wbenny
committed
8014193
View commit details
Copy full SHA for 8014193
Browse repository at this point
introduce new flexible memory allocator
Show description for d8eb913
wbenny
committed
d8eb913
View commit details
Copy full SHA for d8eb913
Browse repository at this point
replace std::aligned_storage_t with std::array in object_t
Show description for 82b7070
wbenny
committed
82b7070
View commit details
Copy full SHA for 82b7070
Browse repository at this point
lock memory in device::copy_from_user() & device::copy_to_user() methods
wbenny
committed
68db2ad
View commit details
Copy full SHA for 68db2ad
Browse repository at this point
allocate page_size-aligned memory for EPT subtables
wbenny
committed
fc842b7
View commit details
Copy full SHA for fc842b7
Browse repository at this point
make bitmap class template-specialized and remove bitmap_local class
wbenny
committed
cd23e08
View commit details
Copy full SHA for cd23e08
Browse repository at this point
add rdtsc/rdtscp opcode emulation
Show description for d30f38b
wbenny
committed
d30f38b
View commit details
Copy full SHA for d30f38b
Browse repository at this point
add correct handling of syscall/sysret
Show description for 7167324
wbenny
committed
7167324
View commit details
Copy full SHA for 7167324
Browse repository at this point
add vmexit_passthrough_handler::handle_nmi_window method
wbenny
committed
b21b3c9
View commit details
Copy full SHA for b21b3c9
Browse repository at this point
add tracing of interrupt handling
wbenny
committed
465157c
View commit details
Copy full SHA for 465157c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.