From: Antony Pavlov <antonynpavlov@gmail.com>
To: Alexander Graf <agraf@suse.de>
Cc: Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org, Blue Swirl <blauwirbel@gmail.com>,
"Edgar E. Iglesias" <edgar.iglesias@gmail.com>,
Guan Xuetao <gxt@mprc.pku.edu.cn>,
Aurelien Jarno <aurelien@aurel32.net>,
Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v3] qemu-log: add log category for MMU info
Date: Thu, 6 Nov 2014 12:11:02 +0400 [thread overview]
Message-ID: <20141106121102.57ed6a0bffcce88a4ffad5ec@gmail.com> (raw)
> > Running barebox on qemu-system-mips* with '-d unimp' overloads
> > stderr by very very many mips_cpu_handle_mmu_fault() messages:
> >
> > mips_cpu_handle_mmu_fault address=b80003fd ret 0 physical 00000000180003fd
> > prot 3
> > mips_cpu_handle_mmu_fault address=a0800884 ret 0 physical 0000000000800884
> > prot 3
> > mips_cpu_handle_mmu_fault pc a080cd80 ad b80003fd rw 0 mmu_idx 0
> >
> > So it's very difficult to find LOG_UNIMP message.
> >
> > The mips_cpu_handle_mmu_fault() messages appears on enabling ANY
> > logging! It's not very handy.
> >
> > Adding separate log category for *_cpu_handle_mmu_fault()
> > logging fixes the problem.
> >
> > Signed-off-by: Antony Pavlov <address@hidden>
>
> Have you benchmarked the performance delta with this patch applied? Just
> boot up a random small PPC guest that shuts down immediately and "time"
> it with and without the patch applied.
Here is my simple benchmark.
I have used buildroot with qemu_ppc64_pseries_defconfig configuration.
After successfull rootfs image build I patched inittab for halting-after-boot:
--- a/output/images/rootfs.ext2/etc/inittab 2014-11-06 10:21:25.024198993 +0300
+++ b/output/images/rootfs.ext2/etc/inittab 2014-11-06 10:20:57.089421643 +0300
@@ -23,10 +23,11 @@
# now run any rc scripts
::sysinit:/etc/init.d/rcS
-::askfirst:-/bin/sh
+::sysinit:/sbin/halt
+#::askfirst:-/bin/sh
# Put a getty on the serial port
-hvc0::respawn:/sbin/getty -L hvc0 115200 vt100 # GENERIC_SERIAL
+#hvc0::respawn:/sbin/getty -L hvc0 115200 vt100 # GENERIC_SERIAL
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot
Here is my qemu cmdline:
buildroot$ time ~/qemu.git/ppc64-softmmu/qemu-system-ppc64 -M pseries -cpu POWER7 -m 256 -kernel output/images/vmlinux -append 'console=hvc0 root=/dev/sda' -drive file=output/images/rootfs.ext2,if=scsi,index=0 -serial stdio -nographic -monitor none
I use my 'not-very-busy' AMD Opteron 6176 SE-based server for testing.
Three 'time' command outputs; qemu with "qemu-log: add log category for MMU info" patch:
real 0m39.744s
user 0m36.940s
sys 0m1.216s
real 0m39.552s
user 0m37.200s
sys 0m0.924s
real 0m39.585s
user 0m37.340s
sys 0m0.704s
Three 'time' command outputs; qemu without "qemu-log: add log category for MMU info" patch:
real 0m39.732s
user 0m37.484s
sys 0m0.756s
real 0m40.077s
user 0m37.920s
sys 0m0.744s
real 0m39.766s
user 0m37.304s
sys 0m1.032s
So the performance delta is less than experimental error.
--
Best regards,
Antony Pavlov
next reply other threads:[~2014-11-06 8:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-06 8:11 Antony Pavlov [this message]
2014-11-06 10:23 ` [Qemu-devel] [PATCH v3] qemu-log: add log category for MMU info Alexander Graf
-- strict thread matches above, loose matches on Subject: below --
2014-10-29 5:37 Antony Pavlov
2014-11-03 15:05 ` Alexander Graf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141106121102.57ed6a0bffcce88a4ffad5ec@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=agraf@suse.de \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--cc=edgar.iglesias@gmail.com \
--cc=gxt@mprc.pku.edu.cn \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).