* Xen 4.4 development update
@ 2013-11-26 12:14 George Dunlap
2013-11-26 12:55 ` Jan Beulich
` (6 more replies)
0 siblings, 7 replies; 12+ messages in thread
From: George Dunlap @ 2013-11-26 12:14 UTC (permalink / raw)
To: xen-devel@lists.xen.org
This information will be mirrored on the Xen 4.4 Roadmap wiki page:
http://wiki.xen.org/wiki/Xen_Roadmap/4.4
We're one week into the "code freezing point", which means that every
patch that introduces new functionality needs a freeze exception.
Remember our goal for the release:
1. A bug-free release
2. An awesome release
3. An on-time release
Accepting a new feature may make Xen more awesome; but it also
introduces a risk that it will introduce more bugs. That bug may be
found before the release (threatening #3), or it may not be found
until after the release (threatening #1).
So when posting a patch requesting a freeze exception, please
consider the following questions:
1. What is the benefit of this feature? Why should we accept this
now instead of waiting for 4.5?
2. What is the risk that this may introduce bugs that may slip the
releass, or bugs that may not be discovered and end up in the
release?
The more skeptical you are in your evaluation, the more generous I can
afford to be.
We will become progressively more conservative until the first RC,
which is scheduled for 2 weeks' time (6 December). After that, we
will only accept bug fixes.
Bug fixes can be checked in without a freeze exception throughout the
code freeze, unless the maintianer thinks they are particularly high
risk. In later RC's, we may even begin rejecting bug fixes if the
broken functionality is small and the risk to other functionality is
high.
Features which are currently marked "experimental" or do not at the
moment work at all cannot be broken really; so changes to code only
used by those features should be able to get a freeze exception
easily. (Tianocore is something which would probably fall under
this.)
Features which change or add new interfaces which will need to be
supported in a backwards-compatible way (for instance, vNUMA) will
need freeze exceptions to make sure that the interface itself has
enough time to be considered stable.
These are guidelines and principles to give you an idea where we're
coming from; if you think there's a good reason why making an
exception for you will help us achieve goals 1-3 above better than not
doing so, feel free to make your case.
= Timeline =
Here is our current timeline based on a 6-month release:
* Feature freeze: 18 October 2013
* Code freezing point: 18 November 2013 <== WE ARE HERE
* First RC: 6 December 2013
* Release: 21 January 2014
Last updated: 25 November 2013
== Completed ==
* Event channel scalability (FIFO event channels)
* Non-udev scripts for driver domains (non-Linux driver domains)
* Multi-vector PCI MSI (Hypervisor side)
* Improved Spice support on libxl
- Added Spice vdagent support
- Added Spice clipboard sharing support
* PHV domU (experimental only)
* Guest EFI booting (tianocore)
* kexec
* Testing: Xen on ARM
* Update to SeaBIOS 1.7.3.1
* pvgrub2 checked into grub upstream
* SWIOTLB (in Linux 3.13)
* Disk: indirect descriptors (in 3.11)
== Resolved since last update ==
* credit scheduler doesn't update other fields when tslice updated from sysctl
== Open ==
* qemu-upstream not freeing pirq
> http://www.gossamer-threads.com/lists/xen/devel/281498
status: patches posted; latest patches need testing
* Race in PV shutdown between tool detection and shutdown watch
> http://www.gossamer-threads.com/lists/xen/devel/282467
> Nothing to do with ACPI
status: Patches posted
* Supposed regression from a3513737 ("x86: allow guest to set/clear
> MSI-X mask bit (try 2)"), as per
> http://lists.xenproject.org/archives/html/xen-devel/2013-09/msg01589.html.
* qemu-traditional mis-parses host bus 8 as 0
> http://bugs.xenproject.org/xen/bug/15
* xen_platform_pci=0 doesn't work with qemu-xen
> http://bugs.xenproject.org/xen/bug/20
status: Patches posted
* xl does not support specifying virtual function for passthrough device
> http://bugs.xenproject.org/xen/bug/22
* xl does not handle migrate interruption gracefully
> If you start a localhost migrate, and press "Ctrl-C" in the middle,
> you get two hung domains
* libxl / xl does not handle failure of remote qemu gracefully
> Easiest way to reproduce:
> - set "vncunused=0" and do a local migrate
> - The "remote" qemu will fail because the vnc port is in use
> The failure isn't the problem, but everything being stuck afterwards is
* HPET interrupt stack overflow (when using hpet_broadcast mode and MSI
capable HPETs)
owner: andyh@citrix
status: patches posted, undergoing review iteration.
* xl needs to disallow PoD with PCI passthrough
>see http://xen.1045712.n5.nabble.com/PATCH-VT-d-Dis-allow-PCI-device-assignment-if-PoD-is-enabled-td2547788.html
* PCI hole resize support hvmloader/qemu-traditional/qemu-upstream
with PCI/GPU passthrough
> http://lists.xen.org/archives/html/xen-devel/2013-05/msg02813.html
> Where Stefano writes:
> 2) for Xen 4.4 rework the two patches above and improve
> i440fx_update_pci_mem_hole: resizing the pci_hole subregion is not
> enough, it also needs to be able to resize the system memory region
> (xen.ram) to make room for the bigger pci_hole
* qemu memory leak?
> http://lists.xen.org/archives/html/xen-users/2013-03/msg00276.html
== Backlog ==
=== Testing coverage ===
* new libxl w/ previous versions of xl
@IanJ
* Host S3 suspend
@bguthro, @dariof
* Default [example] XSM policy
@Stefano to ask Daniel D
* Storage driver domains
@roger
* HVM pci passthrough
@anthony
* PV pci passthrough
@konrad (or @george if he gets to it first)
* Network driver domains
@George
* Nested virt?
@intel (chased by George)
* Fix SRIOV test (chase intel)
@ianj
* Fix bisector to e-mail blame-worthy parties
@ianj
* Fix xl shutdown
@ianj
* stub domains
@athony
* performance benchmarks
@dario
=== Meta-items (composed of other items) ===
* Meta: PVIO NUMA improvements
- soft affinity for vcpus (4.4 possible)
- PV guest NUMA interface (4.4 possible)
- Sensible dom0 NUMA layout
- Toolstack pinning backend thread / virq to appropraite d0 vcpu
- NUMA-aware ballooning
* xend still in tree (x)
- xl list -l on a dom0-only system
- xl list -l doesn't contain tty console port
- xl Alternate transport support for migration*
- xl PVSCSI support
- xl PVUSB support
=== Big ticket items ===
* PVH mode (w/ Linux)
owner: mukesh@oracle, george@citrix
status (Linux): Acked, waiting for ABI to be nailed down
status (Xen): Initial version checked in, still nailing down interface
* Update to qemu 1.6
owner: Anthonyper
status: In staging, still working out a bug in the VMX code
* ARM Live Migration Support
owner: Jaeyong Yoo <jaeyong.yoo@samsung.com>
status: v5 posted, looking good for code freeze
* ARM64 guest
owner: IanC
status: v3 posted, v4 in progress. looking good.
* soft affinity for vcpus (was NUMA affinity for vcpus)
owner: Dario
status: v2 posted
* PV guest NUMA interface
owner: Elena
status: v3 posted
* libvirt/libxl integration (external)
- owner: jfehlig@suse, dario@citrix
- patches posted (should be released before 4.4)
- migration
- PCI pass-through
- In progress
- integration w/ libvirt's lock manager
- improved concurrency
* libxl: Spice usbredirection support for upstream qemu
owner: fabio@M2R
status: I'll post new patch version shortly
* libxl: usb2 and usb3 controller support for upstream qemu
owner: fabio@M2R
status: patch v5 posted, tested and working, awaiting reviews
* libxl network buffering support for Remus
@shriram
status: patches posted
prognosis: fair
* xencrashd
owner: don@verizon
status: v2 posted
> http://lists.xen.org/archives/html/xen-devel/2013-11/msg02569.html
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-26 12:14 Xen 4.4 development update George Dunlap
@ 2013-11-26 12:55 ` Jan Beulich
2013-11-26 14:16 ` Ian Campbell
` (5 subsequent siblings)
6 siblings, 0 replies; 12+ messages in thread
From: Jan Beulich @ 2013-11-26 12:55 UTC (permalink / raw)
To: George Dunlap; +Cc: xen-devel
>>> On 26.11.13 at 13:14, George Dunlap <George.Dunlap@eu.citrix.com> wrote:
> * Supposed regression from a3513737 ("x86: allow guest to set/clear
> > MSI-X mask bit (try 2)"), as per
> > http://lists.xenproject.org/archives/html/xen-devel/2013-09/msg01589.html.
Patch v6 at
http://lists.xenproject.org/archives/html/xen-devel/2013-11/msg03752.html
ready to go in, but wanting to give people some time to review.
Jan
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-26 12:14 Xen 4.4 development update George Dunlap
2013-11-26 12:55 ` Jan Beulich
@ 2013-11-26 14:16 ` Ian Campbell
2013-11-27 10:51 ` Gordan Bobic
` (4 subsequent siblings)
6 siblings, 0 replies; 12+ messages in thread
From: Ian Campbell @ 2013-11-26 14:16 UTC (permalink / raw)
To: George Dunlap; +Cc: xen-devel@lists.xen.org
On Tue, 2013-11-26 at 12:14 +0000, George Dunlap wrote:
> * Update to qemu 1.6
> owner: Anthonyper
> status: In staging, still working out a bug in the VMX code
This was pushed a couple of days ago.
>
> * ARM Live Migration Support
> owner: Jaeyong Yoo <jaeyong.yoo@samsung.com>
> status: v5 posted, looking good for code freeze
I updated you on this last tine around:
http://article.gmane.org/gmane.comp.emulators.xen.devel/179068
>
> * ARM64 guest
> owner: IanC
> status: v3 posted, v4 in progress. looking good.
In already.
Ian.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-26 12:14 Xen 4.4 development update George Dunlap
2013-11-26 12:55 ` Jan Beulich
2013-11-26 14:16 ` Ian Campbell
@ 2013-11-27 10:51 ` Gordan Bobic
2013-12-02 18:34 ` Dario Faggioli
2013-12-02 17:36 ` Lars Kurth
` (3 subsequent siblings)
6 siblings, 1 reply; 12+ messages in thread
From: Gordan Bobic @ 2013-11-27 10:51 UTC (permalink / raw)
To: xen-devel
> == Completed ==
[...]
> * PHV domU (experimental only)
It should be interesting to see if this will make Nvidia
cards work in domU without the need to modify them into
Quadros. Or whether they have pre-empted the possibility
and added further checks to disable it (should also be
interesting to see if older drivers work if the latest
ones don't).
Gordan
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-26 12:14 Xen 4.4 development update George Dunlap
` (2 preceding siblings ...)
2013-11-27 10:51 ` Gordan Bobic
@ 2013-12-02 17:36 ` Lars Kurth
2013-12-02 18:34 ` Dario Faggioli
` (2 subsequent siblings)
6 siblings, 0 replies; 12+ messages in thread
From: Lars Kurth @ 2013-12-02 17:36 UTC (permalink / raw)
To: George Dunlap, xen-devel@lists.xen.org
George,
I guess we need to start looking at drafting a press release and getting
Advisory Board approval to get the funds. Assuming there are no major
delays, targeting the week before FOSDEM (the week of Jan 23) would be
ideal for a release
Lars
On 26/11/2013 12:14, George Dunlap wrote:
> This information will be mirrored on the Xen 4.4 Roadmap wiki page:
> http://wiki.xen.org/wiki/Xen_Roadmap/4.4
>
> We're one week into the "code freezing point", which means that every
> patch that introduces new functionality needs a freeze exception.
>
> Remember our goal for the release:
> 1. A bug-free release
> 2. An awesome release
> 3. An on-time release
>
> Accepting a new feature may make Xen more awesome; but it also
> introduces a risk that it will introduce more bugs. That bug may be
> found before the release (threatening #3), or it may not be found
> until after the release (threatening #1).
>
> So when posting a patch requesting a freeze exception, please
> consider the following questions:
>
> 1. What is the benefit of this feature? Why should we accept this
> now instead of waiting for 4.5?
>
> 2. What is the risk that this may introduce bugs that may slip the
> releass, or bugs that may not be discovered and end up in the
> release?
>
> The more skeptical you are in your evaluation, the more generous I can
> afford to be.
>
> We will become progressively more conservative until the first RC,
> which is scheduled for 2 weeks' time (6 December). After that, we
> will only accept bug fixes.
>
> Bug fixes can be checked in without a freeze exception throughout the
> code freeze, unless the maintianer thinks they are particularly high
> risk. In later RC's, we may even begin rejecting bug fixes if the
> broken functionality is small and the risk to other functionality is
> high.
>
> Features which are currently marked "experimental" or do not at the
> moment work at all cannot be broken really; so changes to code only
> used by those features should be able to get a freeze exception
> easily. (Tianocore is something which would probably fall under
> this.)
>
> Features which change or add new interfaces which will need to be
> supported in a backwards-compatible way (for instance, vNUMA) will
> need freeze exceptions to make sure that the interface itself has
> enough time to be considered stable.
>
> These are guidelines and principles to give you an idea where we're
> coming from; if you think there's a good reason why making an
> exception for you will help us achieve goals 1-3 above better than not
> doing so, feel free to make your case.
>
> = Timeline =
>
> Here is our current timeline based on a 6-month release:
>
> * Feature freeze: 18 October 2013
> * Code freezing point: 18 November 2013 <== WE ARE HERE
> * First RC: 6 December 2013
> * Release: 21 January 2014
>
> Last updated: 25 November 2013
>
> == Completed ==
>
> * Event channel scalability (FIFO event channels)
>
> * Non-udev scripts for driver domains (non-Linux driver domains)
>
> * Multi-vector PCI MSI (Hypervisor side)
>
> * Improved Spice support on libxl
> - Added Spice vdagent support
> - Added Spice clipboard sharing support
>
> * PHV domU (experimental only)
>
> * Guest EFI booting (tianocore)
>
> * kexec
>
> * Testing: Xen on ARM
>
> * Update to SeaBIOS 1.7.3.1
>
> * pvgrub2 checked into grub upstream
>
> * SWIOTLB (in Linux 3.13)
>
> * Disk: indirect descriptors (in 3.11)
>
> == Resolved since last update ==
>
> * credit scheduler doesn't update other fields when tslice updated from sysctl
>
> == Open ==
>
> * qemu-upstream not freeing pirq
> > http://www.gossamer-threads.com/lists/xen/devel/281498
> status: patches posted; latest patches need testing
>
> * Race in PV shutdown between tool detection and shutdown watch
> > http://www.gossamer-threads.com/lists/xen/devel/282467
> > Nothing to do with ACPI
> status: Patches posted
>
> * Supposed regression from a3513737 ("x86: allow guest to set/clear
> > MSI-X mask bit (try 2)"), as per
> > http://lists.xenproject.org/archives/html/xen-devel/2013-09/msg01589.html.
>
> * qemu-traditional mis-parses host bus 8 as 0
> > http://bugs.xenproject.org/xen/bug/15
>
> * xen_platform_pci=0 doesn't work with qemu-xen
> > http://bugs.xenproject.org/xen/bug/20
> status: Patches posted
>
> * xl does not support specifying virtual function for passthrough device
> > http://bugs.xenproject.org/xen/bug/22
>
> * xl does not handle migrate interruption gracefully
> > If you start a localhost migrate, and press "Ctrl-C" in the middle,
> > you get two hung domains
>
> * libxl / xl does not handle failure of remote qemu gracefully
> > Easiest way to reproduce:
> > - set "vncunused=0" and do a local migrate
> > - The "remote" qemu will fail because the vnc port is in use
> > The failure isn't the problem, but everything being stuck afterwards is
>
> * HPET interrupt stack overflow (when using hpet_broadcast mode and MSI
> capable HPETs)
> owner: andyh@citrix
> status: patches posted, undergoing review iteration.
>
> * xl needs to disallow PoD with PCI passthrough
> >see http://xen.1045712.n5.nabble.com/PATCH-VT-d-Dis-allow-PCI-device-assignment-if-PoD-is-enabled-td2547788.html
>
> * PCI hole resize support hvmloader/qemu-traditional/qemu-upstream
> with PCI/GPU passthrough
> > http://lists.xen.org/archives/html/xen-devel/2013-05/msg02813.html
> > Where Stefano writes:
> > 2) for Xen 4.4 rework the two patches above and improve
> > i440fx_update_pci_mem_hole: resizing the pci_hole subregion is not
> > enough, it also needs to be able to resize the system memory region
> > (xen.ram) to make room for the bigger pci_hole
>
> * qemu memory leak?
> > http://lists.xen.org/archives/html/xen-users/2013-03/msg00276.html
>
> == Backlog ==
>
> === Testing coverage ===
>
> * new libxl w/ previous versions of xl
> @IanJ
>
> * Host S3 suspend
> @bguthro, @dariof
>
> * Default [example] XSM policy
> @Stefano to ask Daniel D
>
> * Storage driver domains
> @roger
>
> * HVM pci passthrough
> @anthony
>
> * PV pci passthrough
> @konrad (or @george if he gets to it first)
>
> * Network driver domains
> @George
>
> * Nested virt?
> @intel (chased by George)
>
> * Fix SRIOV test (chase intel)
> @ianj
>
> * Fix bisector to e-mail blame-worthy parties
> @ianj
>
> * Fix xl shutdown
> @ianj
>
> * stub domains
> @athony
>
> * performance benchmarks
> @dario
>
> === Meta-items (composed of other items) ===
>
> * Meta: PVIO NUMA improvements
> - soft affinity for vcpus (4.4 possible)
> - PV guest NUMA interface (4.4 possible)
> - Sensible dom0 NUMA layout
> - Toolstack pinning backend thread / virq to appropraite d0 vcpu
> - NUMA-aware ballooning
>
> * xend still in tree (x)
> - xl list -l on a dom0-only system
> - xl list -l doesn't contain tty console port
> - xl Alternate transport support for migration*
> - xl PVSCSI support
> - xl PVUSB support
>
> === Big ticket items ===
>
> * PVH mode (w/ Linux)
> owner: mukesh@oracle, george@citrix
> status (Linux): Acked, waiting for ABI to be nailed down
> status (Xen): Initial version checked in, still nailing down interface
>
> * Update to qemu 1.6
> owner: Anthonyper
> status: In staging, still working out a bug in the VMX code
>
> * ARM Live Migration Support
> owner: Jaeyong Yoo <jaeyong.yoo@samsung.com>
> status: v5 posted, looking good for code freeze
>
> * ARM64 guest
> owner: IanC
> status: v3 posted, v4 in progress. looking good.
>
> * soft affinity for vcpus (was NUMA affinity for vcpus)
> owner: Dario
> status: v2 posted
>
> * PV guest NUMA interface
> owner: Elena
> status: v3 posted
>
> * libvirt/libxl integration (external)
> - owner: jfehlig@suse, dario@citrix
> - patches posted (should be released before 4.4)
> - migration
> - PCI pass-through
> - In progress
> - integration w/ libvirt's lock manager
> - improved concurrency
>
> * libxl: Spice usbredirection support for upstream qemu
> owner: fabio@M2R
> status: I'll post new patch version shortly
>
> * libxl: usb2 and usb3 controller support for upstream qemu
> owner: fabio@M2R
> status: patch v5 posted, tested and working, awaiting reviews
>
> * libxl network buffering support for Remus
> @shriram
> status: patches posted
> prognosis: fair
>
> * xencrashd
> owner: don@verizon
> status: v2 posted
> > http://lists.xen.org/archives/html/xen-devel/2013-11/msg02569.html
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-27 10:51 ` Gordan Bobic
@ 2013-12-02 18:34 ` Dario Faggioli
0 siblings, 0 replies; 12+ messages in thread
From: Dario Faggioli @ 2013-12-02 18:34 UTC (permalink / raw)
To: Gordan Bobic; +Cc: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 648 bytes --]
On mer, 2013-11-27 at 10:51 +0000, Gordan Bobic wrote:
> > == Completed ==
>
> [...]
>
> > * PHV domU (experimental only)
>
> It should be interesting to see if this will make Nvidia
> cards work in domU without the need to modify them into
> Quadros.
>
Honestly, I really don't think PVH would make much difference wrt to
this... But yeah, let's see...
Dario
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-26 12:14 Xen 4.4 development update George Dunlap
` (3 preceding siblings ...)
2013-12-02 17:36 ` Lars Kurth
@ 2013-12-02 18:34 ` Dario Faggioli
2013-12-03 19:37 ` Konrad Rzeszutek Wilk
2013-12-03 19:41 ` Konrad Rzeszutek Wilk
6 siblings, 0 replies; 12+ messages in thread
From: Dario Faggioli @ 2013-12-02 18:34 UTC (permalink / raw)
To: George Dunlap; +Cc: xen-devel@lists.xen.org
[-- Attachment #1.1: Type: text/plain, Size: 476 bytes --]
On mar, 2013-11-26 at 12:14 +0000, George Dunlap wrote:
> === Meta-items (composed of other items) ===
>
> * Meta: PVIO NUMA improvements
> - soft affinity for vcpus (4.4 possible)
>
v5 posted.
Dario
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-26 12:14 Xen 4.4 development update George Dunlap
` (4 preceding siblings ...)
2013-12-02 18:34 ` Dario Faggioli
@ 2013-12-03 19:37 ` Konrad Rzeszutek Wilk
2013-12-04 10:30 ` Ian Campbell
2013-12-03 19:41 ` Konrad Rzeszutek Wilk
6 siblings, 1 reply; 12+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-12-03 19:37 UTC (permalink / raw)
To: George Dunlap; +Cc: xen-devel@lists.xen.org
> * xend still in tree (x)
> - xl list -l on a dom0-only system
> - xl list -l doesn't contain tty console port
> - xl Alternate transport support for migration*
> - xl PVSCSI support
> - xl PVUSB support
Please also add in the vfb = [ 'vnc=1, vnclisten=0.0.0.0,vncunused=1']
vs just adding 'vnc=1, vnclisten=...' options.
With Xend you could use either one with a PV guest and it would
setup a framebuffer. With xl if you do:
vnc=1
vnclisten=0.0.0.0
it won't setup a framebuffer.
But if you do:
vfb = [ 'vnc=1, vnclisten=0.0.0.0,vncunused=1']
Then it works.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-11-26 12:14 Xen 4.4 development update George Dunlap
` (5 preceding siblings ...)
2013-12-03 19:37 ` Konrad Rzeszutek Wilk
@ 2013-12-03 19:41 ` Konrad Rzeszutek Wilk
2013-12-04 10:38 ` Stefano Stabellini
6 siblings, 1 reply; 12+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-12-03 19:41 UTC (permalink / raw)
To: George Dunlap, Stefano Stabellini; +Cc: xen-devel@lists.xen.org
> * qemu-upstream not freeing pirq
> > http://www.gossamer-threads.com/lists/xen/devel/281498
> status: patches posted; latest patches need testing
So.. I know there was a patch, but looking at that thread I see:
> Hi Stefano,
>
> do you work out a patch for me to test?
I'll be traveling/busy for a few weeks, maybe it's best if someone else
picks up this work item.
And then there was a patch posted by Stefano at some point. But I can't find it?
Stefano, help?!
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-12-03 19:37 ` Konrad Rzeszutek Wilk
@ 2013-12-04 10:30 ` Ian Campbell
2013-12-04 10:45 ` Processed: " xen
0 siblings, 1 reply; 12+ messages in thread
From: Ian Campbell @ 2013-12-04 10:30 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: George Dunlap, xen-devel@lists.xen.org
create ^
title it xl support for vnc and vnclisten options with PV guests
thanks
On Tue, 2013-12-03 at 14:37 -0500, Konrad Rzeszutek Wilk wrote:
> > * xend still in tree (x)
[...]
> Please also add in the vfb = [ 'vnc=1, vnclisten=0.0.0.0,vncunused=1']
> vs just adding 'vnc=1, vnclisten=...' options.
>
> With Xend you could use either one with a PV guest and it would
> setup a framebuffer. With xl if you do:
>
> vnc=1
> vnclisten=0.0.0.0
>
> it won't setup a framebuffer.
Looks like xl_cmdimpl.c only implements those top level options for HVM
guests.
Ian.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Xen 4.4 development update
2013-12-03 19:41 ` Konrad Rzeszutek Wilk
@ 2013-12-04 10:38 ` Stefano Stabellini
0 siblings, 0 replies; 12+ messages in thread
From: Stefano Stabellini @ 2013-12-04 10:38 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk
Cc: George Dunlap, xen-devel@lists.xen.org, Stefano Stabellini
On Tue, 3 Dec 2013, Konrad Rzeszutek Wilk wrote:
> > * qemu-upstream not freeing pirq
> > > http://www.gossamer-threads.com/lists/xen/devel/281498
> > status: patches posted; latest patches need testing
>
> So.. I know there was a patch, but looking at that thread I see:
>
>
> > Hi Stefano,
> >
> > do you work out a patch for me to test?
>
> I'll be traveling/busy for a few weeks, maybe it's best if someone else
> picks up this work item.
>
>
> And then there was a patch posted by Stefano at some point. But I can't find it?
> Stefano, help?!
it should be this one:
http://marc.info/?l=xen-devel&m=137265766424502
^ permalink raw reply [flat|nested] 12+ messages in thread
* Processed: Re: Xen 4.4 development update
2013-12-04 10:30 ` Ian Campbell
@ 2013-12-04 10:45 ` xen
0 siblings, 0 replies; 12+ messages in thread
From: xen @ 2013-12-04 10:45 UTC (permalink / raw)
To: Ian Campbell, xen-devel
Processing commands for xen@bugs.xenproject.org:
> create ^
Created new bug #25 rooted at `<20131203193724.GA32644@phenom.dumpdata.com>'
Title: `Re: [Xen-devel] Xen 4.4 development update'
> title it xl support for vnc and vnclisten options with PV guests
Set title for #25 to `xl support for vnc and vnclisten options with PV guests'
> thanks
Finished processing.
Modified/created Bugs:
- 25: http://bugs.xenproject.org/xen/bug/25 (new)
---
Xen Hypervisor Bug Tracker
See http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen for information on reporting bugs
Contact xen-bugs-owner@bugs.xenproject.org with any infrastructure issues
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2013-12-04 10:45 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 12:14 Xen 4.4 development update George Dunlap
2013-11-26 12:55 ` Jan Beulich
2013-11-26 14:16 ` Ian Campbell
2013-11-27 10:51 ` Gordan Bobic
2013-12-02 18:34 ` Dario Faggioli
2013-12-02 17:36 ` Lars Kurth
2013-12-02 18:34 ` Dario Faggioli
2013-12-03 19:37 ` Konrad Rzeszutek Wilk
2013-12-04 10:30 ` Ian Campbell
2013-12-04 10:45 ` Processed: " xen
2013-12-03 19:41 ` Konrad Rzeszutek Wilk
2013-12-04 10:38 ` Stefano Stabellini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).