]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256657,r257018,r257347,r257423,r257729,r257767,
authorgrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Dec 2013 06:59:18 +0000 (06:59 +0000)
committergrehan <grehan@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 13 Dec 2013 06:59:18 +0000 (06:59 +0000)
commite4d6b588ebdd135f1f9011ad0afe590380c9d5c4
tree06ecf2aef97101260263472fc8529085c536703d
parent60e8e2dbe2903ceb33a7a9810c6869d4251c63cc
MFC r256657,r257018,r257347,r257423,r257729,r257767,
    r257933,r258609,r258614,r258668,r258673,r258855

Pull in some minor bugfixes and functionality enhancements
from CURRENT. These are candidates to be moved to 10.0-release.

r258855
mdoc: quote string properly.

r258673
Don't create an initial value for the host filesystem of "/".

r258668
Allow bhyve and bhyveload to attach to tty devices.

r258614
The 22-bit Data Byte Count (DBC) field of a Physical Region Descriptor was
being read as a 32-bit quantity by the bhyve AHCI driver.

r258609
Fix discrepancy between the IOAPIC ID advertised by firmware tables and the
actual value read by the guest.

r257933
Route the legacy timer interrupt (IRQ0) to pin 2 of the IOAPIC.

r257767
Fix an off-by-one error when iterating over the emulated PCI BARs.

r257729
Add the VM name to the process name with setproctitle().

r257423
Make the virtual ioapic available unconditionally in a bhyve virtual machine.

r257347
Update copyright to include the author of the LPC bridge emulation code.

hand-merge r257018
Tidy usage messages for bhyve and bhyveload.

r256657
Add an option to bhyveload(8) that allows setting a loader environment variable
from the command line.

Discussed with: neel

git-svn-id: svn://svn.freebsd.org/base/stable/10@259301 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
usr.sbin/bhyve/acpi.c
usr.sbin/bhyve/acpi.h
usr.sbin/bhyve/bhyverun.c
usr.sbin/bhyve/block_if.c
usr.sbin/bhyve/mevent.c
usr.sbin/bhyve/mptbl.c
usr.sbin/bhyve/mptbl.h
usr.sbin/bhyve/pci_ahci.c
usr.sbin/bhyve/pci_emul.c
usr.sbin/bhyve/pci_virtio_net.c
usr.sbin/bhyve/pit_8254.c
usr.sbin/bhyve/uart_emul.c
usr.sbin/bhyveload/bhyveload.8
usr.sbin/bhyveload/bhyveload.c