]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
S390: Don't tell guest we're updating config space
authorAlexander Graf <agraf@suse.de>
Thu, 17 Dec 2009 12:06:09 +0000 (13:06 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 18 Dec 2009 15:36:39 +0000 (16:36 +0100)
commit9153014fa07f5fb199924b1fcc73131db5a931c5
treed85802e0ba4ca970c3a7723e4c3dbffe45f3a700
parentf6d4446ea8bb8bf1dc5b8df757c20e713f6eb06f
S390: Don't tell guest we're updating config space

Currently we always set the "config space changed" bit to 1 when triggering
any virtio interrupt. While that worked in 2.6.27, newer kernels interpret
that value as "only the config space changed and nothing else happened".

Since we usually trigger interrupts to tell the guest that something did
happen, we just not tell it the config space changed for now until we
implement the correct callback for that.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit 86f3dba6518bd5fd106e1cf3f36dafda41ff377b)
hw/s390-virtio-bus.c