summaryrefslogtreecommitdiff
path: root/kvm
AgeCommit message (Expand)AuthorFilesLines
2011-02-28kvm_stat: add 'x' key for enabling/disabling "drilldown"Avi Kivity1-4/+22
2011-02-28kvm_stat: allow enabling/disabling events dynamicallsAvi Kivity1-1/+9
2011-02-28kvm_stat: add wrappers for perf_event enable and disable ioctlsAvi Kivity1-0/+6
2011-02-28kvm_stat: move groups and events into well defined objectsAvi Kivity1-41/+66
2010-11-29qemu-kvm: remove unused setupcpuidMichael S. Tsirkin2-69/+0
2010-11-16make-release: fix mtime for a wider range of git versionsBernhard Kohl1-1/+1
2010-09-29make-release: don't use --mtime and --transform tar optionsEduardo Habkost1-8/+10
2010-09-29make-release: don't use --tmpdir mktemp optionEduardo Habkost1-1/+1
2010-09-13Remove kvm/doxygen.confAvi Kivity1-1252/+0
2010-09-02kvm_stat: increase nfiles resource limitAvi Kivity1-0/+3
2010-09-02kvm_stat: determine online cpus dynamicallyAvi Kivity1-1/+4
2010-09-01kvm_stat: ignore events that have never occuredAvi Kivity1-0/+2
2010-09-01kvm_stat: use total count as a secondary sort keyAvi Kivity1-2/+2
2010-09-01kvm_stat: scale delta column to make it a rateAvi Kivity1-3/+3
2010-09-01kvm_stat: make the initial sleep shorterAvi Kivity1-1/+3
2010-08-31kvm_stat: be slowerAvi Kivity1-1/+1
2010-08-31kvm_stat: increase label widthAvi Kivity1-1/+1
2010-08-31kvm_stat: sort tui output according to highest occurenceAvi Kivity1-1/+6
2010-08-31kvm_stat: provide detailed kvm_exit:exit_reason displayAvi Kivity1-1/+155
2010-08-31kvm_stat: implement tracepoint stats providerAvi Kivity1-1/+100
2010-08-31kvm_stat: refactor to separate stats provider from difference engineAvi Kivity1-9/+24
2010-08-03test: removeAvi Kivity78-9098/+0
2010-08-02test: add svm testsAvi Kivity1-0/+10
2010-08-02test: Add test to check if asid 0 is allowedJoerg Roedel1-0/+17
2010-08-02test: Add mode-switch test for nested svmJoerg Roedel3-0/+134
2010-08-02test: Add nested svm next_rip testJoerg Roedel1-0/+29
2010-08-02test: Run tests with asid 1Joerg Roedel1-0/+1
2010-07-29test: Run tests only if supported on the current hardwareRoedel, Joerg1-13/+25
2010-07-29test: verify that the emulator honours svm interceptsAvi Kivity1-0/+37
2010-07-29test: ensure svm tests are executed with interrupts disabled by defaultAvi Kivity1-0/+1
2010-07-29test: add cli() and sti() instruction accessorsAvi Kivity1-0/+10
2010-07-29test: add pause() instruction accessorAvi Kivity1-0/+5
2010-07-29test: add intercepted and unintercepted cr3 read tests for svmAvi Kivity1-1/+25
2010-07-29test: add scratch word for use by svm testsAvi Kivity1-0/+1
2010-07-29test: add svm testsAvi Kivity3-0/+183
2010-07-29test: add msr definitions headerAvi Kivity1-0/+406
2010-07-29test: add svm definitions headerAvi Kivity1-0/+328
2010-07-29test: make use of new processor.h headerAvi Kivity4-67/+14
2010-07-29test: add processor register access functionsAvi Kivity1-0/+246
2010-07-29test: add type boolAvi Kivity1-0/+4
2010-07-29test: move memset() to libcflatAvi Kivity5-26/+14
2010-07-29test: move ARRAY_SIZE() to libcflat.hAvi Kivity2-2/+2
2010-07-29test: Add emulator test for iret instructionMohammed Gamal1-0/+79
2010-07-27test: emulator: test LOCK NEG and LOCK NOTAvi Kivity1-3/+18
2010-07-27test: realmode: fix pusha test stackAvi Kivity1-1/+6
2010-07-27test: realmode: initialize all bits of espAvi Kivity1-1/+1
2010-07-27test: realmode: fix pusha testAvi Kivity1-3/+2
2010-07-27test: access: add test case to trigger the bug which cause hugepage mapping c...Xiao Guangrong1-0/+46
2010-07-27test: access: separate pool from ac_test_t structXiao Guangrong1-30/+41
2010-07-27test: access: separate expect status updates from ac_test_setup_pte() functionXiao Guangrong1-62/+69