Re: [Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1

2014-06-26 Thread Luiz Capitulino
On Thu, 26 Jun 2014 17:50:08 +0200
Markus Armbruster  wrote:

> Paolo Bonzini  writes:
> 
> > This includes:
> >
> > - Max's dependency fixes for QAPI scripts
> >
> > - Wenchao's QAPI event series
> >
> > - my thread-safety fixes, rebased onto QAPI events
> 
> The QAPI event series messed up two out of three event types tested in
> qemu-iotests, if I count them correctly.

Let's fix 'em.

> 
> How can we gain confidence that we're not breaking half of the events
> not tested there, too?

Let's test 'em. It would be superb to add tests for them.

I tested most of them myself before applying the series, but it was a
manual test. I didn't check/test every single field of every single event.



Re: [Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1

2014-06-26 Thread Markus Armbruster
Paolo Bonzini  writes:

> This includes:
>
> - Max's dependency fixes for QAPI scripts
>
> - Wenchao's QAPI event series
>
> - my thread-safety fixes, rebased onto QAPI events

The QAPI event series messed up two out of three event types tested in
qemu-iotests, if I count them correctly.

How can we gain confidence that we're not breaking half of the events
not tested there, too?



Re: [Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1

2014-06-20 Thread Wenchao Xia

于 2014/6/20 23:44, Eric Blake 写道:

On 06/18/2014 12:43 AM, Paolo Bonzini wrote:

This includes:

- Max's dependency fixes for QAPI scripts

- Wenchao's QAPI event series

- my thread-safety fixes, rebased onto QAPI events

Paolo




  monitor.c| 226 ++---
  qapi-event.json  | 306 +
  qapi-schema.json | 162 +++--
  qapi/Makefile.objs   |   1 +
  qapi/block-core.json | 150 +
  qapi/block.json  |  14 +
  qapi/qmp-event.c |  74 +


Wenchao, as part of your followups to this series, I'd really like to
move qapi-event.json into qapi/event.json, so that all of our subset
.json files live in the same directory.


  I'll send the clean up patch onece the Paolo's series get merged.



Re: [Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1

2014-06-20 Thread Eric Blake
On 06/18/2014 12:43 AM, Paolo Bonzini wrote:
> This includes:
> 
> - Max's dependency fixes for QAPI scripts
> 
> - Wenchao's QAPI event series
> 
> - my thread-safety fixes, rebased onto QAPI events
> 
> Paolo
> 

>  monitor.c| 226 ++---
>  qapi-event.json  | 306 +
>  qapi-schema.json | 162 +++--
>  qapi/Makefile.objs   |   1 +
>  qapi/block-core.json | 150 +
>  qapi/block.json  |  14 +
>  qapi/qmp-event.c |  74 +

Wenchao, as part of your followups to this series, I'd really like to
move qapi-event.json into qapi/event.json, so that all of our subset
.json files live in the same directory.

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



signature.asc
Description: OpenPGP digital signature


Re: [Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1

2014-06-19 Thread Luiz Capitulino
On Wed, 18 Jun 2014 08:43:24 +0200
Paolo Bonzini  wrote:

> This includes:
> 
> - Max's dependency fixes for QAPI scripts
> 
> - Wenchao's QAPI event series
> 
> - my thread-safety fixes, rebased onto QAPI events
> 
> Paolo

Applied to the qmp branch, thanks.

> 
> Max Reitz (1):
>   qapi: Add includes from qapi/ as dependencies
> 
> Paolo Bonzini (6):
>   qemu-char: introduce qemu_chr_alloc
>   qemu-char: do not call chr_write directly
>   qemu-char: move pty_chr_update_read_handler around
>   qemu-char: make writes thread-safe
>   monitor: protect outbuf and mux_out with mutex
>   monitor: protect event emission
> 
> Wenchao Xia (29):
>   os-posix: include sys/time.h
>   qapi: add event helper functions
>   qapi script: add event support
>   test: add test cases for qapi event
>   qapi: adjust existing defines
>   monitor: add an implemention of qapi event emit method
>   qapi: add new schema file qapi-event.json
>   qapi event: convert SHUTDOWN
>   qapi event: convert POWERDOWN
>   qapi event: convert RESET
>   qapi event: convert STOP
>   qapi event: convert RESUME
>   qapi event: convert SUSPEND
>   qapi event: convert SUSPEND_DISK
>   qapi event: convert WAKEUP
>   qapi event: convert RTC_CHANGE
>   qapi event: convert WATCHDOG
>   qapi event: convert DEVICE_DELETED
>   qapi event: convert DEVICE_TRAY_MOVED
>   qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
>   qapi event: convert BLOCK_IMAGE_CORRUPTED
>   qapi event: convert other BLOCK_JOB events
>   qapi event: convert NIC_RX_FILTER_CHANGED
>   qapi event: convert VNC events
>   qapi event: convert SPICE events
>   qapi event: convert BALLOON_CHANGE
>   qapi event: convert GUEST_PANICKED
>   qapi event: convert QUORUM events
>   qapi event: clean up
> 
>  Makefile |  21 +-
>  Makefile.objs|   2 +-
>  backends/baum.c  |   2 +-
>  backends/msmouse.c   |   2 +-
>  balloon.c|  13 -
>  block.c  |  68 +---
>  block/backup.c   |   2 +-
>  block/mirror.c   |   9 +-
>  block/qcow2-refcount.c   |  14 +-
>  block/quorum.c   |  25 +-
>  block/stream.c   |   4 +-
>  blockdev.c   |  12 +-
>  blockjob.c   |  53 +--
>  cpus.c   |   5 +-
>  docs/qapi-code-gen.txt   |  18 +
>  docs/qmp/qmp-events.txt  | 541 
> ---
>  hmp.c|   5 +-
>  hw/acpi/core.c   |   4 +-
>  hw/block/virtio-blk.c|   6 +-
>  hw/core/qdev.c   |  12 +-
>  hw/ide/core.c|   6 +-
>  hw/misc/pvpanic.c|  13 +-
>  hw/net/virtio-net.c  |  13 +-
>  hw/ppc/spapr_rtas.c  |   3 +-
>  hw/scsi/scsi-disk.c  |   6 +-
>  hw/timer/mc146818rtc.c   |   3 +-
>  hw/virtio/virtio-balloon.c   |   6 +-
>  hw/watchdog/watchdog.c   |  23 +-
>  include/block/block.h|   4 -
>  include/block/block_int.h|   3 -
>  include/block/blockjob.h |  17 +-
>  include/monitor/monitor.h|  40 ---
>  include/qapi/qmp-event.h |  27 ++
>  include/qemu/sockets.h   |   3 +-
>  include/sysemu/balloon.h |   2 -
>  include/sysemu/char.h|  20 +-
>  include/sysemu/os-posix.h|   2 +
>  include/sysemu/sysemu.h  |   2 -
>  monitor.c| 226 ++---
>  qapi-event.json  | 306 +
>  qapi-schema.json | 162 +++--
>  qapi/Makefile.objs   |   1 +
>  qapi/block-core.json | 150 +
>  qapi/block.json  |  14 +
>  qapi/qmp-event.c |  74 +
>  qemu-char.c  | 134 +---
>  scripts/qapi-event.py| 369 +
>  scripts/qapi.py  |  12 +
>  spice-qemu-char.c|   2 +-
>  stubs/Makefile.objs  |   1 -
>  stubs/mon-protocol-event.c   |   6 -
>  target-s390x/kvm.c   |   9 +-
>  tests/Makefile   |  18 +-
>  tests/qapi-schema/event-nest-struct.err  |   1 +
>  tests/qapi-schema/event-nest-struct.exit |   1 +
>  tests/qapi-schema/event-nest-struct.json |   2 +
>  tests/qapi-schema/event-nest-struct.out  |   0
>  tests/qapi-schema/qapi-schema-test.json  |  12 +
>  tests/qapi-schema/qapi-schema-test.out   |  10 +-
>  tests/test-qmp-event.c 

[Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1

2014-06-17 Thread Paolo Bonzini
This includes:

- Max's dependency fixes for QAPI scripts

- Wenchao's QAPI event series

- my thread-safety fixes, rebased onto QAPI events

Paolo

Max Reitz (1):
  qapi: Add includes from qapi/ as dependencies

Paolo Bonzini (6):
  qemu-char: introduce qemu_chr_alloc
  qemu-char: do not call chr_write directly
  qemu-char: move pty_chr_update_read_handler around
  qemu-char: make writes thread-safe
  monitor: protect outbuf and mux_out with mutex
  monitor: protect event emission

Wenchao Xia (29):
  os-posix: include sys/time.h
  qapi: add event helper functions
  qapi script: add event support
  test: add test cases for qapi event
  qapi: adjust existing defines
  monitor: add an implemention of qapi event emit method
  qapi: add new schema file qapi-event.json
  qapi event: convert SHUTDOWN
  qapi event: convert POWERDOWN
  qapi event: convert RESET
  qapi event: convert STOP
  qapi event: convert RESUME
  qapi event: convert SUSPEND
  qapi event: convert SUSPEND_DISK
  qapi event: convert WAKEUP
  qapi event: convert RTC_CHANGE
  qapi event: convert WATCHDOG
  qapi event: convert DEVICE_DELETED
  qapi event: convert DEVICE_TRAY_MOVED
  qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERROR
  qapi event: convert BLOCK_IMAGE_CORRUPTED
  qapi event: convert other BLOCK_JOB events
  qapi event: convert NIC_RX_FILTER_CHANGED
  qapi event: convert VNC events
  qapi event: convert SPICE events
  qapi event: convert BALLOON_CHANGE
  qapi event: convert GUEST_PANICKED
  qapi event: convert QUORUM events
  qapi event: clean up

 Makefile |  21 +-
 Makefile.objs|   2 +-
 backends/baum.c  |   2 +-
 backends/msmouse.c   |   2 +-
 balloon.c|  13 -
 block.c  |  68 +---
 block/backup.c   |   2 +-
 block/mirror.c   |   9 +-
 block/qcow2-refcount.c   |  14 +-
 block/quorum.c   |  25 +-
 block/stream.c   |   4 +-
 blockdev.c   |  12 +-
 blockjob.c   |  53 +--
 cpus.c   |   5 +-
 docs/qapi-code-gen.txt   |  18 +
 docs/qmp/qmp-events.txt  | 541 ---
 hmp.c|   5 +-
 hw/acpi/core.c   |   4 +-
 hw/block/virtio-blk.c|   6 +-
 hw/core/qdev.c   |  12 +-
 hw/ide/core.c|   6 +-
 hw/misc/pvpanic.c|  13 +-
 hw/net/virtio-net.c  |  13 +-
 hw/ppc/spapr_rtas.c  |   3 +-
 hw/scsi/scsi-disk.c  |   6 +-
 hw/timer/mc146818rtc.c   |   3 +-
 hw/virtio/virtio-balloon.c   |   6 +-
 hw/watchdog/watchdog.c   |  23 +-
 include/block/block.h|   4 -
 include/block/block_int.h|   3 -
 include/block/blockjob.h |  17 +-
 include/monitor/monitor.h|  40 ---
 include/qapi/qmp-event.h |  27 ++
 include/qemu/sockets.h   |   3 +-
 include/sysemu/balloon.h |   2 -
 include/sysemu/char.h|  20 +-
 include/sysemu/os-posix.h|   2 +
 include/sysemu/sysemu.h  |   2 -
 monitor.c| 226 ++---
 qapi-event.json  | 306 +
 qapi-schema.json | 162 +++--
 qapi/Makefile.objs   |   1 +
 qapi/block-core.json | 150 +
 qapi/block.json  |  14 +
 qapi/qmp-event.c |  74 +
 qemu-char.c  | 134 +---
 scripts/qapi-event.py| 369 +
 scripts/qapi.py  |  12 +
 spice-qemu-char.c|   2 +-
 stubs/Makefile.objs  |   1 -
 stubs/mon-protocol-event.c   |   6 -
 target-s390x/kvm.c   |   9 +-
 tests/Makefile   |  18 +-
 tests/qapi-schema/event-nest-struct.err  |   1 +
 tests/qapi-schema/event-nest-struct.exit |   1 +
 tests/qapi-schema/event-nest-struct.json |   2 +
 tests/qapi-schema/event-nest-struct.out  |   0
 tests/qapi-schema/qapi-schema-test.json  |  12 +
 tests/qapi-schema/qapi-schema-test.out   |  10 +-
 tests/test-qmp-event.c   | 265 +++
 ui/console.c |   2 +-
 ui/spice-core.c  |  77 ++---
 ui/vnc.c | 120 +++
 ui/vnc.h |   4 +-
 util/qemu-sockets.c  |  10 +-
 vl.c