summary refs log tree commit diff stats
path: root/results/classifier/118/architecture-x86/1592336
blob: 3323f1e29e7999414b18886fd1eda5c7caf156c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
x86: 0.915
peripherals: 0.903
graphic: 0.878
device: 0.852
architecture: 0.843
user-level: 0.840
KVM: 0.782
performance: 0.755
mistranslation: 0.695
network: 0.623
boot: 0.623
semantic: 0.616
kernel: 0.602
PID: 0.579
assembly: 0.571
socket: 0.567
permissions: 0.555
files: 0.553
virtual: 0.496
ppc: 0.489
register: 0.485
i386: 0.450
hypervisor: 0.421
debug: 0.348
arm: 0.338
risc-v: 0.325
VMM: 0.315
vnc: 0.288
TCG: 0.227
--------------------
x86: 0.980
virtual: 0.974
KVM: 0.884
hypervisor: 0.733
user-level: 0.494
ppc: 0.348
peripherals: 0.209
debug: 0.037
TCG: 0.031
device: 0.025
register: 0.024
files: 0.019
socket: 0.015
semantic: 0.012
PID: 0.011
architecture: 0.007
kernel: 0.005
graphic: 0.005
network: 0.005
assembly: 0.004
performance: 0.004
boot: 0.003
vnc: 0.002
VMM: 0.002
risc-v: 0.002
permissions: 0.002
mistranslation: 0.001
i386: 0.000
arm: 0.000

mouse is defunct when grabbed

I run qemu as follows:
qemu-system-x86_64 -machine accel=kvm -k en-us -smp 4 -m 2371 -usb \
  -device virtio-rng-pci \
  -drive file=/home/new/suse-fact.img,format=raw,discard=unmap,if=none,id=hd
  -device virtio-scsi-pci,id=scsi -device scsi-hd,drive=hd \
  -soundhw hda \
  -net user,tftp=/home/xslaby/tftp,bootfile=/pxelinux.0,hostfwd=tcp::2222-:22,hostfwd=tcp::3632-:3632 -net nic,model=virtio \
  -serial pty -balloon virtio -vga virtio -display gtk,gl=on

When I run X server with icewm inside the machine, the cursor works until I grab the mous with ctrl-alt-g. Then the cursor dismissed and the mouse is defunct.

I also tried -usbdevice mouse and  -usbdevice tablet with the same result.

I have these versions of qemu packages:
qemu-2.6.0-470.2.x86_64
qemu-ipxe-1.0.0-470.2.noarch
qemu-ksm-2.6.0-470.2.x86_64
qemu-kvm-2.6.0-470.2.x86_64
qemu-ovmf-x86_64-2015+git1462940744.321151f-2.1.noarch
qemu-ppc-2.6.0-470.2.x86_64
qemu-seabios-1.9.1-470.2.noarch
qemu-sgabios-8-470.2.noarch
qemu-tools-2.6.0-470.2.x86_64
qemu-vgabios-1.9.1-470.2.noarch
qemu-x86-2.6.0-470.2.x86_64

Can you still reproduce the issue with the latest version of QEMU (currently v4.2)?

[Expired for QEMU because there has been no activity for 60 days.]