mirror of https://github.com/xemu-project/xemu.git
qxl: build fix for 2.4
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAlWvrsQACgkQ2GSUh/Q/CZJc1wCfWskM8MOC0jtzx0gjn9n6UfIN BIMAoIQBwvSQn8sUudkrhiGrxzPqniZx =ha3q -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/elmarco/tags/for-upstream' into staging qxl: build fix for 2.4 # gpg: Signature made Wed Jul 22 15:55:00 2015 BST using DSA key ID F43F0992 # gpg: Good signature from "Marc-André Lureau <marcandre.lureau@redhat.com>" # gpg: aka "Marc-Andre Lureau <marcandre.lureau@gmail.com>" # gpg: aka "Marc-Andre Lureau <marc-andre.lureau@nokia.com>" # gpg: aka "Marc-André Lureau <marc-andre.lureau@nokia.com>" # gpg: aka "Marc-André Lureau (elmarco) <marcandre.lureau@gmail.com>" # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 7346 2483 9404 4E20 ABFF 7D48 D864 9487 F43F 0992 * remotes/elmarco/tags/for-upstream: qxl: Fix new function name for spice-server library Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
3edf6b3f1e
|
@ -273,8 +273,7 @@ static void qxl_spice_monitors_config_async(PCIQXLDevice *qxl, int replay)
|
|||
} else {
|
||||
#if SPICE_SERVER_VERSION >= 0x000c06 /* release 0.12.6 */
|
||||
if (qxl->max_outputs) {
|
||||
spice_qxl_set_monitors_config_limit(&qxl->ssd.qxl,
|
||||
qxl->max_outputs);
|
||||
spice_qxl_set_max_monitors(&qxl->ssd.qxl, qxl->max_outputs);
|
||||
}
|
||||
#endif
|
||||
qxl->guest_monitors_config = qxl->ram->monitors_config;
|
||||
|
|
Loading…
Reference in New Issue