Keyboard mapping - Qemu on Linux Mint 19.1, guest: fresh build of Chromium OS

2021-02-07 Thread bob olbrich
Hello, I just built a fresh image of Chromium OS to run under QEMU. I'm having problems with the keyboard mapping symbols. Specifically, the number keys on my HP Envy x360 will not "shift" to the corresponding symbols. This is a problem as login to Chromium OS requires an email address and I can't

IRQ question

2021-02-07 Thread Weiss, Howard
I am running QEMU on Ubuntu. My target system runs Windows 10. I am writing a simulated device to test the a Windows device driver If my Windows device driver is at interrupt level when it invokes my simulated device (eg reads/writes a port) does the code in my simulated device also run ar inte

Fwd: Error: NO BOOTABLE DEVICE

2021-02-07 Thread Osvaldo Hablo
I installed the Windows 2003 server on the qemu emulator. After the first shutdown using VNC Viewer I can't get there. At first It started writing that this port is not listenening. Then I entered command qemu-system-i386. After that I was able to connect, but instead of Windows there was written N

How to call c++ library in qemu

2021-02-07 Thread 沈梦姣
Hello, With qemu I’m trying to call a c++ api which is from a open source project which doesn’t have c interface, so I make a wrapper of that API and compile it to dynamic lib(dll), and qemu will call the wrapper c api and link that lib. But I got error when try to run, saying qemu can’t find so