Re: HEADS UP: Xen merge coming to stable/8

2012-02-17 Thread Colin Percival
On 02/17/12 02:00, Richard Kojedzinszky wrote:
> Dear Colin,
> 
> Will the merges affect 8.2 as well?

No, only security fixes and "critical" bug fixes get merged back to the
old release branches.

> On Tue, 14 Feb 2012, Colin Percival wrote:
>> Date: Tue, 14 Feb 2012 17:10:17 -0800
>> From: Colin Percival 
>> To: Kenneth D. Merry 
>> Cc: freebsd-xen@freebsd.org
>> Subject: Re: HEADS UP: Xen merge coming to stable/8
>>
>> On 02/14/12 15:36, Kenneth D. Merry wrote:
>>> I'm planning to merge pretty much all of the Xen changes from head into
>>> stable/8 soon.  (i.e. before the stable/8 code freeze)
>>
>> Oh good, I've been meaning to do some merges but wasn't sure if I'd be able
>> to find time before the freeze starts.

-- 
Colin Percival
Security Officer, FreeBSD | freebsd.org | The power to serve
Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"


Re: HEADS UP: Xen merge coming to stable/8

2012-02-17 Thread Richard Kojedzinszky

Dear Colin,

Will the merges affect 8.2 as well?

regards,


Kojedzinszky Richard
Euronet Magyarorszag Informatikai Zrt.

On Tue, 14 Feb 2012, Colin Percival wrote:


Date: Tue, 14 Feb 2012 17:10:17 -0800
From: Colin Percival 
To: Kenneth D. Merry 
Cc: freebsd-xen@freebsd.org
Subject: Re: HEADS UP: Xen merge coming to stable/8

On 02/14/12 15:36, Kenneth D. Merry wrote:

I'm planning to merge pretty much all of the Xen changes from head into
stable/8 soon.  (i.e. before the stable/8 code freeze)


Oh good, I've been meaning to do some merges but wasn't sure if I'd be able
to find time before the freeze starts.

--
Colin Percival
Security Officer, FreeBSD | freebsd.org | The power to serve
Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"


___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"


Re: HEADS UP: Xen merge coming to stable/8

2012-02-14 Thread Colin Percival
On 02/14/12 15:36, Kenneth D. Merry wrote:
> I'm planning to merge pretty much all of the Xen changes from head into
> stable/8 soon.  (i.e. before the stable/8 code freeze)

Oh good, I've been meaning to do some merges but wasn't sure if I'd be able
to find time before the freeze starts.

-- 
Colin Percival
Security Officer, FreeBSD | freebsd.org | The power to serve
Founder / author, Tarsnap | tarsnap.com | Online backups for the truly paranoid
___
freebsd-xen@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xen
To unsubscribe, send any mail to "freebsd-xen-unsubscr...@freebsd.org"


HEADS UP: Xen merge coming to stable/8

2012-02-14 Thread Kenneth D. Merry
Hi folks,

I'm planning to merge pretty much all of the Xen changes from head into
stable/8 soon.  (i.e. before the stable/8 code freeze)

If anyone has any objections, speak now.  (Make sure to send mail to me
directly, I'll see it more quickly.)

I have attached what will be the commit message, so you can see what is
involed.

Thanks,

Ken
-- 
Kenneth Merry
k...@freebsd.org
MFC r215818, r216405, r216437, r216448, r216956, r221827, r222975, r223059,
r225343, r225704, r225705, r225706, r225707, r225709, r226029, r220647,
r230183, r230587, r230916, r228526, r230879:

Bring Xen support in stable/8 up to parity with head.

  r215818 | cperciva | 2010-11-25 08:05:21 -0700 (Thu, 25 Nov 2010) | 5 lines
  
  Rename HYPERVISOR_multicall (which performs the multicall hypercall) to
  _HYPERVISOR_multicall, and create a new HYPERVISOR_multicall function which
  invokes _HYPERVISOR_multicall and checks that the individual hypercalls all
  succeeded.
  
  r216405 | rwatson | 2010-12-13 05:15:46 -0700 (Mon, 13 Dec 2010) | 7 lines
  
  Add options NO_ADAPTIVE_SX to the XENHVM kernel configuration, matching
  its similar disabling of adaptive mutexes and rwlocks.  The existing
  comment on why this is the case also applies to sx locks.
  
  MFC after:3 days
  Discussed with:   attilio
  
  r216437 | gibbs | 2010-12-14 10:23:49 -0700 (Tue, 14 Dec 2010) | 2 lines
  
  Remove spurious printf left over from debugging our XenStore support.
  
  r216448 | gibbs | 2010-12-14 13:57:40 -0700 (Tue, 14 Dec 2010) | 4 lines
  
  Fix a typo in a comment.
  
  Noticed by:   Attila Nagy 
  
  r216956 | rwatson | 2011-01-04 07:49:54 -0700 (Tue, 04 Jan 2011) | 8 lines
  
  Make "options XENHVM" compile for i386, not just amd64 -- a largely
  mechanical change.  This opens the door for using PV device drivers
  under Xen HVM on i386, as well as more general harmonisation of i386
  and amd64 Xen support in FreeBSD.
  
  Reviewed by:  cperciva
  MFC after:3 weeks
  
  r221827 | mav | 2011-05-12 21:40:16 -0600 (Thu, 12 May 2011) | 2 lines
  
  Fix msleep() usage in Xen balloon driver to not wake up on every HZ tick.
  
  r222975 | gibbs | 2011-06-10 22:59:01 -0600 (Fri, 10 Jun 2011) | 63 lines
  
  Monitor and emit events for XenStore changes to XenBus trees
  of the devices we manage.  These changes can be due to writes
  we make ourselves or due to changes made by the control domain.
  The goal of these changes is to insure that all state transitions
  can be detected regardless of their source and to allow common
  device policies (e.g. "onlined" backend devices) to be centralized
  in the XenBus bus code.
  
  sys/xen/xenbus/xenbusvar.h:
  sys/xen/xenbus/xenbus.c:
  sys/xen/xenbus/xenbus_if.m:
Add a new method for XenBus drivers "localend_changed".
This method is invoked whenever a write is detected to
a device's XenBus tree.  The default implementation of
this method is a no-op.
  
  sys/xen/xenbus/xenbus_if.m:
  sys/dev/xen/netfront/netfront.c:
  sys/dev/xen/blkfront/blkfront.c:
  sys/dev/xen/blkback/blkback.c:
Change the signature of the "otherend_changed" method.
This notification cannot fail, so it should return void.
  
  sys/xen/xenbus/xenbusb_back.c:
Add "online" device handling to the XenBus Back Bus
support code.  An online backend device remains active
after a front-end detaches as a reconnect is expected
to occur in the near future.
  
  sys/xen/interface/io/xenbus.h:
Add comment block further explaining the meaning and
driver responsibilities associated with the XenBus
Closed state.
  
  sys/xen/xenbus/xenbusb.c:
  sys/xen/xenbus/xenbusb.h:
  sys/xen/xenbus/xenbusb_back.c:
  sys/xen/xenbus/xenbusb_front.c:
  sys/xen/xenbus/xenbusb_if.m:
o Register a XenStore watch against the local XenBus tree
  for all devices.
o Cache the string length of the path to our local tree.
o Allow the xenbus front and back drivers to hook/filter both
  local and otherend watch processing.
o Update the device ivar version of "state" when we detect
  a XenStore update of that node.
  
  sys/dev/xen/control/control.c:
  sys/xen/xenbus/xenbus.c:
  sys/xen/xenbus/xenbusb.c:
  sys/xen/xenbus/xenbusb.h:
  sys/xen/xenbus/xenbusvar.h:
  sys/xen/xenstore/xenstorevar.h:
Allow clients of the XenStore watch mechanism to attach
a single uintptr_t worth of client data to the watch.
This removes the need to carefully place client watch
data within enclosing objects so that a cast or offsetof
calculation can be used to convert from watch to enclosing
object.
  
  Sponsored by: Spectra Logic Corporation
  MFC after:1 week
  
  r223059 | gibbs | 2011-06-13 14:36:29 -0600 (Mon, 13 Jun 2011) | 36 lines
  
  Several enhancements to the Xen block back driver.
  
  sys/dev/xen/blkback/blkback.c:
o Implement front-end request coalescing.  This g