Message ID | 1423806885-9548-1-git-send-email-peter.maydell@linaro.org |
---|---|
State | Not Applicable |
Headers | show |
On 13 February 2015 at 05:54, Peter Maydell <peter.maydell@linaro.org> wrote: > The following changes since commit 449008f86418583a1f0fb946cf91ee7b4797317d: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' into staging (2015-02-11 05:14:41 +0000) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150213 > > for you to fetch changes up to c2ebd862a54b7e12175d65c03ba259926cb2237a: > > target-arm: A64: Avoid signed shifts in disas_ldst_pair() (2015-02-13 05:46:09 +0000) > > ---------------------------------------------------------------- > target-arm queue: > * PCIe support in virt board > * Support 32-bit guests on 64-bit KVM hosts in virt board > * Fixes to avoid C undefined behaviour > > ---------------------------------------------------------------- NB: if following this merge you find 'make check' fails, this is likely because your build tree is old and is missing the correct dependency files (the .d files which would tell it to rebuild the config-devices.mak files don't exist, and the .d files only get built when the config-devices.mak files are rebuilt.) This can be fixed by: rm <builddir>/*/config-devices.mak* (or by blowing away the whole builddir, of course). -- PMM
On 13 February 2015 at 05:54, Peter Maydell <peter.maydell@linaro.org> wrote: > The following changes since commit 449008f86418583a1f0fb946cf91ee7b4797317d: > > Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' into staging (2015-02-11 05:14:41 +0000) > > are available in the git repository at: > > > git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20150213 > > for you to fetch changes up to c2ebd862a54b7e12175d65c03ba259926cb2237a: > > target-arm: A64: Avoid signed shifts in disas_ldst_pair() (2015-02-13 05:46:09 +0000) > > ---------------------------------------------------------------- > target-arm queue: > * PCIe support in virt board > * Support 32-bit guests on 64-bit KVM hosts in virt board > * Fixes to avoid C undefined behaviour > Applied, thanks. -- PMM