* [Qemu-devel] use qemu dataplane report '.x-data-plane' not found
@ 2017-10-16 12:19 Paul Schlacter
2017-10-16 12:28 ` Daniel P. Berrange
0 siblings, 1 reply; 3+ messages in thread
From: Paul Schlacter @ 2017-10-16 12:19 UTC (permalink / raw)
To: qemu-devel
qemu-kvm: -device
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1:
Property '.x-data-plane' not found
What is wrong with this report? is Compiler qemu lost parameters?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] use qemu dataplane report '.x-data-plane' not found
2017-10-16 12:19 [Qemu-devel] use qemu dataplane report '.x-data-plane' not found Paul Schlacter
@ 2017-10-16 12:28 ` Daniel P. Berrange
2017-10-20 10:21 ` Stefan Hajnoczi
0 siblings, 1 reply; 3+ messages in thread
From: Daniel P. Berrange @ 2017-10-16 12:28 UTC (permalink / raw)
To: Paul Schlacter; +Cc: qemu-devel
On Mon, Oct 16, 2017 at 08:19:36PM +0800, Paul Schlacter wrote:
> qemu-kvm: -device
> virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1:
> Property '.x-data-plane' not found
>
> What is wrong with this report? is Compiler qemu lost parameters?
This option was deleted almost 2 years ago.
It was only ever a temporary hack to let people do performance testing,
while the proper long term solution was implemented. It is replaced by
the 'iothread' concept - see docs/devel/multiple-iothreads.txt
NB any property whose name starts with 'x-' is a temporary hack that is
liable to be deleted at any time.
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] use qemu dataplane report '.x-data-plane' not found
2017-10-16 12:28 ` Daniel P. Berrange
@ 2017-10-20 10:21 ` Stefan Hajnoczi
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2017-10-20 10:21 UTC (permalink / raw)
To: Paul Schlacter; +Cc: qemu-devel, Daniel Berrange
On Mon, Oct 16, 2017 at 01:28:42PM +0100, Daniel P. Berrange wrote:
> On Mon, Oct 16, 2017 at 08:19:36PM +0800, Paul Schlacter wrote:
> > qemu-kvm: -device
> > virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1:
> > Property '.x-data-plane' not found
> >
> > What is wrong with this report? is Compiler qemu lost parameters?
>
> This option was deleted almost 2 years ago.
>
> It was only ever a temporary hack to let people do performance testing,
> while the proper long term solution was implemented. It is replaced by
> the 'iothread' concept - see docs/devel/multiple-iothreads.txt
>
> NB any property whose name starts with 'x-' is a temporary hack that is
> liable to be deleted at any time.
In addition to what Dan has posted, libvirt has added domain XML syntax
for IOThreads. That means it's no longer necessary to manually pass
QEMU command-line options if you use libvirt:
https://libvirt.org/formatdomain.html#elementsIOThreadsAllocation
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-20 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-16 12:19 [Qemu-devel] use qemu dataplane report '.x-data-plane' not found Paul Schlacter
2017-10-16 12:28 ` Daniel P. Berrange
2017-10-20 10:21 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).