An error occurred fetching the project authors.
- 23 Nov, 2008 1 commit
-
-
Xiantao Zhang authored
Use CFLAGS_vcpu.o, not EXTRA_CFLAGS, to provide fixed register information to the compiler. Signed-off-by:
Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
- 28 Oct, 2008 1 commit
-
-
Xiantao Zhang authored
To avoid using stale asm-offsets.h. Signed-off-by:
Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by:
Avi Kivity <avi@redhat.com>
-
- 15 Oct, 2008 2 commits
-
-
Xiantao Zhang authored
With intel iommu hardware, we can assign devices to kvm/ia64 guests. Signed-off-by:
Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by:
Avi Kivity <avi@qumranet.com>
-
Xiantao Zhang authored
Moving irq ack notification logic as common, and make it shared with ia64 side. Signed-off-by:
Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by:
Avi Kivity <avi@qumranet.com>
-
- 20 Jul, 2008 1 commit
-
-
Laurent Vivier authored
This patch enables coalesced MMIO for ia64 architecture. It defines KVM_MMIO_PAGE_OFFSET and KVM_CAP_COALESCED_MMIO. It enables the compilation of coalesced_mmio.c. [akpm: fix compile error on ia64] Signed-off-by:
Laurent Vivier <Laurent.Vivier@bull.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Avi Kivity <avi@qumranet.com>
-
- 18 May, 2008 1 commit
-
-
Xiantao Zhang authored
The GVMM module is position independent since it is relocated to the guest address space. Commit ea696f9c ("ia64 kvm fixes for O=... builds") broke this by linking GVMM with non-PIC objects. Fix by creating two files: memset.S and memcpy.S which just include the files under arch/ia64/lib/{memset.S, memcpy.S} respectively. [akpm: don't delete files which we need] Signed-off-by:
Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Avi Kivity <avi@qumranet.com>
-
- 28 Apr, 2008 1 commit
-
-
Al Viro authored
* EXTRA_CFLAGS do not apply for *.S * don't bother with symlinks to ../lib/mem*.S, just add ../lib/mem*.o to object list Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 27 Apr, 2008 1 commit
-
-
Xiantao Zhang authored
Update the related Makefile and KConfig for kvm build Signed-off-by:
Xiantao Zhang <xiantao.zhang@intel.com> Signed-off-by:
Avi Kivity <avi@qumranet.com>
-