[Qemu-devel] [PULL for-2.10 0/1] bugfix for boot-serial-test and no tcg

Cornelia Huck posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170811140627.22421-1-cohuck@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
tests/boot-serial-test.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL for-2.10 0/1] bugfix for boot-serial-test and no tcg
Posted by Cornelia Huck 6 years, 7 months ago
The following changes since commit 473a321122fd3c2c327a5a5d01a9a41f26f1734c:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2017-08-10 17:50:55 +0100)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/boot-serial-no-tcg-20170811

for you to fetch changes up to 480bc11e61693796debd3a9566be0ca1795bb7b7:

  boot-serial-test: fallback to kvm accelerator (2017-08-11 15:44:05 +0200)

----------------------------------------------------------------
Fix the boot-serial test to work with the new --disable-tcg.

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

Cornelia Huck (1):
  boot-serial-test: fallback to kvm accelerator

 tests/boot-serial-test.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.13.4


Re: [Qemu-devel] [PULL for-2.10 0/1] bugfix for boot-serial-test and no tcg
Posted by Peter Maydell 6 years, 7 months ago
On 11 August 2017 at 15:06, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit 473a321122fd3c2c327a5a5d01a9a41f26f1734c:
>
>   Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2017-08-10 17:50:55 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/boot-serial-no-tcg-20170811
>
> for you to fetch changes up to 480bc11e61693796debd3a9566be0ca1795bb7b7:
>
>   boot-serial-test: fallback to kvm accelerator (2017-08-11 15:44:05 +0200)
>
> ----------------------------------------------------------------
> Fix the boot-serial test to work with the new --disable-tcg.
>
> ----------------------------------------------------------------
>
> Cornelia Huck (1):
>   boot-serial-test: fallback to kvm accelerator
>
>  tests/boot-serial-test.c | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied, thanks.

-- PMM