mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
rust: tests: do not import bindings::*
Similar to the devices, spell the exact set of C functions that are called directly. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
8a420dd109
commit
4cb7040d85
1 changed files with 2 additions and 1 deletions
|
@ -8,13 +8,14 @@ use std::{
|
|||
};
|
||||
|
||||
use qemu_api::{
|
||||
bindings::*,
|
||||
bindings::{module_call_init, module_init_type, object_new, object_unref, qdev_prop_bool},
|
||||
c_str,
|
||||
cell::{self, BqlCell},
|
||||
declare_properties, define_property,
|
||||
prelude::*,
|
||||
qdev::{DeviceClass, DeviceImpl, DeviceState, Property, ResettablePhasesImpl},
|
||||
qom::{ClassInitImpl, ObjectImpl, ParentField},
|
||||
sysbus::SysBusDevice,
|
||||
vmstate::VMStateDescription,
|
||||
zeroable::Zeroable,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue