]> Git Repo - qemu.git/commit
s390/kvm_stat: correct sys_perf_event_open syscall number
authorHeinz Graalfs <[email protected]>
Mon, 29 Oct 2012 02:13:20 +0000 (02:13 +0000)
committerAlexander Graf <[email protected]>
Mon, 29 Oct 2012 18:41:55 +0000 (19:41 +0100)
commit1b3e6f88dc151578acb6158e22570cf3ee7cbb69
tree1f3694aff150c9ea9332e0716c0d1af993063696
parent235a3f0bed3584fe65079ffa07c7a842971f261e
s390/kvm_stat: correct sys_perf_event_open syscall number

Correct sys_perf_event_open syscall number for s390 architecture
   - the hardcoded syscall number 298 is for x86 but should
     be different for other architectures.
     In case we figure out via /proc/cpuinfo that we are running
     on s390 the appropriate syscall number is used from map
     syscall_numbers; other architectures can extend this.

Signed-off-by: Heinz Graalfs <[email protected]>
Signed-off-by: Jens Freimann <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
scripts/kvm/kvm_stat
This page took 0.025614 seconds and 4 git commands to generate.