1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-07 13:14:51 +00:00
freebsd/usr.sbin/bhyve
Neel Natu b05c77ff84 Gripe if some <slot,function> tuple is specified more than once instead of
silently overwriting the previous assignment.

Gripe if the emulation is not recognized instead of silently ignoring the
emulated device.

If an error is detected by pci_parse_slot() then exit from the command line
parsing loop in main().

Submitted by (initial version):	Chris Torek (chris.torek@gmail.com)
2013-04-26 02:24:50 +00:00
..
acpi.c Simplify the assignment of memory to virtual machines by requiring a single 2013-03-18 22:38:30 +00:00
acpi.h
atpic.c
bhyverun.c Gripe if some <slot,function> tuple is specified more than once instead of 2013-04-26 02:24:50 +00:00
bhyverun.h Simplify the assignment of memory to virtual machines by requiring a single 2013-03-18 22:38:30 +00:00
consport.c Improve PCI BAR emulation: 2013-04-10 02:12:39 +00:00
dbgport.c Improve PCI BAR emulation: 2013-04-10 02:12:39 +00:00
dbgport.h
elcr.c
inout.c Improve PCI BAR emulation: 2013-04-10 02:12:39 +00:00
inout.h Improve PCI BAR emulation: 2013-04-10 02:12:39 +00:00
ioapic.c Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
ioapic.h
Makefile Remove dangling ISA uart stubs. 2013-04-05 22:19:02 +00:00
mem.c Remove obsolete comment about lack of locking for MMIO range lookup. 2013-04-10 18:53:14 +00:00
mem.h Improve PCI BAR emulation: 2013-04-10 02:12:39 +00:00
mevent_test.c
mevent.c Change thread name for the main kqueue event loop to "<vmname> mevent" so 2012-12-20 23:01:53 +00:00
mevent.h
mptbl.c config checksum is over the entire fixed portion, not just the 2013-04-05 22:14:07 +00:00
mptbl.h
pci_emul.c Gripe if some <slot,function> tuple is specified more than once instead of 2013-04-26 02:24:50 +00:00
pci_emul.h Gripe if some <slot,function> tuple is specified more than once instead of 2013-04-26 02:24:50 +00:00
pci_hostbridge.c Advertise PCI-E capability in the hostbridge device presented to the guest. 2013-02-15 18:41:36 +00:00
pci_passthru.c Convert the offset into the bar that contains the MSI-X table to an offset 2013-03-11 17:36:37 +00:00
pci_uart.c Don't completely drain the read file descriptor. Instead, only 2013-01-07 07:33:48 +00:00
pci_virtio_block.c Teach the virtio block device to deal with direct as well as indirect 2013-04-23 16:40:39 +00:00
pci_virtio_net.c Simplify the assignment of memory to virtual machines by requiring a single 2013-03-18 22:38:30 +00:00
pit_8254.c Rename fbsdrun.* -> bhyverun.* 2012-12-13 01:58:11 +00:00
pit_8254.h
pmtmr.c Unsynchronized TSCs on the host require special handling in bhyve: 2013-04-10 05:59:07 +00:00
post.c
rtc.c Improve correctness of rtc register implementation. 2013-01-25 22:43:20 +00:00
spinup_ap.c The "unrestricted guest" capability is a feature of Intel VT-x that allows 2013-01-04 02:04:41 +00:00
spinup_ap.h
virtio.h Specify the length of the mapping requested from 'paddr_guest2host()'. 2013-03-01 02:26:28 +00:00
xmsr.c
xmsr.h