Bug 1692946

Summary: aarch64: qemu: remove smbus_eeprom and i2c from config
Product: Red Hat Enterprise Linux Advanced Virtualization Reporter: Andrew Jones <drjones>
Component: qemu-kvmAssignee: Eric Auger <eric.auger>
Status: CLOSED NOTABUG QA Contact: Virtualization Bugs <virt-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.1CC: philmd, virt-maint
Target Milestone: rc   
Target Release: ---   
Hardware: aarch64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1693140 (view as bug list) Environment:
Last Closed: 2019-09-20 16:09:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1677408, 1693140    

Description Andrew Jones 2019-03-26 17:45:12 UTC
We should remove the smbus_eeprom and i2c devices from default-configs/aarch64-softmmu.mak. Also, as Paolo says we should really configure with --without-default-devices and then ensure default-configs/aarch64-softmmu.mak has what we need with '<DEVICE>=y's.

Comment 3 Eric Auger 2019-09-20 16:09:26 UTC
I2C, SMBUS_EEPROM, CAN_BUS and CAN_SJA1000 are already disabled. Still IVSHMEM is set: because its default if y if PCI_DEVICES is set, which is our case.
So closing the bug as not-a-bug.