[PATCH v2 0/3] qom: Few trivial patches

Philippe Mathieu-Daudé posted 3 patches 4 years ago
Test docker-mingw@fedora failed
Test checkpatch passed
Test docker-quick@centos7 failed
Test asan failed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200504115656.6045-1-f4bug@amsat.org
include/io/task.h         | 2 --
include/qemu/typedefs.h   | 1 +
include/qom/object.h      | 2 --
include/qom/qom-qobject.h | 2 --
include/sysemu/sysemu.h   | 1 -
io/task.c                 | 1 +
qom/object.c              | 7 ++++++-
tests/test-io-task.c      | 1 +
8 files changed, 9 insertions(+), 8 deletions(-)
[PATCH v2 0/3] qom: Few trivial patches
Posted by Philippe Mathieu-Daudé 4 years ago
Some QOM patches worth salvaging while doing housekeeping.

Since v1:
- Fixed test build failure (patchew)

Philippe Mathieu-Daudé (3):
  qom/object: Move Object typedef to 'qemu/typedefs.h'
  io/task: Move 'qom/object.h' header to source
  qom/object: Make reparenting error more verbose

 include/io/task.h         | 2 --
 include/qemu/typedefs.h   | 1 +
 include/qom/object.h      | 2 --
 include/qom/qom-qobject.h | 2 --
 include/sysemu/sysemu.h   | 1 -
 io/task.c                 | 1 +
 qom/object.c              | 7 ++++++-
 tests/test-io-task.c      | 1 +
 8 files changed, 9 insertions(+), 8 deletions(-)

-- 
2.21.3


Re: [PATCH v2 0/3] qom: Few trivial patches
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
ping?

On 5/4/20 1:56 PM, Philippe Mathieu-Daudé wrote:
> Some QOM patches worth salvaging while doing housekeeping.
> 
> Since v1:
> - Fixed test build failure (patchew)
> 
> Philippe Mathieu-Daudé (3):
>    qom/object: Move Object typedef to 'qemu/typedefs.h'
>    io/task: Move 'qom/object.h' header to source
>    qom/object: Make reparenting error more verbose
> 
>   include/io/task.h         | 2 --
>   include/qemu/typedefs.h   | 1 +
>   include/qom/object.h      | 2 --
>   include/qom/qom-qobject.h | 2 --
>   include/sysemu/sysemu.h   | 1 -
>   io/task.c                 | 1 +
>   qom/object.c              | 7 ++++++-
>   tests/test-io-task.c      | 1 +
>   8 files changed, 9 insertions(+), 8 deletions(-)
>