mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
![]() In an ideal world, machines can be built by wiring devices together
with configuration, not code. Unfortunately, that's not the world we
live in right now. We still have quite a few devices that need to be
wired up by code. If you try to device_add such a device, it'll fail
in sometimes mysterious ways. If you're lucky, you get an
unmysterious immediate crash.
To protect users from such badness, DeviceClass member no_user used to
make device models unavailable with -device / device_add, but that
regressed in commit
|
||
---|---|---|
.. | ||
apm.c | ||
i82378.c | ||
isa-bus.c | ||
lpc_ich9.c | ||
Makefile.objs | ||
pc87312.c | ||
piix4.c | ||
vt82c686.c |