Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1403775
| From | "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option |
| Date | 2016-05-19 16:20 +0200 |
| Message-ID | <rAwXT-R5-13@gated-at.bofh.it> (permalink) |
| References | <rAmYy-2N2-3@gated-at.bofh.it> <rAn8d-2Qg-9@gated-at.bofh.it> <rAnKW-3m2-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, May 18, 2016 at 09:23:10PM -0700, Josh Triplett wrote: > On Thu, May 19, 2016 at 11:42:23AM +0800, Boqun Feng wrote: > > The option "-soundhw pcspk" gives me a error on PPC as follow: > > > > qemu-system-ppc64: ISA bus not available for pcspk > > > > , which means this option doesn't work on ppc by default. So simply make > > this an x86-specific option via identify_qemu_args(). > > > > Signed-off-by: Boqun Feng <boqun.feng@gmail.com> > > The emulated system for RCU testing does not need sound hardware at all. > Paul added this option in commit > 16c77ea7d0f4a74e49009aa2d26c275f7f93de7c to disable the default sound > hardware, saying that '"-soundhw pcspk" makes the script a bit less > dependent on odd audio libraries being installed'. Unfortunately, it > looks like there isn't a "-soundhw none". As far as I can tell, > currently the only way to completely eliminate sound hardware is to pass > "-nodefaults" and then explicitly specify each desired device; while > that would solve the issue, it would likely introduce *more* > hardware-specific command-line options... > > I've filed two feature requests on upstream qemu to make this simpler: > https://bugs.launchpad.net/qemu/+bug/1583420 and > https://bugs.launchpad.net/qemu/+bug/1583421 . > > Paul, what did you mean by "dependent on odd audio libraries"? Did you > mean in the guest or the host? And either way, is this something that > could potentially be solved another way? If I remember correctly, Ubuntu 14.04 qemu refused to run the guest without this option, but I don't recall the exact error message. I chalked it up to my ignorance of qemu, but I would very much welcome some way to not have to specify irrelevant hardware. So thank you very much for filing the bugs! Thanx, Paul
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] rcutorture: Several fixes to run selftest scripts on PPC Boqun Feng <boqun.feng@gmail.com> - 2016-05-19 05:40 +0200
[PATCH 2/4] rcutorture: Use vmlinux as the fallback kernel image Boqun Feng <boqun.feng@gmail.com> - 2016-05-19 05:50 +0200
[PATCH 3/4] rcutorture: Make -soundhw a x86 specific option Boqun Feng <boqun.feng@gmail.com> - 2016-05-19 05:50 +0200
Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option Josh Triplett <josh@joshtriplett.org> - 2016-05-19 06:30 +0200
Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-05-19 16:20 +0200
Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option Josh Triplett <josh@joshtriplett.org> - 2016-05-19 17:50 +0200
Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-05-19 18:30 +0200
Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-05-19 21:40 +0200
Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option Josh Triplett <josh@joshtriplett.org> - 2016-05-19 22:30 +0200
Re: [PATCH 3/4] rcutorture: Make -soundhw a x86 specific option "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-05-23 23:30 +0200
[PATCH 4/4] rcutorture: Don't specify the cpu type of QEMU on PPC Boqun Feng <boqun.feng@gmail.com> - 2016-05-19 05:50 +0200
[PATCH 1/4] rcutorture/doc: Add a new way to create initrd using dracut Boqun Feng <boqun.feng@gmail.com> - 2016-05-19 05:50 +0200
Re: [PATCH 0/4] rcutorture: Several fixes to run selftest scripts on PPC Josh Triplett <josh@joshtriplett.org> - 2016-05-19 06:30 +0200
Re: [PATCH 0/4] rcutorture: Several fixes to run selftest scripts on PPC "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-05-19 16:20 +0200
csiph-web