forked from udosteinberg/NOVA
-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
44 lines (41 loc) · 1.24 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
0.4
---
* IOMMU fault fixes.
* Secure device and GSI assignment using capabilities.
* BSP indicator passed to bootstrap EC and removed from HIP.
* Added revoke filtering.
* Root capability of newly created objects now stored in creator PD.
* Added SC control hypercall.
* Added SC execution time statistics.
* Added capability permissions for EC bind and EC/SC control
* Improved RCU grace period handling.
* Bug fixes.
0.3
---
* ACPI-based CPU numbering.
* Additional capability permissions.
* Capability translation.
* TSC offsetting.
* vTLB support for SVM (enables VM support under QEMU).
* Improved vTLB fills.
* Improved initialization, paging, and RCU.
* Bug fixes.
0.2
---
* Number of supported CPUs increased to 32.
* Number of supported GSIs increased to 128.
* Removed 8259 PIC mode and made IOAPIC a requirement.
* Root PD no longer holds GSI capabilities at bootup.
* Incoming portal id no longer stored in UTCB.
* New mapping database and lookup hypercall.
* Selective memory delegation (host/guest/IOMMU).
* Revocation of platform resources (mem/IO).
* PCI topology discovery.
* VT-d interrupt remapping.
* Direct assignment of PCI devices and GSIs to PDs.
* VMX unrestricted guest.
* vTLB page splintering.
* Bug fixes.
0.1
---
* Initial release