[Qemu-devel] [PULL 0/2] Fix tests with new gcc

Juan Quintela posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170906114456.27339-1-quintela@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/qemu/iov.h   |  6 ------
tests/test-iov.c     | 10 +++++-----
tests/vmgenid-test.c |  4 ++--
3 files changed, 7 insertions(+), 13 deletions(-)
[Qemu-devel] [PULL 0/2] Fix tests with new gcc
Posted by Juan Quintela 6 years, 7 months ago
Hi

TNhis has already been reviewed on list.

Please, apply.

The following changes since commit b07d1c2f5607489d4d4a6a65ce36a3e896ac065e:

  Revert "kvm: use DIV_ROUND_UP" (2017-09-05 18:55:40 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/tests/20170906

for you to fetch changes up to c18aaeb69072b74cb0a66e6638fcb14837c7cd3a:

  tests: Make vmgenid test compile (2017-09-05 22:34:40 +0200)

----------------------------------------------------------------
tests/next for 20170906

----------------------------------------------------------------
Juan Quintela (2):
      tests: Use real size for iov tests
      tests: Make vmgenid test compile

 include/qemu/iov.h   |  6 ------
 tests/test-iov.c     | 10 +++++-----
 tests/vmgenid-test.c |  4 ++--
 3 files changed, 7 insertions(+), 13 deletions(-)

Re: [Qemu-devel] [PULL 0/2] Fix tests with new gcc
Posted by Peter Maydell 6 years, 7 months ago
On 6 September 2017 at 12:44, Juan Quintela <quintela@redhat.com> wrote:
> Hi
>
> TNhis has already been reviewed on list.
>
> Please, apply.
>
> The following changes since commit b07d1c2f5607489d4d4a6a65ce36a3e896ac065e:
>
>   Revert "kvm: use DIV_ROUND_UP" (2017-09-05 18:55:40 +0100)
>
> are available in the git repository at:
>
>   git://github.com/juanquintela/qemu.git tags/tests/20170906
>
> for you to fetch changes up to c18aaeb69072b74cb0a66e6638fcb14837c7cd3a:
>
>   tests: Make vmgenid test compile (2017-09-05 22:34:40 +0200)
>
> ----------------------------------------------------------------
> tests/next for 20170906
>
> ----------------------------------------------------------------
> Juan Quintela (2):
>       tests: Use real size for iov tests
>       tests: Make vmgenid test compile

Applied, thanks.

-- PMM