Sign in
qemu
/
qemu
/
4ef4c30d2ef6d1dcfc58512e6ed273244dcd72cd
/
scripts
/
kvm
ef202d6
target/i386: enumerate VMX nested-exception support
by Xin Li
· 1 year, 4 months ago
2e64187
vmxcap: add support for VMX FRED controls
by Xin Li
· 1 year, 4 months ago
0c49c91
target/i386: enumerate bit 56 of MSR_IA32_VMX_BASIC
by Paolo Bonzini
· 1 year, 5 months ago
333dbac
vmxcap: add tertiary execution controls
by Paolo Bonzini
· 2 years, 10 months ago
d312378
vmxcap: Add 5-level EPT bit
by Vitaly Kuznetsov
· 3 years ago
e57a707
scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
by Philippe Mathieu-Daudé
· 4 years, 10 months ago
423edd9
drop "from __future__ import print_function"
by Paolo Bonzini
· 5 years ago
3d004a3
scripts: Explicit usage of Python 3 (scripts with __main__)
by Philippe Mathieu-Daudé
· 5 years ago
49d51b8
vmxcap: correct the name of the variables
by Paolo Bonzini
· 6 years ago
fc7d2b4
kvm: vmxcap: Enhance with latest features
by Jan Kiszka
· 6 years ago
f03868b
python: futurize -f libfuturize.fixes.fix_print_with_import
by Eduardo Habkost
· 7 years ago
025533f
vmxcap: update for September 2016 SDM
by Paolo Bonzini
· 8 years ago
c3e31ea
vmxcap: port to Python 3
by Paolo Bonzini
· 8 years ago
349cb2f
vmxcap: Add TSC scaling bit
by Eduardo Habkost
· 9 years ago
6a7b47a
vmxcap: Show raw MSR value
by Eduardo Habkost
· 9 years ago
60b412d
kvm_stat: Remove
by Paolo Bonzini
· 9 years ago
cf7ea1e
scripts/kvm/kvm_stat: Fix missing right parantheses and ".format(...)"
by Fam Zheng
· 9 years ago
e3dd68d
scripts/kvm/kvm_stat: Fix tracefs access checking
by Janosch Frank
· 9 years ago
a013bd2
scripts/kvm/kvm_stat: Add optparse description
by Janosch Frank
· 9 years ago
7f786a9
scripts/kvm/kvm_stat: Add interactive filtering
by Janosch Frank
· 9 years ago
126b33e
scripts/kvm/kvm_stat: Fixup filtering
by Janosch Frank
· 9 years ago
1cd55f9
scripts/kvm/kvm_stat: Fix rlimit for unprivileged users
by Janosch Frank
· 9 years ago
d8e4480
scripts/kvm/kvm_stat: Read event values as u64
by Janosch Frank
· 9 years ago
00842aa
scripts/kvm/kvm_stat: Cleanup and pre-init perf_event_attr
by Janosch Frank
· 9 years ago
c887d9a
scripts/kvm/kvm_stat: Fix output formatting
by Janosch Frank
· 9 years ago
8a2a333
scripts/kvm/kvm_stat: Make tui function a class
by Janosch Frank
· 9 years ago
9c0ab05
scripts/kvm/kvm_stat: Remove unneeded X86_EXIT_REASONS
by Janosch Frank
· 9 years ago
068294a
scripts/kvm/kvm_stat: Group arch specific data
by Janosch Frank
· 9 years ago
d895493
scripts/kvm/kvm_stat: Cleanup of Event class
by Janosch Frank
· 9 years ago
fc9fdee
scripts/kvm/kvm_stat: Cleanup of Groups class
by Janosch Frank
· 9 years ago
e75a36a
scripts/kvm/kvm_stat: Cleanup of Stats class
by Janosch Frank
· 9 years ago
dd0b6a4
scripts/kvm/kvm_stat: Encapsulate filters variable
by Janosch Frank
· 9 years ago
357bc1e
scripts/kvm/kvm_stat: Cleanup cpu list retrieval
by Janosch Frank
· 9 years ago
e06715a
scripts/kvm/kvm_stat: Cleanup of TracepointProvider
by Janosch Frank
· 9 years ago
a90b87b
scripts/kvm/kvm_stat: Introduce properties for providers
by Janosch Frank
· 9 years ago
312bf62
scripts/kvm/kvm_stat: Rename _perf_event_open
by Janosch Frank
· 9 years ago
3e46a5c
scripts/kvm/kvm_stat: Make cpu detection a function
by Janosch Frank
· 9 years ago
8d3b5dd
scripts/kvm/kvm_stat: Cleanup of platform detection
by Janosch Frank
· 9 years ago
392a7fa
scripts/kvm/kvm_stat: Set sensible no. files rlimit
by Janosch Frank
· 9 years ago
400b3cb
scripts/kvm/kvm_stat: Fixup syscall error reporting
by Janosch Frank
· 9 years ago
f4109db
scripts/kvm/kvm_stat: Moved DebugfsProvider
by Janosch Frank
· 9 years ago
a4b2be2
scripts/kvm/kvm_stat: Rename variables that redefine globals
by Janosch Frank
· 9 years ago
e02d896
scripts/kvm/kvm_stat: Fix spaces around keyword assignments
by Janosch Frank
· 9 years ago
639ce18
scripts/kvm/kvm_stat: Introduce main function
by Janosch Frank
· 9 years ago
7aa4ee5
scripts/kvm/kvm_stat: Improve debugfs access checking
by Janosch Frank
· 9 years ago
6fbff64
scripts/kvm/kvm_stat: Cleanup of path variables
by Janosch Frank
· 9 years ago
a6ad61f
scripts/kvm/kvm_stat: Invert dictionaries
by Janosch Frank
· 9 years ago
dbedce0
scripts/kvm/kvm_stat: Mark globals in functions
by Janosch Frank
· 9 years ago
fff5123
scripts/kvm/kvm_stat: Removed unneeded PERF constants
by Janosch Frank
· 9 years ago
db3e5d9
scripts/kvm/kvm_stat: Make constants uppercase
by Janosch Frank
· 9 years ago
6590045
scripts/kvm/kvm_stat: Replaced os.listdir with os.walk
by Janosch Frank
· 9 years ago
c81ab0a
scripts/kvm/kvm_stat: Cleanup of multiple imports
by Janosch Frank
· 9 years ago
811c572
kvm_stat: add kvm_stat.1 man page
by Stefan Hajnoczi
· 10 years ago
9a7dcb7
kvm_stat: add column headers to text UI
by Stefan Hajnoczi
· 10 years ago
edecf5e
kvm_stat: Add kvm_exit reasons for aarch64
by Wei Huang
· 10 years ago
fc116ef
kvm_stat: Add RESET support for perf event ioctl
by Wei Huang
· 10 years ago
874b1cf
kvm_stat: Print errno when syscall to perf_event_open() fails
by Wei Huang
· 10 years ago
2c9d535
kvm_stat: Update exit reasons to the latest defintion
by Wei Huang
· 10 years ago
edcbc40
kvm_stat: Add aarch64 support
by Wei Huang
· 10 years ago
4725398
kvm_stat: Add powerpc support
by Michael Ellerman
· 11 years ago
a15d564
kvm_stat: Abstract ioctl numbers
by Michael Ellerman
· 11 years ago
4d4103f
kvm_stat: Rework platform detection
by Michael Ellerman
· 11 years ago
27d318a
kvm_stat: Fix the non-x86 exit reasons
by Michael Ellerman
· 11 years ago
763952d
kvm_stat: Only consider online cpus
by Michael Ellerman
· 11 years ago
c5d1e2c
vmxcap: Update according to SDM of September 2014
by Adrian-Ken Rueegsegger
· 10 years ago
b763adf
kvm_stat: allow choosing between tracepoints and old stats
by Paolo Bonzini
· 11 years ago
007e986
vmxcap: Update according to SDM of January 2013
by Jan Kiszka
· 12 years ago
614413f
vmxcap: Report APIC register emulation and RDTSCP control
by Jan Kiszka
· 12 years ago
ea4ee28
vmxcap: Augment reported information
by Jan Kiszka
· 12 years ago
f505a4d
vmxcap: Open MSR file in unbuffered mode
by Jan Kiszka
· 12 years ago
f9e90c7
vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery'
by Marcelo Tosatti
· 12 years ago
1b3e6f8
s390/kvm_stat: correct sys_perf_event_open syscall number
by Heinz Graalfs
· 12 years ago
c5854ac
s390: make kvm_stat work on s390
by Jens Freimann
· 13 years ago
287d55c
kvm: update vmxcap for EPT A/D, INVPCID, RDRAND, VMFUNC
by Avi Kivity
· 13 years ago
b3c09bd
kvm: add flightrecorder script
by Stefan Hajnoczi
· 13 years ago
626c427
kvm: Add top-like kvm statistics script
by Jan Kiszka
· 13 years ago
5f6caa4
kvm: Add tool for querying VMX capabilities
by Jan Kiszka
· 13 years ago