qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/17] QMP queue
@ 2014-06-11 14:50 Luiz Capitulino
  2014-06-11 14:50 ` [Qemu-devel] [PULL 01/17] dump: fill in the flat header signature more pleasingly to the eye Luiz Capitulino
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Luiz Capitulino @ 2014-06-11 14:50 UTC (permalink / raw)
  To: peter.maydell; +Cc: qemu-devel, anthony

The following changes since commit b780bf8eff43fc49b071795292dea5d05990fff3:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-06-10' into staging (2014-06-10 17:16:03 +0100)

are available in the git repository at:


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

for you to fetch changes up to a491af471bf8f1188b2665f54d109065d4591e45:

  json-parser: drop superfluous assignment for token variable (2014-06-11 10:10:29 -0400)

----------------------------------------------------------------
Gonglei (1):
      json-parser: drop superfluous assignment for token variable

Hani Benhabiles (9):
      monitor: Add ringbuf_write and ringbuf_read argument completion
      monitor: Add watchdog_action argument completion
      monitor: Add migrate_set_capability completion
      net: Export valid host network devices list
      monitor: Add host_net_add device argument completion
      readline: Make completion strings always unique
      monitor: Add host_net_remove arguments completion
      monitor: Add delvm and loadvm argument completion
      readline: Clear screen on form feed.

Laszlo Ersek (7):
      dump: fill in the flat header signature more pleasingly to the eye
      dump: simplify write_start_flat_header()
      dump: eliminate DumpState.page_shift ("guest's page shift")
      dump: eliminate DumpState.page_size ("guest's page size")
      dump: select header bitness based on ELF class, not ELF architecture
      dump: hoist lzo_init() from get_len_buf_out() to dump_init()
      dump: simplify get_len_buf_out()

 dump.c                | 142 +++++++++++++++++-----------------------
 hmp-commands.hx       |  10 ++-
 hmp.h                 |  11 ++++
 include/net/net.h     |   1 +
 include/sysemu/char.h |   3 +-
 include/sysemu/dump.h |   8 +--
 monitor.c             | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++
 net/net.c             |  34 ++++++----
 qemu-char.c           |   2 +-
 qobject/json-parser.c |  15 +----
 util/readline.c       |  15 +++++
 11 files changed, 301 insertions(+), 116 deletions(-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-06-11 21:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-11 14:50 [Qemu-devel] [PULL 00/17] QMP queue Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 01/17] dump: fill in the flat header signature more pleasingly to the eye Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 02/17] dump: simplify write_start_flat_header() Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 03/17] dump: eliminate DumpState.page_shift ("guest's page shift") Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 04/17] dump: eliminate DumpState.page_size ("guest's page size") Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 05/17] dump: select header bitness based on ELF class, not ELF architecture Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 06/17] dump: hoist lzo_init() from get_len_buf_out() to dump_init() Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 07/17] dump: simplify get_len_buf_out() Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 08/17] monitor: Add ringbuf_write and ringbuf_read argument completion Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 09/17] monitor: Add watchdog_action " Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 10/17] monitor: Add migrate_set_capability completion Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 11/17] net: Export valid host network devices list Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 12/17] monitor: Add host_net_add device argument completion Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 13/17] readline: Make completion strings always unique Luiz Capitulino
2014-06-11 14:50 ` [Qemu-devel] [PULL 14/17] monitor: Add host_net_remove arguments completion Luiz Capitulino
2014-06-11 14:51 ` [Qemu-devel] [PULL 15/17] monitor: Add delvm and loadvm argument completion Luiz Capitulino
2014-06-11 14:51 ` [Qemu-devel] [PULL 16/17] readline: Clear screen on form feed Luiz Capitulino
2014-06-11 14:51 ` [Qemu-devel] [PULL 17/17] json-parser: drop superfluous assignment for token variable Luiz Capitulino
2014-06-11 21:03 ` [Qemu-devel] [PULL 00/17] QMP queue Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).