Re: [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support

2020-10-05 Thread mcandre
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

[Bug 1860056] [NEW] mips binaries segfault

2020-01-16 Thread mcandre
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:

[Qemu-devel] [Bug 1835693] [NEW] s390x binaries segfault

2019-07-07 Thread mcandre
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

[Qemu-devel] [Bug 1822012] [NEW] powernv machine complains of missing skiboot files

2019-03-27 Thread mcandre
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

[Qemu-devel] [Bug 1772165] Re: arm raspi2/raspi3 emulation has no USB support

2019-03-24 Thread mcandre
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