[Kernel-packages] [Bug 1847948] Re: Improve NVMe guest performance on Bionic QEMU

2019-10-14 Thread Murilo Opsfelder Araújo
Christian, The test case for this is to: - passthrough the NVMe disk to guest; - and run fio benchmarks against the passed-through NVMe disk in the guest. I have detailed these steps and pasted the commands in the bug description. Please let me know if steps are not clear. The only required HW

[Kernel-packages] [Bug 1847948] Re: Improve NVMe guest performance on Bionic QEMU

2019-10-15 Thread Murilo Opsfelder Araújo
Christian, Using QEMU from comment 6, it improved the performance for numjobs=4 and numjobs=64 cases, respectively: READ: bw=1140MiB/s (1195MB/s), 271MiB/s-302MiB/s (284MB/s-317MB/s), io=66.8GiB (71.7GB), run=60001-60001msec READ: bw=4271MiB/s (4479MB/s), 30.1MiB/s-82.6MiB/s (31.6MB/s-86.6

[Kernel-packages] [Bug 1847948] Re: Improve NVMe guest performance on Bionic QEMU

2019-10-15 Thread Murilo Opsfelder Araújo
Christian, Patch from comment 8 seems yet another nice improvement. We haven't tried it to have a strong opinion. If it's included, then I think patch from comment 9 won't hurt being added too. Murilo -- You received this bug notification because you are a member of Kernel Packages, which is

[Kernel-packages] [Bug 1723914] Re: ubuntu-kvm-unit test failed with emulator test on ppc64le

2018-04-02 Thread Murilo Opsfelder Araújo
Manoj, Christian, Please refer to the attached debdiff (it was my first debdiff, so it might contain errors :)). Let me know if you need anything else. Cheers Murilo -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https

[Kernel-packages] [Bug 1723914] Re: ubuntu-kvm-unit test failed with emulator test on ppc64le

2018-04-02 Thread Murilo Opsfelder Araújo
** Patch added: "debdiff for Xenial qemu" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1723914/+attachment/5099155/+files/debdiff_qemu_xenial.patch -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.l

[Kernel-packages] [Bug 1723914] Re: ubuntu-kvm-unit test failed with emulator test on ppc64le

2018-03-28 Thread Murilo Opsfelder Araújo
Pior to commit 8b9f2118ca40b1de72d8f75b59a5fb4d347a69f7 ("ppc64: set MSR_SF bit"), qemu-system-ppc64 was not setting the 64-bit mode bit in MSR. Applying it on top of qemu 2.5 from Ubuntu 16.04.04, makes kvm-unit- tests happy. muriloo@jaspion1:~/sources/ubuntu$ dpkg-source -x qemu_2.5+dfsg-5ubunt