Age | Commit message (Expand) | Author |
2017-05-11 | typo, spotted by dhill. | Mike Larkin |
2017-05-08 | Adds functions to read and write state of devices in vmd. | Reyk Floeter |
2017-05-05 | VMs cannot use proc_compose() to PROC_VMM, they have to use | Reyk Floeter |
2017-05-05 | Allow vmd(8) to set guest %xcr0 | Mike Larkin |
2017-05-04 | Report command failure back to vmctl reload, reset, load, log verbose. | Reyk Floeter |
2017-05-04 | Report error for vmctl commands that need root privileges. | Reyk Floeter |
2017-05-04 | Add support for rdomains. | Reyk Floeter |
2017-05-03 | Sort parser tokens, no functional change | Reyk Floeter |
2017-05-02 | Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ | Mike Larkin |
2017-05-02 | fix an error in i386 vmd build | Mike Larkin |
2017-05-02 | Matching vmd(8) part of previous diff (first part of vmctl send/receive). | Mike Larkin |
2017-04-28 | rename i8253 "counter" to "channel", a better name for what we are | Mike Larkin |
2017-04-25 | Generate randomized MAC addresses earlier to keep them across reboots. | Reyk Floeter |
2017-04-25 | spacing | Reyk Floeter |
2017-04-24 | Don't overflow the allocated DHCP response buffer. | Reyk Floeter |
2017-04-21 | Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist. | Reyk Floeter |
2017-04-21 | Add global configuration option "local prefix" to change prefix for -L. | Reyk Floeter |
2017-04-21 | vmd(8) pci emulation fix required for upcoming option rom support. | Mike Larkin |
2017-04-19 | Add support for dynamic "NAT" interfaces (-L/local interface). | Reyk Floeter |
2017-04-08 | change a log message from "warn" to "debug" level, as the condition it is | Mike Larkin |
2017-04-08 | implement nonspecific EOI mode for the legacy PIC | Mike Larkin |
2017-04-08 | implement channels 1 and 2 of the legacy PIT. | Mike Larkin |
2017-04-06 | "kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits. | Reyk Floeter |
2017-04-06 | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. | Reyk Floeter |
2017-03-27 | die whitespace die die die | Theo de Raadt |
2017-03-26 | Implement a missing command in vioblk and allow > MAXPHYS transfers. | Mike Larkin |
2017-03-26 | Don't compare kernel and root disk name if both strings are empty. | Reyk Floeter |
2017-03-26 | With the updated get_input_data() interface, we need to zero-initialize | Mark Kettenis |
2017-03-26 | Use the pseudo-bootloader if the boot image path matches the root disk path. | Reyk Floeter |
2017-03-25 | Last bits needed to get seabios + alpine linux working. This is enough | Mike Larkin |
2017-03-25 | Process more than one avail slot in vioblk ring, if requested by the | Mike Larkin |
2017-03-25 | Boot using BIOS from /etc/firmware/vmm-bios by default. | Reyk Floeter |
2017-03-25 | The virtio spec says isr_status should be cleared to 0 on read, which | Mike Larkin |
2017-03-25 | implement missing vioblk reset function and improve the partially | Mike Larkin |
2017-03-25 | Implement some missing functionality and clean up some code in vmd | Mike Larkin |
2017-03-25 | Introduce a new function to obtain properly sized input data, and convert | Mike Larkin |
2017-03-24 | Backout mlarkin's previous commit while he is away: | Reyk Floeter |
2017-03-24 | Last bits of cleanup for linux/seabios support in i8253/i8259 emulation | Mike Larkin |
2017-03-24 | Allow vmd to proceed after an interrupt occurred after retiring a cpuid | Mike Larkin |
2017-03-23 | Implement memory size and SMP CPU count NVRAM registers in the emulated | Mike Larkin |
2017-03-23 | Various i8253/i8254 implementation improvements - Fix an error that used | Mike Larkin |
2017-03-23 | Various mc146818 emulation fixes - don't block interrupts needlessly, and | Mike Larkin |
2017-03-23 | use proper return data size when doing PIC reads - don't clobber %eax | Mike Larkin |
2017-03-21 | From a syslog perspective it does not make sense to log fatal and | Alexander Bluhm |
2017-03-21 | Fix two errors in NS8250 (UART) emulation. The first error zeroed out the | Mike Larkin |
2017-03-19 | Don't identify the MC146818 RTC as operating in binary mode when we are really | Mike Larkin |
2017-03-19 | Emulated i8253 should not start out in TIMER_RATEGEN mode on boot | Mike Larkin |
2017-03-19 | Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28 | Mike Larkin |
2017-03-19 | Convert some log_warn into log_warnx, and provide pic names (master,slave) | Mike Larkin |
2017-03-15 | More fixes for starting and stopping VMs, fixing fallout from vm_running. | Reyk Floeter |