Re: [Qemu-discuss] Error Buidling QEMU

2018-11-18 Thread Thomas Huth
On 2018-11-18 21:05, Zeeshan Hayat wrote: > Hi, > > > > I am trying to build QEMU. I get the following errors while build. > > > /home/user/QEMU/qemu/block/file-posix.c:1979: error: unknown field 'prealloc' > specified in initializer > /home/user/QEMU/qemu/block/file-posix.c:1980: error: unkn

[Qemu-discuss] Error Buidling QEMU

2018-11-18 Thread Zeeshan Hayat
Hi, I am trying to build QEMU. I get the following errors while build. /home/user/QEMU/qemu/block/file-posix.c:1979: error: unknown field 'prealloc' specified in initializer /home/user/QEMU/qemu/block/file-posix.c:1980: error: unknown field 'errp' specified in initializer Could you please t

[Qemu-discuss] input-linux keyboard event stop after a while

2018-11-18 Thread Konrad Eisele
I'm running a headless Ubuntu Linux with a Windows10 guest using passthrough GPU. I experience the problem that after ~ 10 minutes the keyboard input dries out in the guest. The guest uses: -object input-linux,id=kbd1,evdev=/dev/input/by-path/platform-i8042-serio-0-event-kbd,grab_all=on,repeat=on a