crosvm/x86_64/src
Xiong Zhang 8c9fe3ef34 Arch: Vfio device could be created and configured at runtime
When a vfio pci device is added through hotplug in, it should be configured
at runtime and added into pci_root->devices tree, so pci_root is added
into linux.

BUG=b:185084350
TEST=Boot a guest with and without passthrough device

Change-Id: Ibcb5f4a849134f64fbceeac645bebd80d6ca72d5
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2954672
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
2021-08-24 00:56:28 +00:00
..
acpi.rs acpi: Don't pass most of host MADT to guest 2021-05-27 17:46:50 +00:00
bootparam.rs x86_64: generate ACPI tables 2020-02-28 00:11:19 +00:00
bzimage.rs base: Add shared memory layer to base. 2020-09-30 19:44:40 +00:00
cpuid.rs uprev rust-toolchain and fix clippy warnings 2021-03-22 21:41:07 +00:00
fdt.rs arch: rewrite FDT writer in native rust 2021-03-03 01:29:15 +00:00
gdt.rs Use hypervisor abstraction to run VMs 2020-08-11 04:51:34 +00:00
interrupts.rs make hypervisor traits object safe 2020-10-15 14:31:20 +00:00
lib.rs Arch: Vfio device could be created and configured at runtime 2021-08-24 00:56:28 +00:00
mpspec.rs ACPI: enable ACPI from command line 2020-03-19 12:11:51 +00:00
mptable.rs Fix clippy errors and some warnings. 2021-01-18 15:50:25 +00:00
msr_index.rs x86_64: Add x86_64 setup code 2017-05-12 20:58:07 -07:00
regs.rs Fix clippy errors and some warnings. 2021-01-18 15:50:25 +00:00
smbios.rs smbios: support source DMI/SMBIOS data from file. 2021-04-06 18:39:15 +00:00
test_integration.rs arch: move resume_notify_devices out of Bus 2021-07-22 02:59:34 +00:00