commit | 02c83209726270ddf9597deabc45e08f6fc3942c | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Apr 29 15:02:17 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:32 2007 +0300 |
tree | 570c2d96c1daba96ae2891e63b1e55b3959e9aba | |
parent | e7df56e4a00358b6975fae3b70dc9df1282d427a [diff] |
KVM: Don't require explicit indication of completion of mmio or pio It is illegal not to return from a pio or mmio request without completing it, as mmio or pio is an atomic operation. Therefore, we can simplify the userspace interface by avoiding the completion indication. Signed-off-by: Avi Kivity <avi@qumranet.com>