Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Fix a bug in how a 64-bit bar in a pci passthru device would be presented to | neel | 2012-08-06 | 1 | -1/+6 | |
| * | | | | | | | | Add support for emulating PCI multi-function devices. | neel | 2012-08-06 | 1 | -54/+146 | |
| * | | | | | | | | Device model for ioapic emulation. | neel | 2012-08-05 | 5 | -3/+347 | |
| * | | | | | | | | The displacement field in the decoded instruction should be treated as a 8-bit | neel | 2012-08-04 | 1 | -20/+14 | |
| * | | | | | | | | Add the "-I" option to control whether or not an ioapic is visible to the guest. | neel | 2012-08-04 | 1 | -5/+10 | |
| * | | | | | | | | Use the correct variable to index into the 'lirq[]' array to check the legacy | neel | 2012-08-04 | 1 | -1/+1 | |
| * | | | | | | | | Check that 'opts' is actually not NULL before dereferencing it. It is expected | neel | 2012-08-04 | 1 | -1/+1 | |
| * | | | | | | | | Add --get-all option to dump all readable parameters. | grehan | 2012-07-12 | 1 | -86/+90 | |
| * | | | | | | | | IFC @ r238370 | grehan | 2012-07-11 | 157 | -1286/+10653 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add 16550 uart emulation as a PCI device. This allows it to | grehan | 2012-05-03 | 5 | -27/+725 | |
| * | | | | | | | | | MSI-x interrupt support for PCI pass-thru devices. | grehan | 2012-04-28 | 7 | -20/+953 | |
| * | | | | | | | | | IFC @ r234692 | grehan | 2012-04-26 | 171 | -1120/+7867 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | IFC to head to catch up the bhyve branch | sbruno | 2012-01-04 | 200 | -2027/+1571 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | IFC @ r227804 | grehan | 2011-11-22 | 37 | -462/+691 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | IFC @ r226824 | grehan | 2011-10-27 | 110 | -23203/+336 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Ignore legacy INIT de-asserts in x2apic mode before verifying | grehan | 2011-10-18 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | IFC @ r225592 | grehan | 2011-09-15 | 54 | -11845/+878 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | IFC @ r224187 | grehan | 2011-07-18 | 64 | -1693/+4756 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | 'bhyveload' is a userspace FreeBSD loader that can load the kernel + metadata | neel | 2011-07-06 | 3 | -0/+619 | |
| * | | | | | | | | | | | | | | | IFC @ r223696 to pick up dfr's userboot | grehan | 2011-06-30 | 15 | -26/+54 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | IFC @ r222830 | grehan | 2011-06-28 | 79 | -2148/+6257 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Allow access to the device's config area with any size i/o access at any | grehan | 2011-06-07 | 2 | -9/+34 | |
| * | | | | | | | | | | | | | | | | | IFC @ r222256 | grehan | 2011-05-24 | 48 | -140/+3451 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Catch up with CURRENTs different timer usage compared to 8.1. A counter | grehan | 2011-05-24 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | Changes to allow the GENERIC+bhye kernel built from this branch to | grehan | 2011-05-19 | 5 | -6/+61 | |
| * | | | | | | | | | | | | | | | | | | First cut to port bhyve, vmmctl, and libvmmapi to HEAD. | jhb | 2011-05-15 | 31 | -0/+7476 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Import of bhyve hypervisor and utilities, part 1. | grehan | 2011-05-13 | 31 | -0/+7472 | |
| | * | | | | | | | | | | | | | | | | | | MFC r209273: | randi | 2010-06-18 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | MFC r199818: | bz | 2010-05-30 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | Add packages-8.1-release directory. While here add packages-7.3-release. | kensmith | 2010-05-26 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | MFC: r208320 | jkim | 2010-05-25 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | | | | | | | MFC r198477,198503: | randi | 2010-05-25 | 1 | -0/+23 | |
| | * | | | | | | | | | | | | | | | | | | MFC r208407: | randi | 2010-05-25 | 1 | -2/+12 | |
| | * | | | | | | | | | | | | | | | | | | Merge r208110: | kensmith | 2010-05-24 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | MFC: r208054 | brueffer | 2010-05-23 | 1 | -1/+5 | |
| | * | | | | | | | | | | | | | | | | | | MFC: r208056 | brueffer | 2010-05-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | MFC r208273: | bcr | 2010-05-23 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | MFC r198317,206995: | randi | 2010-05-21 | 1 | -10/+75 | |
| | * | | | | | | | | | | | | | | | | | | MFC r207612: | nork | 2010-05-20 | 1 | -0/+14 | |
| | * | | | | | | | | | | | | | | | | | | MFC r207005: | brucec | 2010-05-18 | 2 | -12/+11 | |
| | * | | | | | | | | | | | | | | | | | | MFC r207006: | brucec | 2010-05-18 | 2 | -16/+14 | |
| | * | | | | | | | | | | | | | | | | | | MFC r205728 | kaiw | 2010-05-18 | 1 | -11/+5 | |
| | * | | | | | | | | | | | | | | | | | | MFC r208088: | dougb | 2010-05-18 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | | | | | | MFC: r207689 | rmacklem | 2010-05-17 | 1 | -4/+4 | |
| | * | | | | | | | | | | | | | | | | | | MFC r207755: | fabient | 2010-05-14 | 1 | -86/+104 | |
| | * | | | | | | | | | | | | | | | | | | MFC r207590: | emaste | 2010-05-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | MFC r207731: | fabient | 2010-05-09 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | MFC: r207461 | imp | 2010-05-04 | 1 | -7/+11 | |
| | * | | | | | | | | | | | | | | | | | | MFC r207265: | imp | 2010-05-02 | 1 | -9/+28 |