Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215806
b: refs/heads/master
c: c41a15d
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Oct 24, 2010
1 parent 7d36540 commit f8b017a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e0e8afa82018a3c751ea474eb47dfc65f00f4c3
refs/heads/master: c41a15dd4632499b9c1a00871e160276999767d9
4 changes: 2 additions & 2 deletions trunk/arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -3743,7 +3743,7 @@ static int emulator_pio_in_emulated(int size, unsigned short port, void *val,
if (vcpu->arch.pio.count)
goto data_avail;

trace_kvm_pio(1, port, size, 1);
trace_kvm_pio(0, port, size, 1);

vcpu->arch.pio.port = port;
vcpu->arch.pio.in = 1;
Expand Down Expand Up @@ -3771,7 +3771,7 @@ static int emulator_pio_out_emulated(int size, unsigned short port,
const void *val, unsigned int count,
struct kvm_vcpu *vcpu)
{
trace_kvm_pio(0, port, size, 1);
trace_kvm_pio(1, port, size, 1);

vcpu->arch.pio.port = port;
vcpu->arch.pio.in = 0;
Expand Down

0 comments on commit f8b017a

Please sign in to comment.