[Qemu-devel] [PULL 0/1] Build fix for -rc2

Eduardo Habkost posted 1 patch 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180723194521.26831-1-ehabkost@redhat.com
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
target/i386/cpu.h |   4 +-
target/i386/cpu.c | 128 +++++++++++++++++++++++-----------------------
2 files changed, 66 insertions(+), 66 deletions(-)
[Qemu-devel] [PULL 0/1] Build fix for -rc2
Posted by Eduardo Habkost 7 years, 3 months ago
The following changes since commit 9ba7dd14355bb7957680d5ef764471ab102df099:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-23' into staging (2018-07-23 15:15:46 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-next-pull-request

for you to fetch changes up to 5f00335aecafc9ad56592d943619d3252f8941f1:

  i386: Rename enum CacheType members (2018-07-23 12:56:19 -0300)

----------------------------------------------------------------
Fix for -rc2

* Fix build failure on mips host

----------------------------------------------------------------

Eduardo Habkost (1):
  i386: Rename enum CacheType members

 target/i386/cpu.h |   4 +-
 target/i386/cpu.c | 128 +++++++++++++++++++++++-----------------------
 2 files changed, 66 insertions(+), 66 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/1] Build fix for -rc2
Posted by Peter Maydell 7 years, 3 months ago
On 23 July 2018 at 20:45, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit 9ba7dd14355bb7957680d5ef764471ab102df099:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-07-23' into staging (2018-07-23 15:15:46 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to 5f00335aecafc9ad56592d943619d3252f8941f1:
>
>   i386: Rename enum CacheType members (2018-07-23 12:56:19 -0300)
>
> ----------------------------------------------------------------
> Fix for -rc2
>
> * Fix build failure on mips host
>
Applied, thanks.

-- PMM