From 4e25b87a1481a099c490c2cf024bd3cb9e342d7c Mon Sep 17 00:00:00 2001 From: Liu Yuan Date: Thu, 21 Apr 2011 14:53:57 +0800 Subject: [PATCH] --- yaml --- r: 248069 b: refs/heads/master c: a38f84ca8c6991925cb8bb6371ade8df9d3cc1e6 h: refs/heads/master i: 248067: 7d3f78c440a0fd77d63158437ce5468f3a2b1aab v: v3 --- [refs] | 2 +- trunk/virt/kvm/ioapic.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 34ecd9a8af68..177ebeb90415 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a78484c60e35555d6e0e5b1eb83d4913621c59fb +refs/heads/master: a38f84ca8c6991925cb8bb6371ade8df9d3cc1e6 diff --git a/trunk/virt/kvm/ioapic.c b/trunk/virt/kvm/ioapic.c index 0b9df8303dcf..8df1ca104a7f 100644 --- a/trunk/virt/kvm/ioapic.c +++ b/trunk/virt/kvm/ioapic.c @@ -167,7 +167,7 @@ static int ioapic_deliver(struct kvm_ioapic *ioapic, int irq) ioapic_debug("dest=%x dest_mode=%x delivery_mode=%x " "vector=%x trig_mode=%x\n", - entry->fields.dest, entry->fields.dest_mode, + entry->fields.dest_id, entry->fields.dest_mode, entry->fields.delivery_mode, entry->fields.vector, entry->fields.trig_mode);