qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 84eac3: libqtest: Fix documentation copy&past


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 84eac3: libqtest: Fix documentation copy&paste errors
Date: Mon, 11 Feb 2013 12:30:12 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 84eac31707a8f103cc9a0b38ab62a8832bec1153
      
https://github.com/qemu/qemu/commit/84eac31707a8f103cc9a0b38ab62a8832bec1153
  Author: Andreas Färber <address@hidden>
  Date:   2013-02-11 (Mon, 11 Feb 2013)

  Changed paths:
    M tests/libqtest.h

  Log Message:
  -----------
  libqtest: Fix documentation copy&paste errors

The [qtest_]in[bwl]() functions/macros don't have a value argument.

Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 5dd6be069bf832f888005d28cebdec16720dedac
      
https://github.com/qemu/qemu/commit/5dd6be069bf832f888005d28cebdec16720dedac
  Author: Andreas Färber <address@hidden>
  Date:   2013-02-11 (Mon, 11 Feb 2013)

  Changed paths:
    M qtest.c

  Log Message:
  -----------
  qtest: Use strtoull() for uint64_t

On 32-bit hosts, unsigned long may be uint32_t and uint64_t may be
unsigned long long. Account for this by always using strtoull().
We were already using strtoll() for int64_t.

Signed-off-by: Andreas Färber <address@hidden>
Reviewed-by: Anthony Liguori <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: d0bce760e04b1658a3b4ac95be2839ae20fd86db
      
https://github.com/qemu/qemu/commit/d0bce760e04b1658a3b4ac95be2839ae20fd86db
  Author: Andreas Färber <address@hidden>
  Date:   2013-02-11 (Mon, 11 Feb 2013)

  Changed paths:
    M tests/libi2c-omap.c

  Log Message:
  -----------
  libi2c-omap: Fix endianness dependency

The libqos driver for omap_i2c currently does not work on Big Endian.
Introduce helpers for reading from and writing to 16-bit armel registers.

This fixes tmp105-test failures on ppc.

To prepare for a QTest-level endianness solution, poison mem{read,write}
and always use the helpers. Adopt the expected signatures.
To avoid an unused variable warning, assert the STAT Single Byte Data
bit but, due to it not getting cleared, only it being set when len == 1.

Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: d7cd369402191814a1bb339a730f3af411e9682f
      
https://github.com/qemu/qemu/commit/d7cd369402191814a1bb339a730f3af411e9682f
  Author: Stefan Hajnoczi <address@hidden>
  Date:   2013-02-11 (Mon, 11 Feb 2013)

  Changed paths:
    M migration.c
    M savevm.c

  Log Message:
  -----------
  migration: restrict scope of incoming fd read handler

The incoming migration is processed in a coroutine and uses an fd read
handler to enter the yielded coroutine when data becomes available.

The read handler was set too broadly, so that spurious coroutine entries
were be triggered if other coroutine users yielded (like the block
layer's bdrv_write() function).

Install the fd read only only when yielding for more data to become
available.  This prevents spurious coroutine entries which break code
that assumes only a specific set of places can re-enter the coroutine.

This patch fixes crashes in block/raw-posix.c that are triggered with
"migrate -b" when qiov becomes a dangling pointer due to a spurious
coroutine entry that frees qiov early.

Signed-off-by: Stefan Hajnoczi <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 58fa4325228f61d58317f48364259b31e9b92d15
      
https://github.com/qemu/qemu/commit/58fa4325228f61d58317f48364259b31e9b92d15
  Author: Markus Armbruster <address@hidden>
  Date:   2013-02-11 (Mon, 11 Feb 2013)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  qapi: Improve chardev-add documentation

Signed-off-by: Markus Armbruster <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f880defbb067...58fa4325228f

reply via email to

[Prev in Thread] Current Thread [Next in Thread]