Re: [Qemu-devel] [PULL 0/5] QMP queue

2015-03-09 Thread Luiz Capitulino
On Sun, 8 Mar 2015 23:08:04 +0900
Peter Maydell  wrote:

> On 5 March 2015 at 04:13, Luiz Capitulino  wrote:
> > Hi,
> >
> > This pull request contains two series. A balloon series and memory hotplug
> > doc series. The balloon series is not totally QMP related, but it has
> > implications to libvirt when using memory hotplug. So, I'm picking it up.
> > The second series is a memory hotplug doc improvement. This is not QMP
> > related at all, but I'm adding it here as it got fully reviewed and is
> > really wanted.
> >
> > The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6:
> >
> >   Merge remote-tracking branch 
> > 'remotes/awilliam/tags/vfio-update-20150302.0' into staging (2015-03-04 
> > 14:37:31 +)
> >
> > are available in the git repository at:
> >
> >
> >   git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
> >
> > for you to fetch changes up to a3b042179859c68b3d08f8aa43866d28d6b56987:
> >
> >   docs: add memory-hotplug.txt (2015-03-04 13:00:36 -0500)
> 
> Nudge: this isn't a signed pull request. I'm not currently rejecting
> unsigned pulls, but at some point in the not very distant future
> (maybe after 2.3?) I plan to start doing so...

My bad. I knew there was something missing when I was fixing my
scripts after a long time without sending pull requests. Sorry
about that.

> That said, I've applied this to master.

Thanks.



Re: [Qemu-devel] [PULL 0/5] QMP queue

2015-03-08 Thread Peter Maydell
On 5 March 2015 at 04:13, Luiz Capitulino  wrote:
> Hi,
>
> This pull request contains two series. A balloon series and memory hotplug
> doc series. The balloon series is not totally QMP related, but it has
> implications to libvirt when using memory hotplug. So, I'm picking it up.
> The second series is a memory hotplug doc improvement. This is not QMP
> related at all, but I'm adding it here as it got fully reviewed and is
> really wanted.
>
> The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6:
>
>   Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' 
> into staging (2015-03-04 14:37:31 +)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
>
> for you to fetch changes up to a3b042179859c68b3d08f8aa43866d28d6b56987:
>
>   docs: add memory-hotplug.txt (2015-03-04 13:00:36 -0500)

Nudge: this isn't a signed pull request. I'm not currently rejecting
unsigned pulls, but at some point in the not very distant future
(maybe after 2.3?) I plan to start doing so...

That said, I've applied this to master.

thanks
-- PMM


-- PMM



[Qemu-devel] [PULL 0/5] QMP queue

2015-03-04 Thread Luiz Capitulino
Hi,

This pull request contains two series. A balloon series and memory hotplug
doc series. The balloon series is not totally QMP related, but it has
implications to libvirt when using memory hotplug. So, I'm picking it up.
The second series is a memory hotplug doc improvement. This is not QMP
related at all, but I'm adding it here as it got fully reviewed and is
really wanted.

The following changes since commit 3539bbb93e944ffde31c61c369ea9eedcc5697a6:

  Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150302.0' 
into staging (2015-03-04 14:37:31 +)

are available in the git repository at:


  git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

for you to fetch changes up to a3b042179859c68b3d08f8aa43866d28d6b56987:

  docs: add memory-hotplug.txt (2015-03-04 13:00:36 -0500)


Luiz Capitulino (2):
  qemu-options.hx: improve -m description
  docs: add memory-hotplug.txt

zhanghailiang (3):
  pc-dimm: add a function to calculate VM's current RAM size
  virtio-balloon: Fix balloon not working correctly when hotplug memory
  virtio-balloon: Add some trace events

 docs/memory-hotplug.txt | 76 +
 hw/mem/pc-dimm.c| 26 ++
 hw/virtio/virtio-balloon.c  | 21 
 include/exec/cpu-common.h   |  1 +
 qemu-options.hx | 22 +---
 stubs/qmp_pc_dimm_device_list.c |  5 +++
 trace-events|  4 +++
 7 files changed, 144 insertions(+), 11 deletions(-)
 create mode 100644 docs/memory-hotplug.txt



Re: [Qemu-devel] [PULL 0/5] QMP queue

2014-02-01 Thread Peter Maydell
On 28 January 2014 17:27, Luiz Capitulino  wrote:
> The changes (since 0169c511554cb0014a00290b0d3d26c31a49818f) are available
> in the following repository:
>
> git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Applied, thanks.

-- PMM



[Qemu-devel] [PULL 0/5] QMP queue

2014-01-28 Thread Luiz Capitulino
The changes (since 0169c511554cb0014a00290b0d3d26c31a49818f) are available
in the following repository:

git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Igor Mammedov (4):
  object_add: consolidate error handling
  vl.c: -object: don't ignore duplicate 'id'
  add optional 2nd stage initialization to -object/object-add commands
  virtio_rng: replace custom backend API with UserCreatable.complete()
callback

Stratos Psomadakis (1):
  monitor: Cleanup mon->outbuf on write error

 backends/rng.c  | 17 +--
 hw/virtio/virtio-rng.c  | 15 ++
 include/qom/object_interfaces.h | 62 +
 include/sysemu/rng.h| 11 
 monitor.c   |  4 +--
 qmp.c   | 22 ---
 qom/Makefile.objs   |  1 +
 qom/object_interfaces.c | 32 +
 vl.c| 22 ++-
 9 files changed, 160 insertions(+), 26 deletions(-)
 create mode 100644 include/qom/object_interfaces.h
 create mode 100644 qom/object_interfaces.c

-- 
1.8.1.4



Re: [Qemu-devel] [PULL 0/5] QMP queue

2013-01-20 Thread Anthony Liguori
Pulled.  Thanks.

Regards,

Anthony Liguori




[Qemu-devel] [PULL 0/5] QMP queue

2013-01-17 Thread Luiz Capitulino
The changes (since 47f4dac3fde809e3da4e60d9eb699f1d4b378249) are available
in the following repository:

git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Wenchao Xia (5):
  HMP: add QDict to info callback handler
  HMP: delete info handler
  HMP: add infrastructure for sub command
  HMP: move define of mon_cmds
  HMP: add sub command table to info

 hmp-commands.hx |   3 +-
 hmp.c   |  36 -
 hmp.h   |  36 -
 hw/i8259.c  |   4 +-
 hw/lm32_pic.c   |   4 +-
 hw/lm32_pic.h   |   4 +-
 hw/loader.c |   2 +-
 hw/loader.h |   3 +-
 hw/pc.h |   4 +-
 hw/pcmcia.h |   2 +-
 hw/qdev-monitor.c   |   4 +-
 hw/qdev-monitor.h   |   4 +-
 hw/sun4m.c  |   4 +-
 hw/sun4m.h  |   4 +-
 hw/usb.h|   2 +-
 hw/usb/bus.c|   2 +-
 hw/usb/host-bsd.c   |   2 +-
 hw/usb/host-linux.c |   2 +-
 include/net/net.h   |   2 +-
 include/net/slirp.h |   2 +-
 include/sysemu/sysemu.h |   4 +-
 monitor.c   | 200 +---
 net/net.c   |   2 +-
 net/slirp.c |   2 +-
 savevm.c|   2 +-
 vl.c|   2 +-
 26 files changed, 174 insertions(+), 164 deletions(-)

-- 
1.8.1.GIT



Re: [Qemu-devel] [PULL 0/5]: QMP queue

2012-02-24 Thread Anthony Liguori

On 02/23/2012 08:42 AM, Luiz Capitulino wrote:

Contains only the DEVICE_TRAY_MOVED event series.

The changes (since 235fe3bfd46b1104575b540d0bc3fdf584030b99) are available
in the following repository:

 git://repo.or.cz/qemu/qmp-unstable.git queue/qmp


Pulled.  Thanks.

Regards,

Anthony Liguori



Luiz Capitulino (5):
   block: Rename bdrv_mon_event()&  BlockMonEventAction
   block: bdrv_eject(): Make eject_flag a real bool
   block: Don't call bdrv_eject() if the tray state didn't change
   ide: drop ide_tray_state_post_load()
   qmp: add DEVICE_TRAY_MOVED event

  QMP/qmp-events.txt |   18 +++
  block.c|   84 +--
  block.h|8 ++--
  block/raw-posix.c  |6 ++--
  block/raw.c|2 +-
  block_int.h|2 +-
  hw/ide/atapi.c |7 +++-
  hw/ide/core.c  |   16 ++
  hw/scsi-disk.c |   13 +---
  hw/virtio-blk.c|6 ++--
  monitor.c  |3 ++
  monitor.h  |1 +
  12 files changed, 104 insertions(+), 62 deletions(-)








[Qemu-devel] [PULL 0/5]: QMP queue

2012-02-23 Thread Luiz Capitulino
Contains only the DEVICE_TRAY_MOVED event series.

The changes (since 235fe3bfd46b1104575b540d0bc3fdf584030b99) are available
in the following repository:

git://repo.or.cz/qemu/qmp-unstable.git queue/qmp

Luiz Capitulino (5):
  block: Rename bdrv_mon_event() & BlockMonEventAction
  block: bdrv_eject(): Make eject_flag a real bool
  block: Don't call bdrv_eject() if the tray state didn't change
  ide: drop ide_tray_state_post_load()
  qmp: add DEVICE_TRAY_MOVED event

 QMP/qmp-events.txt |   18 +++
 block.c|   84 +--
 block.h|8 ++--
 block/raw-posix.c  |6 ++--
 block/raw.c|2 +-
 block_int.h|2 +-
 hw/ide/atapi.c |7 +++-
 hw/ide/core.c  |   16 ++
 hw/scsi-disk.c |   13 +---
 hw/virtio-blk.c|6 ++--
 monitor.c  |3 ++
 monitor.h  |1 +
 12 files changed, 104 insertions(+), 62 deletions(-)




Re: [Qemu-devel] [PULL 0/5]: QMP queue

2011-10-20 Thread Anthony Liguori

On 10/14/2011 12:26 PM, Luiz Capitulino wrote:

Most of the patches are runstate fixes and have been sent to the list
already.

The changes (since 210b3a70383b0bcc4266856431491b39dcb4f14d) are available
in the following repository:

 git://repo.or.cz/qemu/qmp-unstable.git qmp/queue


Pulled.  Thanks.

Regards,

Anthony Liguori



Luiz Capitulino (5):
   QMP: Fix blockdev-snapshot-sync doc example
   runstate: Print state transition when invalid
   runstate: Allow to transition from paused to postmigrate
   savevm: qemu_savevm_state(): Drop stop VM logic
   runstate: Allow user to migrate twice

  cpus.c  |   11 +++
  migration.c |2 +-
  qmp-commands.hx |8 
  savevm.c|7 ---
  sysemu.h|1 +
  vl.c|   12 ++--
  6 files changed, 27 insertions(+), 14 deletions(-)








[Qemu-devel] [PULL 0/5]: QMP queue

2011-10-14 Thread Luiz Capitulino
Most of the patches are runstate fixes and have been sent to the list
already.

The changes (since 210b3a70383b0bcc4266856431491b39dcb4f14d) are available
in the following repository:

git://repo.or.cz/qemu/qmp-unstable.git qmp/queue

Luiz Capitulino (5):
  QMP: Fix blockdev-snapshot-sync doc example
  runstate: Print state transition when invalid
  runstate: Allow to transition from paused to postmigrate
  savevm: qemu_savevm_state(): Drop stop VM logic
  runstate: Allow user to migrate twice

 cpus.c  |   11 +++
 migration.c |2 +-
 qmp-commands.hx |8 
 savevm.c|7 ---
 sysemu.h|1 +
 vl.c|   12 ++--
 6 files changed, 27 insertions(+), 14 deletions(-)