mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-04-14 08:44:46 +00:00
qemu-display: fix build with qmp feature
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
5266d8f5d8
commit
7fc63eb531
@ -196,7 +196,7 @@ impl<'d> Display<'d> {
|
||||
fdname: "fdname".into(),
|
||||
})?;
|
||||
|
||||
let conn = zbus::ConnectionBuilder::unix_stream(p1)
|
||||
let conn = zbus::connection::Builder::unix_stream(p1)
|
||||
.p2p()
|
||||
.build()
|
||||
.await?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user