Once we know what items are "at risk", we can list
them and decide what to do about it.
This information will be mirrored on the Xen 4.3 Roadmap
wiki page:
Â
http://wiki.xen.org/wiki/Xen_Roadmap/4.3
= Timeline =
We are planning on a 9-month release cycle. Based on
that, below are
our estimated dates:
* Feature Freeze: 25 March 2013
* First RC: 6 May 2013
* Release: 17 June 2013
The RCs and release will of course depend on stability
and bugs, and
will therefore be fairly unpredictable. The feature
freeze may be
slipped for especially important features which are near
completion.
= Feature tracking =
Below is a list of features we're tracking for this
release. Please
respond to this mail with any updates to the status.
There are a number of items whose owners are marked as
"?". If you
are working on this, or know who is working on it,
please respond and
let me know. Alternately, if you would *like* to work
on it, please
let me know as well.
And if there is something you're working on you'd like
tracked, please
respond, and I will add it to the list.
NB: Several of the items on this list are from external
projects:
linux, qemu, and libvirt. These are not part of the Xen
tree, but are
directly related to our users' experience (e.g., work in
Linux or
qemu) or to integration with other important projects
(e.g., libvirt
bindings). Since all of these are part of the Xen
community work, and
comes from the same pool of labor, it makes sense to
track the
progress here, even though they won't explicitly be
released as part
of 4.3.
Meanings of prognoses:
- Excellent: It would be very unlikely for this not to
be finished in time.
- Good: Everything is on track, and is likely to make
it.
- Fair: A pretty good chance of making it, but not as
certain
- Poor: Likely not to make it unless intervention is
made
== Completed ==
* Serial console improvements
 -EHCI debug port
* Default to QEMU upstream (partial)
Â- pci pass-thru (external)
Â- enable dirtybit tracking during migration (external)
Â- xl cd-{insert,eject} (external)
* CPUID-based idle (don't rely on ACPI info f/ dom0)
== Bugs ==
* xl, compat mode, and older kernels
 owner: ?
 Many older 32-bit PV kernels that can run on a 64-bit
hypervisor with
 xend do not work when started with xl. The following
work-around seems to
 work:
ÂÂÂ xl create -p lightning.cfg
ÂÂÂ xenstore-write /local/domain/$(xl domid
lightning)/device/vbd/51713/protocol x86_32-abi
ÂÂÂ xl unpause lightning
 This node is normally written by the guest kernel, but
for older kernels
 seems not to be. xend must have a work-around; port
this work-around to xl.
== Not yet complete ==
* PVH mode (w/ Linux)
 owner: mukesh@oracle
 status (Linux): 3rd draft patches posted.Â
 status (Xen): RFC submitted
 prognosis: Good
* Event channel scalability
 owner: wei@citrix
 status: RFC submitted
 prognosis: Good
 Increase limit on event channels (currently 1024 for
32-bit guests,
 4096 for 64-bit guests)
* ARM v7 server port
 owner: ijc@citrix
 prognosis: Excellent
 status: Core hypervisor and Linux patches accepted.Â
Tools patches submitted.
* ARM v8 server port (tech preview)
 owner: ijc@citrix
 status: ?
 prognosis: Tech preview only
* NUMA scheduler affinity
 critical
 owner: dario@citrix
 status: Patches posted
 prognosis: Excellent
* NUMA Memory migration
 owner: dario@citrix
 status: in progress
 prognosis: Fair
* blktap3
 owner: thanos@citrix
 status: RFCs posted
 prognosis: Not for 4.3
* Default to QEMU upstream
Â> Add "intel-hda" to xmexample file, since it works
with 64-bit Win7/8
Â- qemu-based stubdom (Linux or BSD libc)
ÂÂ owner: anthony@citrix
ÂÂ status: in progress
ÂÂ prognosis: ?
ÂÂ qemu-upstream needs a more fully-featured libc than
exists in
 mini-os. Either work on a minimalist linux-based
stubdom with
ÂÂ glibc, or port one of the BSD libcs to minios.
* Persistent grants for blk (external)
 owner: roger.pau@citrix
 status: Initial implementation posted
 prognosis: ?
* Persistent grants for net
 owner: annie.li@citrix
 status: Initial implementation posted
 prognosis: ?
* Multi-page blk rings (external)
Â- blkback in kernel (konrad@oracle, ?@intel)
Â- qemu blkback
 status: Not started.
 prognosis: UNKNOWN
* Multi-page net protocol (external)
 owner: ijc@citrix or annie.li@oracle
 status: Initial patches posted (by Wei Liu)
 expand the network ring protocol to allow multiple
pages for
 increased throughput
* Scalability: 16TiB of RAM
 owner: jan@suse
 status: Not started
* vTPM updates
 owner: Matthew Fioravante @ Johns Hopkins
 prognosis: Good
 status: some patches submitted, more in progress
 - Allow all vTPM components to run in stub domains for
increased security
 - Update vtpm to 0.7.1 from 0.5.x