gem5/src/cpu/kvm
Andreas Sandberg 5435f25ec8 kvm: Fix dumping code for large registers
The register dumping code in kvm tries to print the bytes in large
registers (128 bits and larger) instead of printing them as hex. This
changeset fixes that.
2015-05-23 13:37:22 +01:00
..
arm_cpu.cc kvm: Don't handle IO and execute in the same tick 2013-06-11 09:24:51 +02:00
arm_cpu.hh kvm: Don't handle IO and execute in the same tick 2013-06-11 09:24:51 +02:00
ArmKvmCPU.py kvm: Add basic support for ARM 2013-04-22 13:20:32 -04:00
base.cc kvm: Fix dumping code for large registers 2015-05-23 13:37:22 +01:00
base.hh mem: Split port retry for all different packet classes 2015-03-02 04:00:35 -05:00
BaseKvmCPU.py kvm: Separate host frequency from simulated CPU frequency 2013-06-11 09:24:55 +02:00
KvmVM.py kvm: Basic support for hardware virtualized CPUs 2013-04-22 13:20:32 -04:00
perfevent.cc kvm: Basic support for hardware virtualized CPUs 2013-04-22 13:20:32 -04:00
perfevent.hh kvm: Set the perf exclude_host attribute if available 2013-10-15 10:09:23 +02:00
SConscript kvm: Initial x86 support 2013-09-25 12:24:26 +02:00
timer.cc kvm: Add support for multi-system simulation 2014-02-20 15:43:53 +01:00
timer.hh kvm: Add experimental support for a perf-based execution timer 2013-04-22 13:20:32 -04:00
vm.cc kvm, x86: Guard x86-specific APIs in KvmVM 2015-05-23 13:37:20 +01:00
vm.hh kvm, x86: Guard x86-specific APIs in KvmVM 2015-05-23 13:37:20 +01:00
x86_cpu.cc mem: Clean up Request initialisation 2015-01-22 05:00:53 -05:00
x86_cpu.hh mem: Clean up Request initialisation 2015-01-22 05:00:53 -05:00
X86KvmCPU.py kvm: FPU synchronization support on x86 2013-09-30 09:43:43 +02:00