Home
last modified time | relevance | path

Searched full:sources (Results 1 – 11 of 11) sorted by relevance

/cloud-hypervisor/vm-device/src/interrupt/
H A Dmod.rs7 //! Traits and Structs to manage interrupt sources for devices.
40 //! or multiple interrupt sources. For example, a PCI device may support:
42 //! * PCI MSI Irq: 1,2,4,8,16,32 interrupt sources.
43 //! * PCI MSIx Irq: 2^n(n=0-11) interrupt sources.
91 /// Trait to manage interrupt sources for virtual device backends.
99 /// interrupt sources for a virtual device
102 /// sources of the same type for a virtual device.
107 /// * count: number of Interrupt Sources to be managed by the group object.
113 /// Assume the caller takes the responsibility to disable all interrupt sources of the group
120 /// Enable the interrupt sources in the group to generate interrupts.
[all …]
/cloud-hypervisor/.github/workflows/
H A Dintegration-windows.yaml24 …d.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.lis…
32 …/packages.microsoft.com/repos/azure-cli/ jammy main" | sudo tee /etc/apt/sources.list.d/azure-cli.…
H A Dintegration-arm64.yaml31 …ckages.microsoft.com/repos/azure-cli/ bookworm main" | sudo tee /etc/apt/sources.list.d/azure-cli.…
H A Dintegration-x86-64.yaml30 …d.docker.com/linux/ubuntu $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.lis…
H A Drelease.yaml82 id: upload-release-cloud-hypervisor-vendored-sources
/cloud-hypervisor/
H A D.gitignore7 /rpm/SOURCES
/cloud-hypervisor/scripts/
H A Dprepare_vdpa.sh5 sudo sed -i -- 's/# deb-src/deb-src/g' /etc/apt/sources.list
/cloud-hypervisor/docs/
H A Dwindows.md212 …a sufficient disk size that counts in the need to save the corresponding debug symbols and sources.
291 Note, this VM has the networking enabled. It is needed, because symbols and sources might need to b…
343 - [VirtIO driver sources](https://github.com/virtio-win/kvm-guest-drivers-windows)
H A Driscv.md155 ### Sources subsection
/cloud-hypervisor/hypervisor/src/kvm/riscv64/
H A Daia.rs54 // Setting up the number of wired interrupt sources in init_device_attributes()
/cloud-hypervisor/arch/src/riscv64/
H A Dfdt.rs261 fdt.property_u32("riscv,num-sources", 96u32)?; in create_aia_node()