Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
target
/
i386
/
Kconfig
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
text
9 lines
158 Bytes
Copy permalink
Copy
Raw
1
config I386
2
bool
3
select APIC
4
# kvm_arch_fixup_msi_route() needs to access PCIDevice
5
select PCI if KVM
6
7
config X86_64
8
bool
9
select I386