freebsd-dev/usr.sbin/bhyve
Neel Natu da91bbd7a7 The displacement field in the decoded instruction should be treated as a 8-bit
or 32-bit signed integer.

Simplify the handling of indirect addressing with displacement by
unconditionally adding the 'instruction->disp' to the target address.
This is alright since 'instruction->disp' is non-zero only for the
addressing modes that specify a displacement.

Obtained from: NetApp
2012-08-04 23:51:21 +00:00
..
atpic.c
consport.c
dbgport.c
dbgport.h
elcr.c
fbsdrun.c Add the "-I" option to control whether or not an ioapic is visible to the guest. 2012-08-04 22:48:04 +00:00
fbsdrun.h
inout.c
inout.h
instruction_emul.c The displacement field in the decoded instruction should be treated as a 8-bit 2012-08-04 23:51:21 +00:00
instruction_emul.h MSI-x interrupt support for PCI pass-thru devices. 2012-04-28 16:28:00 +00:00
Makefile Add 16550 uart emulation as a PCI device. This allows it to 2012-05-03 03:11:27 +00:00
mevent_test.c
mevent.c
mevent.h
pci_emul.c Use the correct variable to index into the 'lirq[]' array to check the legacy 2012-08-04 04:26:17 +00:00
pci_emul.h Add 16550 uart emulation as a PCI device. This allows it to 2012-05-03 03:11:27 +00:00
pci_hostbridge.c
pci_passthru.c MSI-x interrupt support for PCI pass-thru devices. 2012-04-28 16:28:00 +00:00
pci_uart.c Check that 'opts' is actually not NULL before dereferencing it. It is expected 2012-08-04 04:24:41 +00:00
pci_virtio_block.c Allow access to the device's config area with any size i/o access at any 2011-06-07 18:35:45 +00:00
pci_virtio_net.c Allow access to the device's config area with any size i/o access at any 2011-06-07 18:35:45 +00:00
pit_8254.c Catch up with CURRENTs different timer usage compared to 8.1. A counter 2011-05-24 01:08:53 +00:00
pit_8254.h
post.c
rtc.c
uart.c
virtio.h
xmsr.c Ignore legacy INIT de-asserts in x2apic mode before verifying 2011-10-18 18:52:22 +00:00
xmsr.h