summaryrefslogtreecommitdiff
path: root/kvm_lapic.c
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-05-25 13:51:16 -0700
committerRobert Mustacchi <rm@joyent.com>2011-05-25 15:12:24 -0700
commit69e5721cd23752f4727842049cc2e83c531e91c2 (patch)
tree29849e66b64891903fb4937e4dda24764d93915b /kvm_lapic.c
parente9cbcee4ceca8f731c0fdd95eeef09276c4db5fe (diff)
downloadillumos-kvm-69e5721cd23752f4727842049cc2e83c531e91c2.tar.gz
HVM-234 need to bump q_hiwat on vnic stream
HVM-233 remove cmn_err in ioapic_deliver and lapic
Diffstat (limited to 'kvm_lapic.c')
-rw-r--r--kvm_lapic.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kvm_lapic.c b/kvm_lapic.c
index b017eed..1190532 100644
--- a/kvm_lapic.c
+++ b/kvm_lapic.c
@@ -353,10 +353,6 @@ kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source,
int result = 0;
struct kvm_lapic *target = vcpu->arch.apic;
- /* XXX - debug */
- cmn_err(CE_NOTE, "target %p, source %p, dest 0x%x, dest_mode 0x%x, "
- "short_hand 0x%x\n", target, source, dest, dest_mode, short_hand);
-
ASSERT(target != NULL);
switch (short_hand) {
case APIC_DEST_NOSHORT: