qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 08d0ab: chardev: Make consistent with udp dev


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 08d0ab: chardev: Make consistent with udp device for new q...
Date: Mon, 20 May 2013 09:00:14 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 08d0ab3fe6bc9dfb80967a0b7d3109bc9ec7585b
      
https://github.com/qemu/qemu/commit/08d0ab3fe6bc9dfb80967a0b7d3109bc9ec7585b
  Author: Lei Li <address@hidden>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M qapi-schema.json
    M qemu-char.c

  Log Message:
  -----------
  chardev: Make consistent with udp device for new qapi backend

When register and open a chardev udp, the backend name should be udp
not dgram, and we do not have backend dgram in the chardev list. This
patch makes the new qapi udp backend consistent with the original
udp device.

Signed-off-by: Lei Li <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: fd2a2e1c552cb47ca196552457e175c889b58478
      
https://github.com/qemu/qemu/commit/fd2a2e1c552cb47ca196552457e175c889b58478
  Author: Hu Tao <address@hidden>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M vl.c

  Log Message:
  -----------
  vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> 
RUN_STATE_FINISH_MIGRATE

This fixes a problem that after guest panic happens, virsh dump without
--memory-only fails:

ERROR: invalid runstate transition: 'guest-panicked' -> 'finish-migrate'

Reported-by: Christian Borntraeger <address@hidden>
Signed-off-by: Hu Tao <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Cc: address@hidden
Signed-off-by: Hu Tao <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 3568ac2a6e6df89cea52a56f70b95af9e1251bbd
      
https://github.com/qemu/qemu/commit/3568ac2a6e6df89cea52a56f70b95af9e1251bbd
  Author: Ed Maste <address@hidden>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M hw/dma/pl330.c
    M include/qemu-common.h
    M util/hexdump.c
    M util/iov.c

  Log Message:
  -----------
  Rename hexdump to avoid FreeBSD libutil conflict

On FreeBSD libutil is used for openpty(), but it also provides a hexdump()
which conflicts with QEMU's.

Signed-off-by: Ed Maste <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: da4c1a7a850176cde4840eaec0a19c305843ad21
      
https://github.com/qemu/qemu/commit/da4c1a7a850176cde4840eaec0a19c305843ad21
  Author: Hervé Poussineau <address@hidden>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M trace-events

  Log Message:
  -----------
  osdep: fix qemu_anon_ram_free trace (+ fix compilation on 32 bit hosts)

Commit e7a09b92b70786f9e8c5fbf787e0248c6ebbe707 added a trace at each
memory freeing, but unfortunately inverted size and pointer when printing
them. Fix trace.

This also led to a compilation error on 32 bit hosts:
In file included from include/trace.h:4:0,
           from trace/generated-events.c:3:
./trace/generated-tracers.h: In function ‘trace_qemu_anon_ram_free’:
./trace/generated-tracers.h:64:9: error: format ‘%zu’ expects argument of type
‘size_t’, but argument 3 has type ‘void *’ [-Werror=format]
./trace/generated-tracers.h:64:9: error: format ‘%p’ expects argument of type
‘void *’, but argument 4 has type ‘size_t’ [-Werror=format]

Signed-off-by: Hervé Poussineau <address@hidden>
Signed-off-by: Hervé Poussineau <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 371386fb60961e0afc02f03c817dff79633e323e
      
https://github.com/qemu/qemu/commit/371386fb60961e0afc02f03c817dff79633e323e
  Author: Anthony Liguori <address@hidden>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for 1.5.0 release.

Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 9ce0e9275434bacdeba42dd32e0e8269293fe2cf
      
https://github.com/qemu/qemu/commit/9ce0e9275434bacdeba42dd32e0e8269293fe2cf
  Author: Anthony Liguori <address@hidden>
  Date:   2013-05-20 (Mon, 20 May 2013)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Open up 1.6 development

Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/b9b5df6f0cee...9ce0e9275434

reply via email to

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