I want to emulate a SMBus/I2C device in QEMU. I see that there are existing modules in QEMU which have SMBus functionality, but I don't know how to create a new one or the command to use the existing one. Can somebody please help here.
Asked
Active
Viewed 436 times
1
-
1I think you need `-device ipmi-bmc-sim`, `-device ipmi-bmc-extern` or `-device isa-ipmi-kcs`. – nevilad Mar 22 '21 at 19:24
-
@nevilad can you please tell me how can I use the ipmi-bmc-sim device to send a SMBUs/i2c command from the Guest? – nerd Apr 27 '21 at 08:18
-
No, I've didn't used it. – nevilad Apr 27 '21 at 16:42