qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 7f4675: MAINTAINERS: Add myself to migration


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 7f4675: MAINTAINERS: Add myself to migration maintainers
Date: Tue, 16 Dec 2014 09:00:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 7f4675c3f737f3eded685deb83b47c9257e69999
      
https://github.com/qemu/qemu/commit/7f4675c3f737f3eded685deb83b47c9257e69999
  Author: Amit Shah <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add myself to migration maintainers

Signed-off-by: Amit Shah <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: c55156402e5b1f64b17c3261ef39a5e6666d9209
      
https://github.com/qemu/qemu/commit/c55156402e5b1f64b17c3261ef39a5e6666d9209
  Author: Amit Shah <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: migration: add vmstate static checker files

Signed-off-by: Amit Shah <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 1f51a5cb9741c9bf98b1e3d0e3ee60b71cfdf63e
      
https://github.com/qemu/qemu/commit/1f51a5cb9741c9bf98b1e3d0e3ee60b71cfdf63e
  Author: Amit Shah <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add entry for virtio-rng

Signed-off-by: Amit Shah <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 68a5e38a7e428c05610fdbced7e7320a7aea3dc2
      
https://github.com/qemu/qemu/commit/68a5e38a7e428c05610fdbced7e7320a7aea3dc2
  Author: Amit Shah <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: add include files to virtio-serial entry

Signed-off-by: Amit Shah <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 1240be24357ee292f8d05aa2abfdba75dd0ca25d
      
https://github.com/qemu/qemu/commit/1240be24357ee292f8d05aa2abfdba75dd0ca25d
  Author: Michael S. Tsirkin <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M exec.c
    M include/exec/cpu-all.h

  Log Message:
  -----------
  exec: add wrapper for host pointer access

host pointer accesses force pointer math, let's
add a wrapper to make them safer.

Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Amos Kong <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: fd5f3b636788f79843d42188ed843c0416643326
      
https://github.com/qemu/qemu/commit/fd5f3b636788f79843d42188ed843c0416643326
  Author: Michael S. Tsirkin <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M include/exec/cpu-all.h

  Log Message:
  -----------
  cpu: assert host pointer offset within block

Make accesses safer in case we missed some
check somewhere.

Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Amos Kong <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: b78accf6147a87a3d9c1cd4287d7a1ff805f358e
      
https://github.com/qemu/qemu/commit/b78accf6147a87a3d9c1cd4287d7a1ff805f358e
  Author: Michael S. Tsirkin <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M include/exec/cpu-all.h

  Log Message:
  -----------
  cpu: verify that block->host is set

If it isn't, access at an offset will cause memory corruption.

Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Amos Kong <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: d6d69731f5295e4c3bb0196f57e8848af28b705e
      
https://github.com/qemu/qemu/commit/d6d69731f5295e4c3bb0196f57e8848af28b705e
  Author: zhanghailiang <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M qmp-commands.hx

  Log Message:
  -----------
  qmp-command.hx: add missing docs for migration capabilites

Signed-off-by: zhanghailiang <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 60fe637bf0e4d7989e21e50f52526444765c63b4
      
https://github.com/qemu/qemu/commit/60fe637bf0e4d7989e21e50f52526444765c63b4
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M Makefile.objs
    R block-migration.c
    R migration-exec.c
    R migration-fd.c
    R migration-rdma.c
    R migration-tcp.c
    R migration-unix.c
    R migration.c
    A migration/Makefile.objs
    A migration/block-migration.c
    A migration/migration-exec.c
    A migration/migration-fd.c
    A migration/migration-rdma.c
    A migration/migration-tcp.c
    A migration/migration-unix.c
    A migration/migration.c
    A migration/qemu-file-stdio.c
    A migration/qemu-file-unix.c
    A migration/qemu-file.c
    A migration/vmstate.c
    A migration/xbzrle.c
    R qemu-file-stdio.c
    R qemu-file-unix.c
    R qemu-file.c
    M tests/Makefile
    R vmstate.c
    R xbzrle.c

  Log Message:
  -----------
  Start migrating migration code into a migration directory

The migration code now occupies a fair chunk of the top level .c
files, it seems time to give it it's own directory.

I've not touched:
   arch_init.c - that's mostly RAM migration but has a few random other
           bits
   savevm.c    - because it's built target specific

This is purely a code move; no code has changed.
   - it fails checkpatch because of old violations, it feels safer
     to keep this as purely a move and fix those at some mythical future
     date.

The xbzrle and vmstate tests are now only run for softmmu builds
since they require files in the migrate/ directory which is only built
for softmmu.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 329c9b10b659209c663e59ce164727ef9fd2ecdb
      
https://github.com/qemu/qemu/commit/329c9b10b659209c663e59ce164727ef9fd2ecdb
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M migration/Makefile.objs
    R migration/block-migration.c
    A migration/block.c
    A migration/exec.c
    A migration/fd.c
    R migration/migration-exec.c
    R migration/migration-fd.c
    R migration/migration-rdma.c
    R migration/migration-tcp.c
    R migration/migration-unix.c
    A migration/rdma.c
    A migration/tcp.c
    A migration/unix.c

  Log Message:
  -----------
  Remove migration- pre/post fixes off files in migration/ dir

The general feeling is that having migration/migration-blah
is overkill.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 4f9d09001261420a2990454e91320aca2d9d8781
      
https://github.com/qemu/qemu/commit/4f9d09001261420a2990454e91320aca2d9d8781
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    A migration/qemu-file-internal.h
    M migration/qemu-file.c

  Log Message:
  -----------
  Split struct QEMUFile out

Now we've got multiple QEMUFile source files, some of them need
access to things that were defined in qemu-file.c, so create
a -internal header for them.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 977184db39678624c1fc11d0d834a33127745904
      
https://github.com/qemu/qemu/commit/977184db39678624c1fc11d0d834a33127745904
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M migration/Makefile.objs
    A migration/qemu-file-buf.c
    M migration/qemu-file.c
    M tests/Makefile

  Log Message:
  -----------
  Split the QEMU buffered file code out

The splitting of qemu-file and addition of the buffered file landed
at the same time; so now split the buffered file code out.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 44a1f94684eeaa6e312ea2d77ede266a81d31210
      
https://github.com/qemu/qemu/commit/44a1f94684eeaa6e312ea2d77ede266a81d31210
  Author: Dr. David Alan Gilbert <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Update for migrated migration code

My previous patches migrated the migration code into migration/
but didn't update MAINTAINERS.

Note that does mean that the owner for block-migration.c
changes, but I'll ask block people what they want to do.

Signed-off-by: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Amit Shah <address@hidden>


  Commit: 4db753b1ac4aedc6cd67fb13d50e5015ce8052a5
      
https://github.com/qemu/qemu/commit/4db753b1ac4aedc6cd67fb13d50e5015ce8052a5
  Author: Peter Maydell <address@hidden>
  Date:   2014-12-16 (Tue, 16 Dec 2014)

  Changed paths:
    M MAINTAINERS
    M Makefile.objs
    R block-migration.c
    M exec.c
    M include/exec/cpu-all.h
    R migration-exec.c
    R migration-fd.c
    R migration-rdma.c
    R migration-tcp.c
    R migration-unix.c
    R migration.c
    A migration/Makefile.objs
    A migration/block.c
    A migration/exec.c
    A migration/fd.c
    A migration/migration.c
    A migration/qemu-file-buf.c
    A migration/qemu-file-internal.h
    A migration/qemu-file-stdio.c
    A migration/qemu-file-unix.c
    A migration/qemu-file.c
    A migration/rdma.c
    A migration/tcp.c
    A migration/unix.c
    A migration/vmstate.c
    A migration/xbzrle.c
    R qemu-file-stdio.c
    R qemu-file-unix.c
    R qemu-file.c
    M qmp-commands.hx
    M tests/Makefile
    R vmstate.c
    R xbzrle.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into 
staging

Migration pull for 2.3.  Mostly moving the code to the migration/
directory, and updating MAINTAINERS.

I've also folded my other MAINTAINERS update patches into this, as
they're small by themselves.

# gpg: Signature made Tue 16 Dec 2014 12:21:24 GMT using RSA key ID 854083B6
# gpg: Good signature from "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"
# gpg:                 aka "Amit Shah <address@hidden>"

* remotes/amit-migration/tags/for-2.3-2:
  MAINTAINERS: Update for migrated migration code
  Split the QEMU buffered file code out
  Split struct QEMUFile out
  Remove migration- pre/post fixes off files in migration/ dir
  Start migrating migration code into a migration directory
  qmp-command.hx: add missing docs for migration capabilites
  cpu: verify that block->host is set
  cpu: assert host pointer offset within block
  exec: add wrapper for host pointer access
  MAINTAINERS: add include files to virtio-serial entry
  MAINTAINERS: add entry for virtio-rng
  MAINTAINERS: migration: add vmstate static checker files
  MAINTAINERS: Add myself to migration maintainers

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/dfa9c2a0f4d0...4db753b1ac4a

reply via email to

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