diff options
Diffstat (limited to 'results/classifier/118/none/1131757')
| -rw-r--r-- | results/classifier/118/none/1131757 | 266 |
1 files changed, 266 insertions, 0 deletions
diff --git a/results/classifier/118/none/1131757 b/results/classifier/118/none/1131757 new file mode 100644 index 000000000..31f67db2d --- /dev/null +++ b/results/classifier/118/none/1131757 @@ -0,0 +1,266 @@ +permissions: 0.773 +user-level: 0.734 +register: 0.722 +graphic: 0.712 +mistranslation: 0.697 +device: 0.694 +hypervisor: 0.688 +performance: 0.686 +assembly: 0.669 +semantic: 0.668 +architecture: 0.666 +risc-v: 0.664 +virtual: 0.662 +TCG: 0.662 +debug: 0.661 +boot: 0.659 +KVM: 0.647 +arm: 0.646 +kernel: 0.634 +vnc: 0.629 +ppc: 0.623 +network: 0.623 +socket: 0.609 +VMM: 0.601 +PID: 0.598 +files: 0.576 +peripherals: 0.569 +x86: 0.559 +i386: 0.426 + +QEMU 1.4.0 fails to boot sparc64 linux image + +Hi! + +I tried to boot sparc64 linux image (http://packages.debian.org/sid/sparc64/linux-image-2.6-sparc64-smp/download) with qemu and received the error. + +host:~$qemu-system-sparc64 -nographic -kernel vmlinuz-3.2.0-4-sparc64-smp +OpenBIOS for Sparc64 +Configuration device id QEMU version tion device id QEMUkernel addr n device id QEMUkernel cmdline +CPUs: cmdline + x SUNW,UltraSPARC-IIi +UUID: 00UltraSPARC-IIi +Welcome to OpenBIOS v1.0 built on Aug 19 2012 13:06 + Type 'help' for detailed information +[sparc64] Kernel already loaded +Unhandled Exception 0x0000000000000020 +PC = 0x0000000000404000 NPC = 0x0000000000404004 +Stopping execution + +Also, I tried to follow instruction from Artyom Tarasenko blog (http://tyom.blogspot.ru/2012/05/booting-linuxsparc64-on-todays-openbios.html), but it's still impossible to boot linux. + +Regards, +Kirill + +On Fri, Feb 22, 2013 at 02:33:43PM -0000, Kirill Tkhai wrote: +> Public bug reported: +> +> Hi! +> +> I tried to boot sparc64 linux image +> (http://packages.debian.org/sid/sparc64/linux- +> image-2.6-sparc64-smp/download) with qemu and received the error. +> +> host:~$qemu-system-sparc64 -nographic -kernel vmlinuz-3.2.0-4-sparc64-smp +> OpenBIOS for Sparc64 +> Configuration device id QEMU version tion device id QEMUkernel addr n device id QEMUkernel cmdline +> CPUs: cmdline +> x SUNW,UltraSPARC-IIi +> UUID: 00UltraSPARC-IIi +> Welcome to OpenBIOS v1.0 built on Aug 19 2012 13:06 +> Type 'help' for detailed information +> [sparc64] Kernel already loaded +> Unhandled Exception 0x0000000000000020 +> PC = 0x0000000000404000 NPC = 0x0000000000404004 +> Stopping execution +> +> Also, I tried to follow instruction from Artyom Tarasenko blog +> (http://tyom.blogspot.ru/2012/05/booting-linuxsparc64-on-todays- +> openbios.html), but it's still impossible to boot linux. + +I don't see any change in behavior from 1.3.0 (haven't looked back +further). It appears to be attempting to boot garbage after the initial +load. From the blog you mentioned you can prevent this with the +-prom-env 'auto-boot?=false' option, which seems to work for me on both +1.3.0 and 1.4.0: + +mdroth@loki:~/w/qemu-build2$ sparc64-softmmu/qemu-system-sparc64 -kernel +~/w/qemu-test-images/sparc/sparc-test/vmlinux-2.6.11+tcx -prom-env +'auto-boot?=false' -L pc-bios/ -nographic +OpenBIOS for Sparc64 +Configuration device id QEMU version 1 machine id 0 +kernel addr 404000 size b3d3d5 +kernel cmdline +CPUs: 1 x SUNW,UltraSPARC-IIi +UUID: 00000000-0000-0000-0000-000000000000 +Welcome to OpenBIOS v1.0 built on Aug 19 2012 13:06 + Type 'help' for detailed information + + 0 > + +Can you test with a full boot using an image/initrd? I'd point you to the +one at http://wiki.qemu.org/Testing but I've never managed to get it to +work: + +sparc64-softmmu/qemu-system-sparc64 -kernel +~/w/qemu-test-images/sparc/sparc-test/vmlinux-2.6.11+tcx -initrd +~/w/qemu-test-images/sparc/sparc-test/linux.img -append "root=/dev/ram +console=ttyS0 video=tcxfb:off" -L pc-bios/ -nographic -m 16M +rom: requested regions overlap (rom +/home/mdroth/w/qemu-test-images/sparc/sparc-test/linux.img. +free=0x000001fff01b5fa0, addr=0x000001fff0000000) +rom loading failed + +sparc-softmmu/qemu-system-sparc -kernel +~/w/qemu-test-images/sparc/sparc-test/vmlinux-2.6.11+tcx -hda +~/w/qemu-test-images/sparc/sparc-test/linux.img -append "root=/dev/ram +console=ttyS0 video=tcxfb:off" -L pc-bios/ -nographic -m 16M +Unhandled Exception 0x00000029 +PC = 0xffd07470 NPC = 0xffd07474 +Stopping execution + +Would be great if you had another you could add to the wiki. + +> +> Regards, +> Kirill +> +> ** Affects: qemu +> Importance: Undecided +> Status: New +> +> +> ** Tags: linux sparc64 +> +> -- +> You received this bug notification because you are a member of qemu- +> devel-ml, which is subscribed to QEMU. +> https://bugs.launchpad.net/bugs/1131757 +> +> Title: +> QEMU 1.4.0 fails to boot sparc64 linux image +> +> Status in QEMU: +> New +> +> Bug description: +> Hi! +> +> I tried to boot sparc64 linux image +> (http://packages.debian.org/sid/sparc64/linux- +> image-2.6-sparc64-smp/download) with qemu and received the error. +> +> host:~$qemu-system-sparc64 -nographic -kernel vmlinuz-3.2.0-4-sparc64-smp +> OpenBIOS for Sparc64 +> Configuration device id QEMU version tion device id QEMUkernel addr n device id QEMUkernel cmdline +> CPUs: cmdline +> x SUNW,UltraSPARC-IIi +> UUID: 00UltraSPARC-IIi +> Welcome to OpenBIOS v1.0 built on Aug 19 2012 13:06 +> Type 'help' for detailed information +> [sparc64] Kernel already loaded +> Unhandled Exception 0x0000000000000020 +> PC = 0x0000000000404000 NPC = 0x0000000000404004 +> Stopping execution +> +> Also, I tried to follow instruction from Artyom Tarasenko blog +> (http://tyom.blogspot.ru/2012/05/booting-linuxsparc64-on-todays- +> openbios.html), but it's still impossible to boot linux. +> +> Regards, +> Kirill +> +> To manage notifications about this bug go to: +> https://bugs.launchpad.net/qemu/+bug/1131757/+subscriptions +> + + +During testing of test image on sparc32 I found out that it is uncompressed. + +I tried to make the same for sparc64 and the kernel works. Everything is ok. + +Thank you for the answer, Michael! + +Regards, +Kirill + +Hi, + +I've just read some interesting news about our friend, just look at him, he is a star! Please read here <http://ntogygyku.streamingcards.com/lnlutyww> + +Take care, <email address hidden> + + + + + +Comment #2 sounds like the issue has been resolved? Or is there something left to do here? + +Hey! + +I've just read the latest news and I was pleasantly surprised, please read it here http://ideal.fatitalianchef.com/5657 + + +Yours truly, tkhai + + + +Hi, + +I found something really wonderful, it impressed me a lot, it's really something interesting. Take a look here http://secret.sidetown.org/c5c4 + +My Best, tkhai + + + +Hi friend! + +Have you ever seen such a cool thing before! I swear you haven't! Check it out http://junifeup.pt/please.php?b2b3 + +Thanks for your consideration, tkhai + + + +Hey friend, + +There is something really great I wanted to show you, just take a look at that cool stuff http://kanopi.co.id/mandate.php?e6e7 + + +In haste, tkhai + + + +Greetings, + +Just wanted to share with you my impressions about an amazing place, we've been there lately and we've liked it so much. Please take a look http://comprende.avigael.org/6160 + +tkhai + + + +Hello friend, + +I've got surprisingly good news for you, I swear you'll love this! Check it out http://uksails.ca/beard.php?b4b5 + +Pardon my monkey thumbs, tkhai + + + +Hey friend, + +I think this story is really awesome, you're going to love it, please read it here http://callonpoint.com/old.php?3e3f + +Sent from my iPhone, tkhai + + + +From: Michael Roth [mailto:<email address hidden>] +Sent: Thursday, April 27, 2017 7:44 PM +To: <email address hidden> +Subject: Yea. Mom. + +This was one of the first times she's been around in a while and I was at work. She is very aware of my presence, she just doesn't care. And the group of friends is all pretty loose about it. A few of them have slept with her, and several of the same girls that are around occasionally so to them I guess it's all just casual. + + +Sent from Mail for Windows 10 + |