aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve
Commit message (Expand)AuthorAgeFilesLines
* bhyve: use linker set for ipc commandsRobert Wing2022-04-102-17/+75
* man pages: Fix typoChristian Weisgerber2022-04-071-1/+1
* bhyve: validate e82545 checksum offset fieldMark Johnston2022-04-051-3/+6
* bhyve: avoid an empty passthru config valueCorvin Köhne2022-04-011-1/+6
* bhyve: avoid uninitialized variableCorvin Köhne2022-04-011-0/+2
* bhyve: avoid overflow of BAR indexCorvin Köhne2022-04-011-4/+20
* bhyve: sweep MAX_VMNAMERobert Wing2022-03-181-2/+0
* bhyve/snapshot: limit snapshot filename to NAME_MAXRobert Wing2022-03-181-3/+3
* libvmm: constify vm_get_name()Robert Wing2022-03-181-24/+4
* bhyve: missing mutex initializationsAndy Fiddaman2022-03-164-2/+8
* bhyve.8: Fix a typoMateusz Piotrowski2022-03-101-1/+1
* bhyve/usage: memory size is not in MBCorvin Köhne2022-03-101-1/+1
* bhyve: add ROM emulationCorvin Köhne2022-03-105-19/+234
* bhyve: export funcs for read/write pci configCorvin Köhne2022-03-102-26/+51
* bhyve: Use vm_get_topology to query kernel's maximum vCPU count.John Baldwin2022-03-091-3/+7
* bhyve: Don't force an upper bound on vCPUs when parsing pinning.John Baldwin2022-03-091-3/+2
* bhyve: Allocate dynamic arrays to hold per-VCPU state.John Baldwin2022-03-091-3/+8
* bhyve: Make the MADT dynamically sized.John Baldwin2022-03-091-26/+20
* bhyve: Allocate mmio_hint array based on number of guest CPUs.John Baldwin2022-03-093-5/+8
* bhyve: add varfile option to nvlist of lpc deviceCorvin Köhne2022-03-034-24/+62
* bhyve: plug memory leak in topology_parse()Andy Fiddaman2022-02-241-4/+4
* bhyve nvme: Advertise Namespace changed AENChuck Tuffli2022-02-231-20/+24
* nvme: fix spelling of NamespaceChuck Tuffli2022-02-211-1/+1
* bhyve/snapshot: use a string for cmd element in the nvlistRobert Wing2022-02-152-20/+13
* bhyve/snapshot: switch to nvlist for snapshot requestsRobert Wing2022-02-092-40/+21
* bhyve: Fix getaddrinfo() error handlingMark Johnston2022-02-081-2/+3
* bhyve/virtio: use correct device id for virtio-scsiRobert Wing2022-01-311-1/+1
* bhyve nvme: Fix Identify Namespace, NSID=ffffffffChuck Tuffli2022-01-301-0/+6
* bhyve nvme: Fix Set Features, AENChuck Tuffli2022-01-301-1/+25
* bhyve nvme: Fix reported VWC valueChuck Tuffli2022-01-301-0/+2
* bhyve nvme: Fix LBA out-of-range calculationChuck Tuffli2022-01-301-6/+7
* bhyve nvme: Add Select support to Get FeaturesChuck Tuffli2022-01-301-1/+8
* bhyve nvme: Update v1.4 Identify Controller dataChuck Tuffli2022-01-301-1/+9
* bhyve nvme: Add Temperature Threshold supportChuck Tuffli2022-01-301-3/+64
* bhyve nvme: Fix Set FeaturesChuck Tuffli2022-01-301-16/+36
* bhyve nvme: Remove redundant AER Limit checksChuck Tuffli2022-01-301-3/+0
* bhyve nvme: Add missing Admin opcodesChuck Tuffli2022-01-301-0/+7
* bhyve nvme: Implement Log Page OffsetChuck Tuffli2022-01-301-8/+34
* bhyve nvme: Fix Namespace Specific Set FeaturesChuck Tuffli2022-01-301-0/+5
* bhyve nvme: Fix NVM Format completion statusChuck Tuffli2022-01-301-2/+3
* bhyve nvme: Advertise v1.4 supportChuck Tuffli2022-01-301-2/+2
* pkgbase: bhyve: Tag the kbdlayout file to be in the bhyve packageEmmanuel Vadot2022-01-261-0/+1
* bhyve/block_if: allow DIOCGMEDIASIZE ioctlRobert Wing2022-01-251-1/+1
* bhyve: ahci: Fix regression with no portsRyan Moeller2022-01-211-1/+1
* Append Keyboard Layout specified option for using VNC.Michael Reifenberger2022-01-2080-5/+2952
* bhyve/snapshot: fix pthread_create() error checkRobert Wing2022-01-191-5/+3
* bhyve: get mediasize for character devices when resizing virtio-blkRobert Wing2022-01-181-2/+12
* bhyve: add nvlist functions for setting unset nodesCorvin Köhne2022-01-142-0/+33
* bhyve: Correct unmapping of the MSI-X table BARMark Johnston2022-01-051-2/+3
* bhyve: Map the right BAR in init_msix_table()Mark Johnston2022-01-051-1/+1