index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
loadfile_elf.c
Age
Commit message (
Expand
)
Author
2024-09-26
remove unneeded includes; ok dv@ mlarkin@
Jonathan Gray
2024-09-11
Implement AMD SEV support in vmd(8).
Alexander Bluhm
2024-07-09
vmd/vmm: move vm_run_params into mi header.
Dave Voutila
2023-04-25
vmm(4)/vmd(8): pull struct members out of vmm ioctl create struct.
Dave Voutila
2023-04-19
remove duplicate includes
Jonathan Gray
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-26
vmd(8): provide a detailed e820 memory map.
Dave Voutila
2022-11-28
vmd(8): zero consdev in bootargs to fix booting ramdisks
Dave Voutila
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-04
Fix some simple -Wunused-but-set-variable warnings.
Claudio Jeker
2021-12-30
Add back support for -B net -b bsd.rd which emulates a PXE install and
Claudio Jeker
2021-05-04
gzread(3) doesn't always set errno, so use gzerror(3)
dv
2021-04-05
Support booting from compressed kernel images.
dv
2021-03-19
Remove booting from kernels in raw/qcow2 images
kn
2020-10-26
Remove an unneeded variable.
Visa Hankala
2019-05-16
Unbreak vmctl start foo -b /bsd -d disk.img -cL
Claudio Jeker
2019-03-01
vmd(8): remove some i386 remnants that missed the original cleanup
Mike Larkin
2018-12-12
Simplify mbzero() by using mem_write with a NULL buf which does zero out
Claudio Jeker
2018-12-12
Set the com speed to 115200 like we do in our bootloader when using SeaBIOS.
Claudio Jeker
2018-12-06
Make it possible to define the bootdevice in vmd. This information is used
Claudio Jeker
2018-07-17
vmd(8): fix vmctl -b option for i386 kernels.
Mike Larkin
2017-11-29
make vmm(4) less responsible for initial register state, preferring to let
Mike Larkin
2017-11-27
typo in comments "optionel" -> "optional"
Mike Larkin
2017-10-29
Prefer <elf.h> to the non portable <sys/exec_elf.h>.
Martin Pieuchot
2017-03-27
die whitespace die die die
Theo de Raadt
2017-03-25
Boot using BIOS from /etc/firmware/vmm-bios by default.
Reyk Floeter
2017-02-04
missing function prototype
Mike Larkin
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2016-11-26
Implement basic support for boot.conf(8) on the disk image.
Reyk Floeter
2016-11-24
Add support for booting the kernel from the disk image.
Reyk Floeter
2016-10-26
vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will be
Mike Larkin
2016-09-17
move the .SUNW_ctf section name definition to exec_elf.h and document it in e...
Jasper Lievisse Adriaanse
2016-09-13
sync with sys/lib/libsa/loadfile_elf.c -r1.12 and load the .SUNW_ctf section
Jasper Lievisse Adriaanse
2016-09-01
Make vcpu_reset_regs use new writeregs code
Stefan Kempf
2016-08-17
small bits of header cleanup; ok mlarkin
Theo de Raadt
2016-05-26
Copy ELF headers into guest VM memory
Stefan Kempf
2016-04-07
Place a BOOTARG_END section at the end of the boot arguments list pushed
Mike Larkin
2016-04-05
Support processors without unrestricted guest capability.
Mike Larkin
2016-04-04
Directly use physical addresses from ELF header for kernel loading.
Stefan Kempf
2016-03-13
Introduce memory ranges to support VMs with >= 4G RAM
Stefan Kempf
2016-03-04
Set root device to sd0a, instead of wd0a. Virtio devices show up
Stefan Kempf
2016-01-16
vmd(8) sometimes attempts page-crossing data copies between the host
Stefan Kempf
2016-01-05
Make some things static that are only used in loadfile_elf.c
Mike Larkin
2016-01-05
Fail fast if elf64_exec fails. No need to populate the bootargs/stack
Mike Larkin
2016-01-05
more bzero -> memset conversions
Mike Larkin
2015-12-17
Move vcpu register state init to vmd. Allows vmd bootloader to make the
Mike Larkin
2015-12-06
un-needed extern which was removed a while back
Mike Larkin
2015-12-03
spacing
Reyk Floeter
2015-11-23
Add support for logging to stderr or syslog, and to run vmd in
Reyk Floeter
2015-11-22
vmd(8) - virtual machine daemon.
Mike Larkin