From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK3S6-0005XR-Kn for qemu-devel@nongnu.org; Mon, 04 Jul 2016 08:58:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bK3S1-0003MC-Lx for qemu-devel@nongnu.org; Mon, 04 Jul 2016 08:58:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bK3S1-0003M8-GB for qemu-devel@nongnu.org; Mon, 04 Jul 2016 08:58:13 -0400 Message-ID: <1467637091.15123.184.camel@redhat.com> From: Gerd Hoffmann Date: Mon, 04 Jul 2016 14:58:11 +0200 In-Reply-To: References: <1467613849-12476-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PULL 0/8] ipxe: update submodule from 4e03af8ec to 041863191 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Stefan Hajnoczi Cc: QEMU Developers On Mo, 2016-07-04 at 13:38 +0100, Peter Maydell wrote: > On 4 July 2016 at 07:30, Gerd Hoffmann wrote: > > Hi, > > > > Here comes the ipxe update for 2.7, rebasing the ipxe module to latest > > master and also adding boot roms for e1000e and vmxnet3. > > > > v2: two incremental tweaks to make sure the two new roms are installed > > properly. > > > > please pull, > > Gerd > > > > The following changes since commit c7288767523f6510cf557707d3eb5e78e519= b90d: > > > > Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-201606= 23' into staging (2016-06-23 11:53:14 +0100) > > > > are available in the git repository at: > > > > > > git://git.kraxel.org/qemu tags/pull-ipxe-20160704-1 > > > > for you to fetch changes up to 8df42d855c38a1b23b6ba9f38ab71b9d7fb24216= : > > > > build: add pc-bios to config-host.mak deps (2016-07-01 13:31:44 +0200= ) > > > > ---------------------------------------------------------------- > > ipxe: update submodule from 4e03af8ec to 041863191 >=20 > This submodule commit isn't present in the repo on git.qemu.org: >=20 > $ git submodule update > fatal: reference is not a tree: 04186319181298083ef28695a8309028b26fe83c > Unable to checkout '04186319181298083ef28695a8309028b26fe83c' in > submodule path 'roms/ipxe' Hmm, seems our mirror is a few commits behind. # git log --oneline origin/master..ipxe.org/master=20 fda8916 [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requests 3d9f094 [dhcp] Allow for variable encapsulation of architecture-specific options 3bb61c3 [pxe] Disable interrupts on the PIC before starting NBP c22da4b [bios] Do not enable interrupts when printing to the console c9f6a86 [efi] Fix uninitialised data in HII IFR structures 0418631 [thunderx] Fix compilation with older versions of gcc 632e57f [efi] Do not copy garbage bytes into SNP device path MAC address Commit 0418631 is dated Wed Jun 22, almost two weeks ago. Last commit in our mirror is dated from Jun 20th. Stefan? Did something broke between 20th and 22th? Or are our sync intervals that big? In case of the later: Can we make them smaller, like once per day or so? cheers, Gerd