History log of /cloud-hypervisor/hypervisor/src/arch/x86/gdt.rs (Results 1 – 8 of 8)
Revision Date Author Comments
# 00c1b4a9 09-Aug-2022 Wei Liu <liuwe@microsoft.com>

hypervisor: fix a clippy warning

Signed-off-by: Wei Liu <liuwe@microsoft.com>


# 75797827 14-Jul-2022 Wei Liu <liuwe@microsoft.com>

hypervisor: x86: provide a generic SegmentRegister structure

And drop SegmentRegisterOps since it is no longer required.

Signed-off-by: Wei Liu <liuwe@microsoft.com>


# ae96aeda 13-Nov-2020 Samuel Ortiz <sameo@linux.intel.com>

arch: Move the gdt module to the hypervisor crate

We will need the GDT API for the hypervisor's x86 instruction
emulator implementation, it's better if the arch crate depends on the
hypervisor one r

arch: Move the gdt module to the hypervisor crate

We will need the GDT API for the hypervisor's x86 instruction
emulator implementation, it's better if the arch crate depends on the
hypervisor one rather than the other way around.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

show more ...


# e4dee57e 02-Jun-2020 Muminul Islam <muislam@microsoft.com>

arch, pci, vmm: Initial switch to the hypervisor crate

Start moving the vmm, arch and pci crates to being hypervisor agnostic
by using the hypervisor trait and abstractions. This is not a complete
s

arch, pci, vmm: Initial switch to the hypervisor crate

Start moving the vmm, arch and pci crates to being hypervisor agnostic
by using the hypervisor trait and abstractions. This is not a complete
switch and there are still some remaining KVM dependencies.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

show more ...


# 840a9a97 12-Feb-2020 Alejandro Jimenez <alejandro.j.jimenez@oracle.com>

pvh: Initialize vCPU regs/sregs for PVH boot

Set the initial values of the KVM vCPU registers as specified in
the PVH boot ABI:

https://xenbits.xen.org/docs/unstable/misc/pvh.html

Signed-off-by: A

pvh: Initialize vCPU regs/sregs for PVH boot

Set the initial values of the KVM vCPU registers as specified in
the PVH boot ABI:

https://xenbits.xen.org/docs/unstable/misc/pvh.html

Signed-off-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com>

show more ...


# 134e64c6 13-Mar-2020 Samuel Ortiz <sameo@linux.intel.com>

arch, qcow: Fix 1.42.0 clippy warnings

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>


# 040ea543 08-May-2019 Samuel Ortiz <sameo@linux.intel.com>

cloud-hypervisor: Add proper licensing

Add the BSD and Apache license.
Make all crosvm references point to the BSD license.
Add the right copyrights and identifier to our VMM code.
Add Intel copyrig

cloud-hypervisor: Add proper licensing

Add the BSD and Apache license.
Make all crosvm references point to the BSD license.
Add the right copyrights and identifier to our VMM code.
Add Intel copyright to the vm-virtio and pci crates.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

show more ...


# b56b4ca8 25-Feb-2019 Samuel Ortiz <sameo@linux.intel.com>

cloud-hypervisor: Add the architecture crates

Both crates are based on Firecracker commit 9cdb5b2.
They are ported to the new memory model and tests have been fixed
accordingly.

Signed-off-by: Samu

cloud-hypervisor: Add the architecture crates

Both crates are based on Firecracker commit 9cdb5b2.
They are ported to the new memory model and tests have been fixed
accordingly.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

show more ...