On Wed, 30 Mar 2016 14:10:38 +0200
Pradeep Kiruvale wrote:
> Hi All,
>
> Is virtio-9p-pci device only supports the fsdev deices? I am trying to use
> -drive option for applying QoS for block device using Virtio-9p-pci device,
> but failing to create/add a device other than fsdev. Can you please
using the Virtio-9p-pci.
>
What file ?
> Basically I want to have QoS for virtio-9p-pci.
>
Can you provide a more detailed scenario on the result you want to reach ?
> Regards,
> Pradeep
>
Cheers.
--
Greg
> On 30 March 2016 at 16:13, Greg Kurz wrote:
>
> > On Wed, 30
On Thu, 7 Apr 2016 11:48:27 +0200
Pradeep Kiruvale wrote:
> Hi All,
>
> I am using virtio-9p for sharing the file between host and guest. To test
> the shared file I do read/write options in the guest.To have controlled io,
> I am using cgroup blkio.
>
> While using cgroup I am facing two issue
ent runs.
>
AFAIK, no.
Why don't you simply start QEMU in the cgroup ? Unless I miss something, all
children threads, including the 9p ones, will be in the cgroup and honor the
throttle setttings.
> Regards,
> Pradeep
>
Cheers.
--
Greg
>
> On 8 April 2016 at 10:10, Greg K
d:
# echo $$ > /sys/fs/cgroup/blkio/test/tasks
# qemu.
This being said, QEMU is a regular userspace program that is completely cgroup
agnostic. It won't behave differently than 'dd if=/dev/sdb of=/dev/null'.
This really doesn't look like a QEMU related issue to me.
> Regar
On Wed, 27 Apr 2016 16:39:58 +0200
Pradeep Kiruvale wrote:
> On 27 April 2016 at 10:38, Alberto Garcia wrote:
>
> > On Wed, Apr 27, 2016 at 09:29:02AM +0200, Pradeep Kiruvale wrote:
> >
> > > Thanks for the reply. I am still in the early phase, I will let you
> > > know if any changes are neede
On Thu, 28 Apr 2016 11:45:41 +0200
Pradeep Kiruvale wrote:
> On 27 April 2016 at 19:12, Greg Kurz wrote:
>
> > On Wed, 27 Apr 2016 16:39:58 +0200
> > Pradeep Kiruvale wrote:
> >
> > > On 27 April 2016 at 10:38, Alberto Garcia wrote:
> > >
> &
On Mon, 2 May 2016 17:49:26 +0200
Pradeep Kiruvale wrote:
> On 2 May 2016 at 14:57, Greg Kurz wrote:
>
> > On Thu, 28 Apr 2016 11:45:41 +0200
> > Pradeep Kiruvale wrote:
> >
> > > On 27 April 2016 at 19:12, Greg Kurz wrote:
> > >
> > > &
On Fri, 6 May 2016 08:01:09 +0200
Pradeep Kiruvale wrote:
> On 4 May 2016 at 17:40, Greg Kurz wrote:
>
> > On Mon, 2 May 2016 17:49:26 +0200
> > Pradeep Kiruvale wrote:
> >
> > > On 2 May 2016 at 14:57, Greg Kurz wrote:
> > >
> > > &
On Tue, 7 Jun 2016 10:20:51 +0200
Pradeep Kiruvale wrote:
> Hi All,
>
> I am trying to add the throttle to the virtio-9p devices using the throttle
> APIs that are already exists in the qemu.
>
> I need help to understand the device model and where to add the throttling.
> I am digging through t
On Fri, 2 Sep 2016 13:39:05 +0100
lejeczek wrote:
> hi devel, sorry to bother you but tried "users" without any
> luck and am hoping to get some help here.
>
> I'm trying to passthrough host's filesystem, first time but
> a pretty regular setup, and guests mount that mount tag, I
> can list i
On Wed, 7 Sep 2016 10:28:26 -0500
"Stephen Bates" wrote:
> Hi
>
> Apologies in advance if this information is already available but a search
> of the WWW and the qemu mailing archives did not yield anything:
>
> I am working on a few different topics (RISC-V, NVMe, PMEM) and need to
> have mult
On Wed, 14 Sep 2016 15:09:52 +0300
Utku Gültopu wrote:
> Sorry for this very basic question but I wanted to make sure I am doing this
> correct.
>
Hi,
> If I want to build QEMU’s latest stable version (instead of the latest
> development version), am I supposed to follow the following comman
On Wed, 30 Aug 2017 09:28:57 + (UTC)
Mahmood wrote:
> >Could you please try to replace the -virtfs option with these two options:
> >
> >-fsdev local,id=shared,path=/home/mahmood/Downloads \
> >-device virtio-9p-pci,fsdev=shared,mount_tag=Downloads
>
>
>
>
> Still get the same error!
On Wed, 30 Aug 2017 12:17:22 +0200
Thomas Huth wrote:
> On 30.08.2017 12:11, Greg Kurz wrote:
> [...]
> > Hi,
> >
> > Both -virtfs and -fsdev/-device syntaxes work for me with the current QEMU
> > master branch :) Where's your qemu-system-x86_64 binary coming
On Wed, 30 Aug 2017 14:35:00 + (UTC)
Mahmood wrote:
> OK. I reconfigured 2.9.0 with --enable-virtfs. Please note:
> 1- If I use -virtfs option, I get
> qemu-option.c:547: opt_set: Assertion `opt->str' failed
>
If you use the local fsdriver, security_model is mandatory with -virtfs jus
On Tue, 10 Jul 2018 08:53:00 -0400
Chris wrote:
> I'm getting a 15 second delay on every VM boot when using the
> ArchLinux kernel and using the virtio-scsi-pci system.
>
> QEMU emulator version 2.12.0 running on Arch Linux (4.17.4 kernel),
> booting the same.
>
> I run qemu like so:
>
> qemu-
On Wed, 11 Jul 2018 13:45:09 -0400
Chris wrote:
> On Wed, Jul 11, 2018 at 12:43 PM, Greg Kurz wrote:
> > I've been observing a similar delay on ppc64 with fedora28 guests:
> >
> > # dmesg | egrep 'scsi| sd '
> > [1.530946] scsi host0: Virtio SCSI H
On Fri, 27 Jul 2018 09:23:36 +0200
Pierre Couderc wrote:
> Thank you very much, Pascal.
>
> When I compare what is working for you :
>
> 4: tap0: mtu 1500 qdisc fq_codel
> state DOWN group default qlen 1000
> link/ether 7e:89:46:3d:b0:d4 brd ff:ff:ff:ff:ff:ff
> inet 192.168.1.1/24 <
On Sat, 11 Aug 2018 19:39:56 +0200
Oleksandr Natalenko wrote:
> Hi.
>
> On 11.08.2018 14:23, Ming Lei wrote:
> > Please test for-4.19/block:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git/log/?h=for-4.19/block
> >
> > This slow boot issue should have been fixed b
On Tue, 29 May 2018 08:11:32 +
Linzichang wrote:
> Hi All,
> I am using virtio 9pfs in guestOS now, and I’m wonder if live
> migration supports 9pfs in the latest version of Qemu.
No it is not. There's a migration blocker as long as the 9p file system is
mounted in the guest.
> If
21 matches
Mail list logo