Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96919
b: refs/heads/master
c: 25c437b
h: refs/heads/master
i:
  96917: 8d4a814
  96915: 79b641a
  96911: 1dd76d8
v: v3
  • Loading branch information
Xiantao Zhang authored and Avi Kivity committed May 18, 2008
1 parent c9e3803 commit 3ec9341
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 021f4b6cc966d02b2bcd68841bc2f0c4897edcbb
refs/heads/master: 25c437b01f3a04af5362c7fd80ba91a0ec74f007
3 changes: 1 addition & 2 deletions trunk/arch/ia64/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ offsets-file := asm-offsets.h
always := $(offsets-file)
targets := $(offsets-file)
targets += arch/ia64/kvm/asm-offsets.s
clean-files := $(addprefix $(objtree)/,$(targets) $(obj)/memcpy.S $(obj)/memset.S)

# Default sed regexp - multiline due to syntax constraints
define sed-y
Expand Down Expand Up @@ -54,5 +53,5 @@ EXTRA_CFLAGS_vcpu.o += -mfixed-range=f2-f5,f12-f127
kvm-intel-objs = vmm.o vmm_ivt.o trampoline.o vcpu.o optvfault.o mmio.o \
vtlb.o process.o
#Add link memcpy and memset to avoid possible structure assignment error
kvm-intel-objs += ../lib/memset.o ../lib/memcpy.o
kvm-intel-objs += memcpy.o memset.o
obj-$(CONFIG_KVM_INTEL) += kvm-intel.o
1 change: 1 addition & 0 deletions trunk/arch/ia64/kvm/memcpy.S
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../lib/memcpy.S"
1 change: 1 addition & 0 deletions trunk/arch/ia64/kvm/memset.S
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "../lib/memset.S"

0 comments on commit 3ec9341

Please sign in to comment.