qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] f44c5c: MAINTAINERS: change Igor Mitsyanko's


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] f44c5c: MAINTAINERS: change Igor Mitsyanko's email address
Date: Thu, 01 Aug 2013 15:00:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f44c5c6794026fc2852c1c0f026b15733560ce7c
      
https://github.com/qemu/qemu/commit/f44c5c6794026fc2852c1c0f026b15733560ce7c
  Author: Igor Mitsyanko <address@hidden>
  Date:   2013-07-31 (Wed, 31 Jul 2013)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: change Igor Mitsyanko's email address

My email address in samsung.com domain is no longer accessible, change
it to my personal gmail address.

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


  Commit: 00c14997cb95bf3e6c18c2264ef5e10642d89b3a
      
https://github.com/qemu/qemu/commit/00c14997cb95bf3e6c18c2264ef5e10642d89b3a
  Author: Pawit Pornkitprasan <address@hidden>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M migration.c

  Log Message:
  -----------
  migration: send total time in QMP at "completed" stage

The "completed" stage sets total_time but not has_total_time and
thus it is not sent via QMP reply (but sent via HMP nevertheless)

Signed-off-by: Pawit Pornkitprasan <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Orit Wasserman <address@hidden>
Signed-off-by: Luiz Capitulino <address@hidden>


  Commit: 8c0426aed1d2279845e6a2c3355da8b5d9926cb6
      
https://github.com/qemu/qemu/commit/8c0426aed1d2279845e6a2c3355da8b5d9926cb6
  Author: Pawit Pornkitprasan <address@hidden>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M migration.c

  Log Message:
  -----------
  migration: don't use uninitialized variables

The qmp_migrate method uses the 'blk' and 'inc' parameter without
checking if they're valid or not (they may be uninitialized if
command is received via QMP)

Signed-off-by: Pawit Pornkitprasan <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Luiz Capitulino <address@hidden>


  Commit: d5a2bcf70e81b67cbc4947f5065db8fc9bfc1465
      
https://github.com/qemu/qemu/commit/d5a2bcf70e81b67cbc4947f5065db8fc9bfc1465
  Author: Anthony Liguori <address@hidden>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M migration.c

  Log Message:
  -----------
  Merge remote-tracking branch 'luiz/queue/qmp' into staging

# By Pawit Pornkitprasan
# Via Luiz Capitulino
* luiz/queue/qmp:
  migration: don't use uninitialized variables
  migration: send total time in QMP at "completed" stage

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


  Commit: 27915efb974999dd256a6c432a17432d9d84e606
      
https://github.com/qemu/qemu/commit/27915efb974999dd256a6c432a17432d9d84e606
  Author: Andreas Färber <address@hidden>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M hw/9pfs/virtio-9p-device.c

  Log Message:
  -----------
  virtio-9p-device: Avoid freeing uninitialized memory

In virtio_9p_device_init() there are 6x goto out that will lead to
v9fs_path_free() attempting to free unitialized path.data field.
Easiest way to trigger is: qemu-system-x86_64 -device virtio-9p-pci

Fix this by moving v9fs_path_init() before any goto out.

Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 203439ce0a832e36b276f10892846bd91ee836eb
      
https://github.com/qemu/qemu/commit/203439ce0a832e36b276f10892846bd91ee836eb
  Author: Andreas Färber <address@hidden>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M hw/char/virtio-console.c

  Log Message:
  -----------
  virtio-console: Use exitfn for virtserialport, too

virtconsole and virtserialport are identical in every other aspect
except for the distinguishing VirtIOSerialPortClass::is_console field.

Cc: address@hidden
Signed-off-by: Andreas Färber <address@hidden>
Signed-off-by: Andreas Färber <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: e501425bbe8d692f022d3db64abf800eaf4f0854
      
https://github.com/qemu/qemu/commit/e501425bbe8d692f022d3db64abf800eaf4f0854
  Author: Anthony Liguori <address@hidden>
  Date:   2013-08-01 (Thu, 01 Aug 2013)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for 1.6.0-rc1

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


Compare: https://github.com/qemu/qemu/compare/1197cbb9eda1...e501425bbe8d

reply via email to

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