xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* RFC: Still TODO for 4.2?
@ 2012-01-04 16:29 Ian Campbell
  2012-01-04 16:47 ` Konrad Rzeszutek Wilk
                   ` (6 more replies)
  0 siblings, 7 replies; 108+ messages in thread
From: Ian Campbell @ 2012-01-04 16:29 UTC (permalink / raw)
  To: xen-devel
  Cc: Ian Jackson, Keir Fraser, Jan Beulich, Stefano Stabellini,
	Tim Deegan

What are the outstanding things to do before we think we can start on
the 4.2 -rc's? Does anyone have a timetable in mind?

hypervisor:

      * ??? - Keir, Tim, Jan?

tools:

      * libxl stable API -- we would like 4.2 to define a stable API
        which downstream's can start to rely on not changing. Aspects of
        this are:
              * event handling (IanJ working on this)
              * drop libxl_device_model_info (move bits to build_info or
                elsewhere as appropriate) (IanC working on this, patches
                shortly)
              * add libxl_defbool and generally try and arrange that
                memset(foo,0,...) requests the defaults (IanC working on
                this, patches shortly)
              * The topologyinfo datastructure should be a list of
                tuples, not a tuple of lists. (nobody currently looking
                at this, not 100% sure this makes sense, could possibly
                defer and change after 4.2 in a compatible way)
              * Block script support -- can be done post 4.2?
      * Hotplug script stuff -- internal to libxl (I think, therefore I
        didn't put this under stable API above) but still good to have
        for 4.2? Roger Pau Monet was looking at this but its looking
        like a big can-o-worms...
      * Integrate qemu+seabios upstream into the build (Stefano has
        posted patches, I guess they need refreshing and reposting). No
        change in default qemu for 4.2.
      * More formally deprecate xm/xend. Manpage patches already in
        tree. Needs release noting and communication around -rc1 to
        remind people to test xl.

Has anybody got anything else? I'm sure I've missed stuff. Are there any
must haves e.g. in the paging/sharing spaces?

Ian.

^ permalink raw reply	[flat|nested] 108+ messages in thread
[parent not found: <mailman.456.1326725042.1471.xen-devel@lists.xensource.com>]
* Re: RFC: Still TODO for 4.2?
@ 2012-01-17  9:09 Jan Beulich
  2012-01-19 16:35 ` Jan Beulich
  0 siblings, 1 reply; 108+ messages in thread
From: Jan Beulich @ 2012-01-17  9:09 UTC (permalink / raw)
  To: anthony.perard, Ian Campbell
  Cc: Keir (Xen.org), Tim (Xen.org), xen-devel, Ian Jackson,
	Stefano Stabellini

>>> On 16.01.12 at 14:39, Ian Campbell <Ian.Campbell@citrix.com> wrote:
> On Wed, 2012-01-04 at 16:55 +0000, Jan Beulich wrote:
>> >>> On 04.01.12 at 17:29, Ian Campbell <Ian.Campbell@citrix.com> wrote:
>> > What are the outstanding things to do before we think we can start on
>> > the 4.2 -rc's? Does anyone have a timetable in mind?
>> > 
>> > hypervisor:
>> > 
>> >       * ??? - Keir, Tim, Jan?
>> 
>> Apart from a few small things that I have on my todo list, the only
>> bigger one (at least from an possible impact perspective) is the
>> round-up of the closing of the security hole in MSI-X passthrough
>> (uniformly - i.e. even for Dom0 - disallowing write access to MSI-X
>> table pages), which I intended to do only once the upstream qemu
>> patch series also incorporates the respective recent qemu-xen
>> change.
> 
> It sounds like this issue is a blocker for the release, whereas the
> upstream qemu support for pci passthrough is not necessarily. Has your
> precondition for inclusion been met yet or do we need to prod someone?

Just for reference, below the intended (trivial) change.

Jan

This continues to leave unaddressed the case where PV guests map the
MSI-X table page(s) before setting up the first MSI-X interrupt (see
the original c/s 22182:68cc3c514a0a description for options).

--- a/xen/arch/x86/mm.c
+++ b/xen/arch/x86/mm.c
@@ -869,7 +869,7 @@ get_page_from_l1e(
             return -EINVAL;
         }
 
-        if ( !(l1f & _PAGE_RW) || IS_PRIV(pg_owner) ||
+        if ( !(l1f & _PAGE_RW) ||
              !rangeset_contains_singleton(mmio_ro_ranges, mfn) )
             return 0;
         dprintk(XENLOG_G_WARNING,

^ permalink raw reply	[flat|nested] 108+ messages in thread

end of thread, other threads:[~2012-02-13 17:52 UTC | newest]

Thread overview: 108+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-04 16:29 RFC: Still TODO for 4.2? Ian Campbell
2012-01-04 16:47 ` Konrad Rzeszutek Wilk
2012-01-04 16:51   ` Stefano Stabellini
2012-01-16 13:42     ` Ian Campbell
2012-01-04 16:55 ` Jan Beulich
2012-01-16 13:39   ` Ian Campbell
2012-01-16 14:48     ` Jan Beulich
2012-01-16 15:00       ` Stefano Stabellini
2012-01-04 17:25 ` Pasi Kärkkäinen
2012-01-04 17:36   ` George Dunlap
2012-01-04 18:20   ` Tim Deegan
2012-01-05 10:39     ` Ian Campbell
2012-01-06 15:24       ` RFC: Still TODO for 4.2? Nested Paging for Intel Nested Virt Pasi Kärkkäinen
2012-01-04 19:21   ` RFC: Still TODO for 4.2? Wei Huang
2012-01-04 19:43     ` Pasi Kärkkäinen
2012-01-04 19:57       ` Wei Huang
2012-01-05  7:27         ` Pasi Kärkkäinen
2012-01-06 15:37         ` Konrad Rzeszutek Wilk
2012-01-06 19:08           ` Wei Huang
2012-02-06 17:57           ` Pasi Kärkkäinen
2012-02-13 17:52             ` Extracting ATI/AMD Radeon VBIOS ROM Pasi Kärkkäinen
2012-01-05 13:19       ` Re : RFC: Still TODO for 4.2? David TECHER
2012-01-05 13:25         ` Ian Campbell
2012-01-05 13:41           ` Re : " David TECHER
2012-01-05 16:18             ` Ian Campbell
2012-01-16 13:28   ` Ian Campbell
2012-01-16 14:39     ` Re : " David TECHER
2012-01-04 17:39 ` Roger Pau Monné
2012-01-05 18:07   ` Driver domains and hotplug scripts, redux Ian Jackson
2012-01-06 12:01     ` Stefano Stabellini
2012-01-09 10:08     ` Roger Pau Monné
2012-01-09 12:26       ` Stefano Stabellini
2012-01-09 17:39         ` Ian Jackson
     [not found]           ` <alpine.DEB.2.00.1201101448030.3150@kaball-desktop>
     [not found]             ` <20236.23822.715733.455559@mariner.uk.xensource.com>
     [not found]               ` <alpine.DEB.2.00.1201101547540.3150@kaball-desktop>
     [not found]                 ` <20236.24780.865152.458124@mariner.uk.xensource.com>
     [not found]                   ` <alpine.DEB.2.00.1201101619460.3150@kaball-desktop>
     [not found]                     ` <20236.27158.706017.813195@mariner.uk.xensource.com>
     [not found]                       ` <alpine.DEB.2.00.1201101655390.3150@kaball-desktop>
     [not found]                         ` <20236.28931.127139.752426@mariner.uk.xensource.com>
2012-01-11 11:50                           ` Roger Pau Monné
2012-01-11 12:17                             ` Ian Campbell
2012-01-11 14:26                               ` Dave Scott
2012-01-12 16:50                                 ` Ian Jackson
2012-01-12 18:07                                   ` Dave Scott
2012-01-11 14:44                               ` Roger Pau Monné
2012-01-12 16:48                               ` Ian Jackson
2012-01-16 17:52                                 ` Roger Pau Monné
2012-01-16 17:58                                   ` Ian Jackson
2012-01-17  9:17                                     ` Ian Campbell
2012-01-17  9:30                                       ` Roger Pau Monné
2012-01-17  9:43                                         ` Ian Campbell
2012-01-17  9:40                                       ` Roger Pau Monné
2012-01-17  9:52                                         ` Ian Campbell
2012-01-17 10:00                                           ` Roger Pau Monné
2012-01-17 10:39                                             ` Ian Campbell
2012-01-23 11:40                                               ` Roger Pau Monné
2012-01-27  8:43                                                 ` Roger Pau Monné
2012-01-27 10:57                                                   ` Stefano Stabellini
2012-01-31  9:57                                                     ` Roger Pau Monné
2012-01-31 10:06                                                       ` Tim Deegan
2012-01-31 13:47                                                         ` Stefano Stabellini
2012-01-31 13:51                                                           ` Ian Campbell
2012-01-31 13:51                                                       ` Stefano Stabellini
2012-01-31 20:02                                                       ` Ian Campbell
2012-01-17  9:22                                     ` Roger Pau Monné
2012-01-11 12:50                             ` Stefano Stabellini
2012-01-05 17:49 ` RFC: Still TODO for 4.2? Ian Jackson
2012-01-06 13:37   ` Ian Campbell
2012-01-10 16:06     ` Ian Jackson
2012-01-16 11:55 ` George Dunlap
2012-01-19 21:14 ` RFC: Still TODO for 4.2? xl domain numa memory allocation vs xm/xend Pasi Kärkkäinen
2012-01-20  7:59   ` Ian Campbell
2012-01-20  8:15     ` Pasi Kärkkäinen
2012-01-20  9:01       ` Ian Campbell
2012-01-20  9:47         ` Dario Faggioli
2012-01-20 11:56           ` Ian Campbell
2012-01-23  9:59         ` Juergen Gross
2012-01-20 10:55     ` Stefano Stabellini
2012-01-20 11:22       ` Ian Campbell
2012-01-20 11:25         ` Stefano Stabellini
2012-01-20 11:44         ` Dario Faggioli
2012-01-20 11:54           ` Ian Campbell
2012-01-20 12:04             ` Dario Faggioli
2012-01-20 12:33               ` Ian Campbell
2012-01-20 13:11                 ` Ian Campbell
2012-01-20 15:06                   ` Ian Campbell
2012-01-20 16:02                     ` Dario Faggioli
2012-01-20 16:21                       ` Ian Campbell
2012-01-20 16:28                         ` Ian Campbell
2012-01-20 16:31                           ` George Dunlap
2012-01-20 16:39                             ` Ian Campbell
2012-01-20 16:43                               ` George Dunlap
2012-01-20 16:54                                 ` Ian Campbell
2012-01-20 17:32                                   ` Dario Faggioli
2012-01-23 10:19                                     ` Ian Campbell
2012-01-23 13:14                                       ` Dario Faggioli
2012-01-23 13:20                                         ` Ian Campbell
2012-01-20 16:55                                 ` Ian Campbell
2012-01-20 16:59                                   ` George Dunlap
2012-01-20 16:58                         ` Dario Faggioli
2012-01-20 17:23                           ` Ian Campbell
2012-01-20 17:28                             ` Dario Faggioli
2012-01-20 11:26       ` Dario Faggioli
     [not found] <mailman.456.1326725042.1471.xen-devel@lists.xensource.com>
2012-01-16 15:12 ` RFC: Still TODO for 4.2? Andres Lagar-Cavilla
  -- strict thread matches above, loose matches on Subject: below --
2012-01-17  9:09 Jan Beulich
2012-01-19 16:35 ` Jan Beulich
2012-01-19 17:35   ` Shriram Rajagopalan
2012-01-19 17:46     ` Ian Campbell
2012-01-19 19:00       ` Shriram Rajagopalan
2012-01-19 20:42         ` Konrad Rzeszutek Wilk
2012-01-19 21:25           ` Shriram Rajagopalan
2012-01-19 21:10         ` Ian Campbell
2012-01-19 21:30           ` Shriram Rajagopalan
2012-01-19 21:39             ` Ian Campbell

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).