index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bhyve
/
bhyverun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the number of guest vcpus is less than '1' then flag it as an error.
neel
2015-04-16
1
-0
/
+5
*
Prior to aborting due to an ioport error, it is always interesting to
tychon
2015-04-15
1
-2
/
+4
*
Prior to aborting due to an instruction emulation error, it is always
tychon
2015-04-01
1
-7
/
+12
*
Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time.
neel
2015-02-24
1
-3
/
+9
*
Simplify instruction restart logic in bhyve.
neel
2015-01-18
1
-27
/
+18
*
IFC r271888.
neel
2014-09-20
1
-0
/
+6
*
Set the 'vmexit->inst_length' field properly depending on the type of the
neel
2014-09-14
1
-0
/
+15
*
Simplify the meaning of return values from the inout handlers. After this
neel
2014-07-25
1
-29
/
+7
*
Fix fault injection in bhyve.
neel
2014-07-24
1
-3
/
+24
*
Emulate instructions emitted by OpenBSD/i386 version 5.5:
neel
2014-07-23
1
-5
/
+3
*
Handle nested exceptions in bhyve.
neel
2014-07-19
1
-0
/
+2
*
Add emulation for legacy x86 task switching mechanism.
neel
2014-07-16
1
-7
/
+3
*
Add post-mortem debugging for "EPT Misconfiguration" VM-exit. This error
neel
2014-06-27
1
-1
/
+25
*
Sort command flags in usage output and the manpages.
jhb
2014-06-27
1
-10
/
+10
*
- Document -b to enable the bvmcons console (but mark it as deprecated
jhb
2014-06-26
1
-3
/
+3
*
Activate vcpus from bhyve(8) using the ioctl VM_ACTIVATE_CPU instead of doing
neel
2014-05-31
1
-0
/
+13
*
Add emulation of the "outsb" instruction. NetBSD guests use this to write to
neel
2014-05-23
1
-12
/
+14
*
Implement a PCI interrupt router to route PCI legacy INTx interrupts to
jhb
2014-05-15
1
-0
/
+3
*
Don't include the guest memory segments in the bhyve(8) process core dump.
neel
2014-05-13
1
-2
/
+9
*
abort(3) the process in response to a VMEXIT_ABORT. This usually happens in
neel
2014-05-12
1
-8
/
+3
*
Modify the "-p" option to be more flexible when associating a 'vcpu' with
neel
2014-05-05
1
-10
/
+44
*
Remove misleading "addcpu" in an error message emitted by fbsdrun_deletecpu().
neel
2014-05-05
1
-2
/
+1
*
Don't allow MPtable generation if there are multiple PCI hierarchies. This is
neel
2014-05-02
1
-3
/
+12
*
Add logic in the HLT exit handler to detect if the guest has put all vcpus
neel
2014-05-02
1
-3
/
+9
*
Some Linux guests will implement a 'halt' by disabling the APIC and executing
neel
2014-04-29
1
-19
/
+3
*
Allow a virtual machine to be forcibly reset or powered off. This is done
neel
2014-04-28
1
-9
/
+19
*
Provide a very basic stub for the 8042 PS/2 keyboard controller.
tychon
2014-04-25
1
-4
/
+0
*
Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called
neel
2014-03-26
1
-1
/
+34
*
Use 'cpuset_t' to represent the vcpus active in a virtual machine.
neel
2014-03-20
1
-18
/
+14
*
Add SMBIOS support.
tychon
2014-03-04
1
-2
/
+11
*
Queue pending exceptions in the 'struct vcpu' instead of directly updating the
neel
2014-02-26
1
-4
/
+10
*
Simplify APIC mode switching from MMIO to x2APIC. In part this is done to
neel
2014-02-20
1
-15
/
+13
*
Enhance the support for PCI legacy INTx interrupts and enable them in
jhb
2014-01-29
1
-2
/
+2
*
Remove support for legacy PCI devices. These haven't been needed since
jhb
2014-01-27
1
-9
/
+3
*
Restructure the VMX code to enter and exit the guest. In large part this change
neel
2014-01-01
1
-1
/
+3
*
Support soft power-off via the ACPI S5 state for bhyve guests.
jhb
2013-12-24
1
-3
/
+9
*
Add a parameter to 'vcpu_set_state()' to enforce that the vcpu is in the IDLE
neel
2013-12-22
1
-13
/
+2
*
Add an option to ignore accesses by the guest to unimplemented MSRs.
neel
2013-12-19
1
-11
/
+39
*
If a vcpu disables its local apic and then executes a 'HLT' then spin down the
neel
2013-12-07
1
-4
/
+28
*
Move the ioapic device model from userspace into vmm.ko. This is needed for
neel
2013-11-12
1
-3
/
+0
*
Add the VM name to the process name with setproctitle().
grehan
2013-11-06
1
-1
/
+6
*
Make the virtual ioapic available unconditionally in a bhyve virtual machine.
neel
2013-10-31
1
-8
/
+11
*
Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attached
neel
2013-10-29
1
-2
/
+12
*
Tidy usage messages for bhyve and bhyveload.
neel
2013-10-23
1
-6
/
+6
*
Changes required for OpenBSD/amd64:
grehan
2013-10-17
1
-2
/
+14
*
Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose
neel
2013-10-16
1
-34
/
+46
*
Parse the memory size parameter using expand_number() to allow specifying
neel
2013-10-09
1
-1
/
+5
*
After r256062, the static function fbsdrun_get_next_cpu() in
dim
2013-10-08
1
-11
/
+0
*
Change the behavior of bhyve such that the gdb listening port is opt-in
neel
2013-10-08
1
-3
/
+3
*
Merge projects/bhyve_npt_pmap into head.
neel
2013-10-05
1
-15
/
+13
[next]