agent: Update QEMU URL

Readthedocs URL was outdated.

Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
This commit is contained in:
Jakob Naucke 2025-01-30 16:59:12 +01:00
parent 9935f9ea7e
commit b325069d72
No known key found for this signature in database
GPG Key ID: D34F14412FB929FC

View File

@ -15,7 +15,7 @@ use anyhow::anyhow;
// - <xxxx> is the device number (0000-ffff; leading zeroes can be omitted,
// e.g. 3 instead of 0003).
// [1] https://www.ibm.com/docs/en/linuxonibm/pdf/lku4dd04.pdf
// [2] https://qemu.readthedocs.io/en/latest/system/s390x/css.html
// [2] https://qemu.readthedocs.io/en/master/system/s390x/css.html
// Maximum subchannel set ID
const SUBCHANNEL_SET_MAX: u8 = 3;