public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [PATCH] kvm-userspace: fix io.h include merge confilict
@ 2008-11-10  9:34 Ehrhardt Christian
  2008-11-10  9:46 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Ehrhardt Christian @ 2008-11-10  9:34 UTC (permalink / raw)
  To: kvm, avi; +Cc: ehrhardt, hollisb

From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>

These two patches went in with a conflict:
changeset:   16724:3ce8c651c948
user:        Ehrhardt Christian <ehrhardt@linux.vnet.ibm.com>
date:        Tue Nov 04 12:10:51 2008 +0200
summary:     kvm: qemu: move x86 specific calls introduced by device assignement to x86 files

changeset:   16723:c445df2fedcb
parent:      16675:cc9efba63149
user:        Xiantao Zhang <xiantao.zhang@intel.com>
date:        Mon Nov 03 17:56:15 2008 +0200
summary:     kvm: qemu: fix ia64 build breakage.

The final solution is to drop that io.h include in qemu-kvm.c completely.
After 16724 is applied there is no need for it in qemu-kvm.c anymore (16724
removed the original include).

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
---

[diffstat]

[diff]

diff --git a/qemu/qemu-kvm.c b/qemu/qemu-kvm.c
--- a/qemu/qemu-kvm.c
+++ b/qemu/qemu-kvm.c
@@ -1049,8 +1049,6 @@
     return kvm_unregister_coalesced_mmio(kvm_context, addr, size);
 }
 
-#include <sys/io.h>
-
 #ifdef USE_KVM_DEVICE_ASSIGNMENT
 void kvm_ioperm(CPUState *env, void *data)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-10  9:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-10  9:34 [PATCH] [PATCH] kvm-userspace: fix io.h include merge confilict Ehrhardt Christian
2008-11-10  9:46 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox