Planning/4.1: Difference between revisions

From QEMU
Line 37: Line 37:
* virtio-balloon/migration compatibility: There's a migration break between 3.1<->4.x; reported by Wolfgang Bumiller; fixed by stefan's virtio-balloon: fix QEMU 4.0 config size migration incompatibility  2019-07-10 - fixed by 2bbadb08ce272d65e1f78621002008b07d1e0f03
* virtio-balloon/migration compatibility: There's a migration break between 3.1<->4.x; reported by Wolfgang Bumiller; fixed by stefan's virtio-balloon: fix QEMU 4.0 config size migration incompatibility  2019-07-10 - fixed by 2bbadb08ce272d65e1f78621002008b07d1e0f03
* migration: migratie/migrate_cancel/migrate: Ivan Ren's post from 14th July - 'migration: always initial RAMBlock.bmap to 1 for new migration' - fixed by 40c4d4a835453452a262f32450a0449886aa19ce
* migration: migratie/migrate_cancel/migrate: Ivan Ren's post from 14th July - 'migration: always initial RAMBlock.bmap to 1 for new migration' - fixed by 40c4d4a835453452a262f32450a0449886aa19ce
=== Fixed in rc2 ===
* x86 --without-default-devices is broken due to CONFIG_VMMOUSE being "select"ed.


=== Not yet fixed in any rc ===
=== Not yet fixed in any rc ===
* The virtio-pmem device is "at-risk" as it uses a kernel ABI that has not yet been accepted into mainline; this will be reverted if the kernel changes don't get accepted before rc3.
* The virtio-pmem device is "at-risk" as it uses a kernel ABI that has not yet been accepted into mainline; this will be reverted if the kernel changes don't get accepted before rc3.
* x86 --without-default-devices is broken due to CONFIG_VMMOUSE being "select"ed.


=== Issues that will not be fixed ===
=== Issues that will not be fixed ===

Revision as of 17:09, 26 July 2019

Release Schedule

Tentatively proposed dates, still to be discussed/agreed.

2018-04-24 Beginning of development phase
2019-07-02 Soft feature freeze. Only bug fixes after this point. All feature changes must be already in a sub maintainer tree and all pull requests from submaintainers must have been sent to the list by this date.
2019-07-09 Hard feature freeze. Tag rc0
2019-07-16 Tag rc1
2019-07-23 Tag rc2
2019-07-30 Tag rc3
2019-08-06 Release, or tag rc4 if extra RC cycle needed
2019-08-13 Release, if we needed an rc4.

Known issues

Please list all patch series or bugs which need to be fixed for the release here. That way I can be sure I don't miss any when I'm rolling release candidates.

Fixed in rc0

Fixed in rc1

  • virtio-balloon/migration compatibility: There's a migration break between 3.1<->4.x; reported by Wolfgang Bumiller; fixed by stefan's virtio-balloon: fix QEMU 4.0 config size migration incompatibility 2019-07-10 - fixed by 2bbadb08ce272d65e1f78621002008b07d1e0f03
  • migration: migratie/migrate_cancel/migrate: Ivan Ren's post from 14th July - 'migration: always initial RAMBlock.bmap to 1 for new migration' - fixed by 40c4d4a835453452a262f32450a0449886aa19ce

Fixed in rc2

  • x86 --without-default-devices is broken due to CONFIG_VMMOUSE being "select"ed.

Not yet fixed in any rc

  • The virtio-pmem device is "at-risk" as it uses a kernel ABI that has not yet been accepted into mainline; this will be reverted if the kernel changes don't get accepted before rc3.

Issues that will not be fixed

Targeted Features

See the ChangeLog/4.1 for full details.