/kvm-unit-tests/x86/ |
H A D | rmap_chain.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | asyncpf.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | pmu.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | Makefile.common | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/kvm-unit-tests/lib/x86/ |
H A D | isr.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | io.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | vm.h | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | vm.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/kvm-unit-tests/common/ |
H A D | sieve.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/kvm-unit-tests/lib/ |
H A D | vmalloc.h | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | alloc.h | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | alloc.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | vmalloc.c | dcda215bee0e3d21eefba1b3658ba384952b5576 Mon Oct 23 13:00:53 UTC 2017 Paolo Bonzini <pbonzini@redhat.com> vmalloc: convert to alloc_ops
The final step moves the vmalloc and vmap implementation to generic code, rewriting vmalloc and vfree as an alloc_ops implementation that is installed by setup_vm.
This way all architectures can benefit from it just by calling setup_vm and providing the implementation of install_page.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|