summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/1334397
blob: 908a76b7060880cf7d882a947ae5a437b4e1e40a (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
device: 0.823
graphic: 0.797
boot: 0.767
semantic: 0.708
network: 0.634
other: 0.606
performance: 0.577
PID: 0.576
files: 0.564
socket: 0.525
vnc: 0.505
debug: 0.492
permissions: 0.459
KVM: 0.285

cmos RTC alarms no longer wake system from suspend

Running QEMU emulator version 2.0.0 (Debian 2.0.0+dfsg-2ubuntu1.1), booting Linux kernels with qemu-system-x86_64 and qemu-system-i386, I no longer see the system resume from suspend when an RTC alarm is set.

My simple test application can be found here:
https://github.com/johnstultz-work/timetests/blob/master/alarmtimer-suspend.c

Previously this worked w/ QEMU 1.5  (bascially up until I upgraded from Ubuntu 13.10 to Ubuntu 14.04, which came with 2.0).

If a fix has already been committed, is there a branch or tag in the qemu git repo I should validate this with?

I went back and tried the 1.7 and 1.6 releases, and they both seem to have been broken as well wrt cmos alarms waking from suspend.

I assume this has been fixed in v2.1.0 or newer, like the "Fix committed" state indicates, so closing as "Fix released" now. In case there still something left to do here, feel free to re-open it.