search for: hype_addr

Displaying 4 results from an estimated 4 matches for "hype_addr".

2007 Apr 18
0
[PATCH] lguest: Compile hypervisor.S into the lg module directly
...2007 +1100 @@ -4,19 +4,4 @@ obj-$(CONFIG_LGUEST_GUEST) += lguest.o l # Host requires the other files, which can be a module. obj-$(CONFIG_LGUEST) += lg.o lg-objs := core.o hypercalls.o page_tables.o interrupts_and_traps.o \ - segments.o io.o lguest_user.o - -# We use top 4MB for hypervisor. */ -HYPE_ADDR := 0xFFC00000 -# The data is only 1k (256 interrupt handler pointers) -HYPE_DATA_SIZE := 1024 -CFLAGS += -DHYPE_ADDR="$(HYPE_ADDR)" -DHYPE_DATA_SIZE="$(HYPE_DATA_SIZE)" - -$(obj)/core.o: $(obj)/hypervisor-blob.c -# This links the hypervisor in the right place and turns it into a...
2007 Apr 18
0
[PATCH] lguest: Compile hypervisor.S into the lg module directly
...2007 +1100 @@ -4,19 +4,4 @@ obj-$(CONFIG_LGUEST_GUEST) += lguest.o l # Host requires the other files, which can be a module. obj-$(CONFIG_LGUEST) += lg.o lg-objs := core.o hypercalls.o page_tables.o interrupts_and_traps.o \ - segments.o io.o lguest_user.o - -# We use top 4MB for hypervisor. */ -HYPE_ADDR := 0xFFC00000 -# The data is only 1k (256 interrupt handler pointers) -HYPE_DATA_SIZE := 1024 -CFLAGS += -DHYPE_ADDR="$(HYPE_ADDR)" -DHYPE_DATA_SIZE="$(HYPE_DATA_SIZE)" - -$(obj)/core.o: $(obj)/hypervisor-blob.c -# This links the hypervisor in the right place and turns it into a...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...FIG_LGUEST) += lg.o +lg-objs := core.o hypervisor.o lguest_user.o hv_vm.o page_tables.o \ +hypercalls.o io.o interrupts_and_traps.o lguest_debug.o + +# hypercalls.o page_tables.o interrupts_and_traps.o \ +# segments.o io.o lguest_user.o + +# We use top 4MB for guest traps page, then hypervisor. */ +HYPE_ADDR := (0xFFC00000+4096) +# The data is only 1k (256 interrupt handler pointers) +HYPE_DATA_SIZE := 1024 +CFLAGS += -DHYPE_ADDR="$(HYPE_ADDR)" -DHYPE_DATA_SIZE="$(HYPE_DATA_SIZE)" + +##$(obj)/core.o: $(obj)/hypervisor-blob.c +### This links the hypervisor in the right place and turn...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...FIG_LGUEST) += lg.o +lg-objs := core.o hypervisor.o lguest_user.o hv_vm.o page_tables.o \ +hypercalls.o io.o interrupts_and_traps.o lguest_debug.o + +# hypercalls.o page_tables.o interrupts_and_traps.o \ +# segments.o io.o lguest_user.o + +# We use top 4MB for guest traps page, then hypervisor. */ +HYPE_ADDR := (0xFFC00000+4096) +# The data is only 1k (256 interrupt handler pointers) +HYPE_DATA_SIZE := 1024 +CFLAGS += -DHYPE_ADDR="$(HYPE_ADDR)" -DHYPE_DATA_SIZE="$(HYPE_DATA_SIZE)" + +##$(obj)/core.o: $(obj)/hypervisor-blob.c +### This links the hypervisor in the right place and turn...