Planning/2.3/Testing: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* rcutorture test fails to build on openSUSE Tumbleweed ppc (gcc 4.8.3): <code>undefined reference to `__sync_fetch_and_add_8'</code> (Fix: "[PATCH] rcutorture: fix compilation on 32-bit ppc") | * rcutorture test fails to build on openSUSE Tumbleweed ppc (gcc 4.8.3): <code>undefined reference to `__sync_fetch_and_add_8'</code> (Fix: "[PATCH] rcutorture: fix compilation on 32-bit ppc") | ||
* SeaBIOS has a typo in the error message it spits when surpassing 128KB. (Fix: "[PATCH] checkrom: Fix typo in error message") | * SeaBIOS has a typo in the error message it spits when surpassing 128KB. (Fix: "[PATCH] checkrom: Fix typo in error message") | ||
* The sdhci-pci device does not have a "drive" property, and does not support "-drive if=none" (Fix: "[PATCH for-2.3] sdhci: add "drive" property"). | |||
* NVMe guest ABI changed from 2.2 to 2.3. | * NVMe guest ABI changed from 2.2 to 2.3. | ||
* The mac99 and pseries machines do not obey "-machine usb=no" currently. | * The mac99 and pseries machines do not obey "-machine usb=no" currently. | ||
* FW_CFG_ID is not defined on the arm/aarch64 virt board (Fix: "[PATCH v2] fw_cfg: factor out initialization of FW_CFG_ID (rev. number)") | * FW_CFG_ID is not defined on the arm/aarch64 virt board (Fix: "[PATCH v2] fw_cfg: factor out initialization of FW_CFG_ID (rev. number)") |
Revision as of 15:55, 21 March 2015
v2.3.0-rc0 status
- ahci-test fails on openSUSE Tumbleweed ppc64. (Fix: "[PATCH for-2.3 0/4] ahci: fix big endian PIO failures")
- rcutorture test fails to build on openSUSE Tumbleweed ppc (gcc 4.8.3):
undefined reference to `__sync_fetch_and_add_8'
(Fix: "[PATCH] rcutorture: fix compilation on 32-bit ppc") - SeaBIOS has a typo in the error message it spits when surpassing 128KB. (Fix: "[PATCH] checkrom: Fix typo in error message")
- The sdhci-pci device does not have a "drive" property, and does not support "-drive if=none" (Fix: "[PATCH for-2.3] sdhci: add "drive" property").
- NVMe guest ABI changed from 2.2 to 2.3.
- The mac99 and pseries machines do not obey "-machine usb=no" currently.
- FW_CFG_ID is not defined on the arm/aarch64 virt board (Fix: "[PATCH v2] fw_cfg: factor out initialization of FW_CFG_ID (rev. number)")