diff options
author | Takuya Yoshikawa | 2011-04-13 00:29:09 +0900 |
---|---|---|
committer | Avi Kivity | 2011-05-11 07:57:08 -0400 |
commit | 4179bb02fd3e87183e5f698495dfcb80df187889 (patch) | |
tree | 8e896121d38dc7dc6d7eb6acd6c5cb762cabd2c6 /fs/coda | |
parent | 575e7c1417d41dd72ddf2a49965f833ce9352e92 (diff) |
KVM: x86 emulator: Make emulate_push() store the value directly
PUSH emulation stores the value by calling writeback() after setting
the dst operand appropriately in emulate_push().
This writeback() using dst is not needed at all because we know the
target is the stack. So this patch makes emulate_push() call, newly
introduced, segmented_write() directly.
By this, many inlined writeback()'s are removed.
Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'fs/coda')
0 files changed, 0 insertions, 0 deletions