Changes between Initial Version and Version 1 of Ticket #9537, comment 1
- Timestamp:
- Nov 27, 2014 7:28:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9537, comment 1
initial v1 1 1 This problem still exists on Virtualbox 4.2.8 , I'm using a guest OS that supports AES-NI (OEL5) but it's not passed to the guest, the following C program will tell you if AES instructions work: 2 2 {{{ 3 3 $ cat aes.c 4 4 #include <stdio.h> … … 28 28 [oracle@oel5vmware c]$ ./aes 29 29 aes 30 30 }}} 31 31 This is on vmware 9 where it works, however on vbox it doesn't: 32 32 {{{ 33 33 [oracle@oel64 ~]$ vi aes.c 34 34 [oracle@oel64 ~]$ make aes … … 39 39 Linux oel64.fritz.box 2.6.32-300.32.1.el5uek #1 SMP Fri Jul 20 00:51:02 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux 40 40 [oracle@oel64 ~]$ 41 }}}