From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R25pm-00046j-B1 for qemu-devel@nongnu.org; Fri, 09 Sep 2011 14:29:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R25pk-0001yC-VN for qemu-devel@nongnu.org; Fri, 09 Sep 2011 14:29:50 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:54953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R25pk-0001y2-Sw for qemu-devel@nongnu.org; Fri, 09 Sep 2011 14:29:48 -0400 Received: by ywf9 with SMTP id 9so2171393ywf.4 for ; Fri, 09 Sep 2011 11:29:48 -0700 (PDT) Message-ID: <4E6A5B19.8020907@codemonkey.ws> Date: Fri, 09 Sep 2011 13:29:45 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/4] xen: old bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: qemu-devel@nongnu.org On 09/09/2011 08:39 AM, Stefano Stabellini wrote: > Hi Anthony, > I have few not very exiting xen bug fixes laying around that haven't > been applied to master yet. None of them are new, some of them are more > than an year old. > > > Please pull (git branch based on 07ff2c4475df77e38a31d50ee7f3932631806c15): > > git://xenbits.xen.org/people/sstabellini/qemu-dm.git xen-next Pulled. Thanks. Regards, Anthony Liguori > > > Anthony PERARD (1): > xen-mapcache: Fix rlimit set size. > > John Haxby (2): > Introduce a new 'connected' xendev op called when Connected. > Move the xenfb pointer handler to the connected method > > Stefano Stabellini (1): > xen: use uint64_t instead of target_ulong in cpu_ioreq_move > > hw/xen_backend.c | 40 ++++++++++++++++++++++++++++++++++------ > hw/xen_backend.h | 3 ++- > hw/xen_console.c | 4 ++-- > hw/xen_disk.c | 2 +- > hw/xen_nic.c | 2 +- > hw/xenfb.c | 29 ++++++++++++++++++++--------- > xen-all.c | 2 +- > xen-mapcache.c | 29 ++++++++++++++++++++++++----- > 8 files changed, 85 insertions(+), 26 deletions(-) > > Cheers, > > Stefano > >