search for: 676,50

Displaying 3 results from an estimated 3 matches for "676,50".

Did you mean: 676,56
2008 Jul 15
4
Patch from LKML
...startup_ipi_hook = paravirt_nop, > >> Index: linux-2.6/arch/x86/kernel/vmi_32.c > >> =================================================================== > >> --- linux-2.6.orig/arch/x86/kernel/vmi_32.c > >> +++ linux-2.6/arch/x86/kernel/vmi_32.c > >> @@ -676,6 +676,50 @@ static inline int __init probe_vmi_rom(v > >> return 0; > >> } > >> > >> +#ifdef CONFIG_X86_LOCAL_APIC > >> +static u32 vmi_apic_read(u32 reg) > >> +{ > >> + return 0; > >> +} > >> + > &g...
2008 Jul 15
4
Patch from LKML
...startup_ipi_hook = paravirt_nop, > >> Index: linux-2.6/arch/x86/kernel/vmi_32.c > >> =================================================================== > >> --- linux-2.6.orig/arch/x86/kernel/vmi_32.c > >> +++ linux-2.6/arch/x86/kernel/vmi_32.c > >> @@ -676,6 +676,50 @@ static inline int __init probe_vmi_rom(v > >> return 0; > >> } > >> > >> +#ifdef CONFIG_X86_LOCAL_APIC > >> +static u32 vmi_apic_read(u32 reg) > >> +{ > >> + return 0; > >> +} > >> + > &g...
2019 Jun 27
16
[PATCH 1/9] Rust bindings: Add Rust bindings
...ruby/examples/Makefile ruby/ext/guestfs/extconf.rb + rust/Makefile sparsify/Makefile sysprep/Makefile test-data/Makefile diff --git a/generator/Makefile.am b/generator/Makefile.am index 07872d49c..676c08ce5 100644 --- a/generator/Makefile.am +++ b/generator/Makefile.am @@ -105,6 +105,8 @@ sources = \ p2v_config.mli \ ruby.ml \ ruby.mli \ + rust.ml \ + rust.mli \ structs.ml \ structs.mli \ tests_c_api.ml \ @@ -163,6 +165,7 @@ objects = \ lua.cmo \ GObject.cmo \ golang.cmo \ + ru...