Public bug reported:
Hello World appears to segfault with qemu mips, on a Debian 10.0.0
Buster amd64 host.
Example:
$ cat mips/test/hello.cpp
#include
using std::cout;
int main() {
cout << "Hello World!\n";
return 0;
}
$ mips-linux-gnu-g++ -o hello hello.cpp && ./hello
qemu: uncaugh
Public bug reported:
Hello World appears to segfault with qemu s390x, on a Debian 10.0.0
Buster amd64 host.
$ cat hello.cpp
#include
using std::cout;
int main() {
cout << "Hello World!\n";
return 0;
}
$ s390x-linux-gnu-g++ -o hello hello.cpp
$ qemu-s390x-static hello
Segmentation fau
Out of curiousity, does the raspi2 machine support a PCI bus? I am
trying to boot Debian arm64 with qemu-system-aarch64, and am running
into all manner of complaints from qemu about missing devices. Is there
another machine like virt, but that offers support for boot devices?
--
You received this
Public bug reported:
Hi, I want to use the powernv machine from the qemu-system-ppcle
application. However, when I specify this machine, qemu complains that
it can't find the skiboot files.
I noticed that skiboot is available for Ubuntu, but only for the PPC[64]
hosts. Well, I just need skiboot f
Which Beagle boards, Jetson Nano, other devices have rich support from
qemu? ARM is critical going forward.
On Mon, Oct 5, 2020, 10:20 AM Dims <1772...@bugs.launchpad.net> wrote:
> So, is it still true, that QEMU doesn't support USB on Raspberry Pi?
>
> In other words I can't emulate Raspberry Pi