Planning/2.3/Testing: Difference between revisions

From QEMU
Line 1: Line 1:
== v2.3.0-rc0 status ==
== v2.3.0-rc0 status ==
=== Known issues ===
=== Known issues ===
* ahci-test fails on openSUSE Tumbleweed ppc64. (Fix: "[PATCH for-2.3 0/4] ahci: fix big endian PIO failures")
* ahci-test fails on openSUSE Tumbleweed ppc64. (fixed in 2.3.0-rc1)
* 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> (pull request posted for 2.3.0-rc2)
* The mac99 and pseries machines do not obey "-machine usb=no" currently (Fix: "[PATCH for-2.3] powerpc: fix -machine usb=no for newworld and pseries machines").
* The mac99 and pseries machines do not obey "-machine usb=no" currently (pull request posted for 2.3.0-rc2).
* 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 (pull request posted for 2.3.0-rc2)
* The sdhci-pci device does not have a "drive" property, and does not support "-drive if=none" (will disable before release).  
* The sdhci-pci device does not have a "drive" property, and does not support "-drive if=none" (will disable before release: "[PATCH v2 for-2.3 4/5] sdhci: Make device "sdhci-pci" unavailable with -device").


=== Won't be fixed before release ===
=== Won't be fixed before release ===
* SeaBIOS has a typo in the error message it spits when surpassing 128KB. (Fix: "[PATCH] checkrom: Fix typo in error message"; not worth a respin)
* SeaBIOS has a typo in the error message it spits when surpassing 128KB. (Fix: "[PATCH] checkrom: Fix typo in error message"; not worth a respin)
* NVMe guest ABI changed from 2.2 to 2.3.
* NVMe guest ABI changed from 2.2 to 2.3.

Revision as of 16:10, 26 March 2015

v2.3.0-rc0 status

Known issues

  • ahci-test fails on openSUSE Tumbleweed ppc64. (fixed in 2.3.0-rc1)
  • rcutorture test fails to build on openSUSE Tumbleweed ppc (gcc 4.8.3): undefined reference to `__sync_fetch_and_add_8' (pull request posted for 2.3.0-rc2)
  • The mac99 and pseries machines do not obey "-machine usb=no" currently (pull request posted for 2.3.0-rc2).
  • FW_CFG_ID is not defined on the arm/aarch64 virt board (pull request posted for 2.3.0-rc2)
  • The sdhci-pci device does not have a "drive" property, and does not support "-drive if=none" (will disable before release: "[PATCH v2 for-2.3 4/5] sdhci: Make device "sdhci-pci" unavailable with -device").

Won't be fixed before release

  • SeaBIOS has a typo in the error message it spits when surpassing 128KB. (Fix: "[PATCH] checkrom: Fix typo in error message"; not worth a respin)
  • NVMe guest ABI changed from 2.2 to 2.3.