mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
auxbus: Eliminate aux_create_slave()
aux_create_slave() has become a trivial wrapper around qdev_new(). There's just one user. Eliminate. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200610053247.1583243-35-armbru@redhat.com>
This commit is contained in:
parent
2214985408
commit
cd9ae806cd
3 changed files with 1 additions and 17 deletions
|
@ -1249,7 +1249,7 @@ static void xlnx_dp_init(Object *obj)
|
|||
/*
|
||||
* Initialize DPCD and EDID..
|
||||
*/
|
||||
s->dpcd = DPCD(aux_create_slave(s->aux_bus, "dpcd"));
|
||||
s->dpcd = DPCD(qdev_new("dpcd"));
|
||||
object_property_add_child(OBJECT(s), "dpcd", OBJECT(s->dpcd));
|
||||
|
||||
s->edid = I2CDDC(qdev_new("i2c-ddc"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue