qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 46663e: hmp: block-stream: fix typo


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 46663e: hmp: block-stream: fix typo
Date: Mon, 23 Sep 2013 10:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 46663e5eff4be1d79971f46e51c9bb415ec8f5be
      
https://github.com/qemu/qemu/commit/46663e5eff4be1d79971f46e51c9bb415ec8f5be
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M hmp.c

  Log Message:
  -----------
  hmp: block-stream: fix typo

Found this by enabling C++ errors.  The bool and enum arguments
are mistakenly flipped.

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


  Commit: 92bfedb0b6071c5c59f97c99a0ff79e3a0856bd4
      
https://github.com/qemu/qemu/commit/92bfedb0b6071c5c59f97c99a0ff79e3a0856bd4
  Author: Eduardo Otubo <address@hidden>
  Date:   2013-09-17 (Tue, 17 Sep 2013)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add myself to MAINTAINERS file

Add myself to the MAINTAINERS file. I'll be looking at qemu-seccomp.c
and include/sysemu/seccomp.h.

Signed-off-by: Eduardo Otubo <address@hidden>
Acked-by: Paul Moore <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 9efc2d8d813b94fde0a2bad6c13850bef7636748
      
https://github.com/qemu/qemu/commit/9efc2d8d813b94fde0a2bad6c13850bef7636748
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M hw/display/qxl.c
    M hw/display/qxl.h

  Log Message:
  -----------
  qxl: define qxl operating on 4k pages

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 60b3b2a55f4b3fb72419ce7e4b44378dc56eed28
      
https://github.com/qemu/qemu/commit/60b3b2a55f4b3fb72419ce7e4b44378dc56eed28
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M hw/display/qxl.c

  Log Message:
  -----------
  qxl: simplify qxl_rom_size

Nowdays rom size is fixed at 8192 for live migration compat reasons.
So we can ditch the pointless math trying to calculate the size needed.
Also make the size sanity check fail at compile time not runtime.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b0297b4a82f5ba39f6e75c024f80bc4c20070d27
      
https://github.com/qemu/qemu/commit/b0297b4a82f5ba39f6e75c024f80bc4c20070d27
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M hw/display/qxl.c

  Log Message:
  -----------
  qxl: simplify page dirtying

No need to do target page size calculations here,
memory_region_set_dirty will care for us.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 521e759cf1ca05fc59a8653e48f18f830edbda7e
      
https://github.com/qemu/qemu/commit/521e759cf1ca05fc59a8653e48f18f830edbda7e
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M hw/display/Makefile.objs

  Log Message:
  -----------
  qxl: compile only once

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 22f3946bc5db2090ffc4ea41f2b83d09e58b665e
      
https://github.com/qemu/qemu/commit/22f3946bc5db2090ffc4ea41f2b83d09e58b665e
  Author: Luiz Capitulino <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    R QMP/qemu-ga-client
    R QMP/qmp
    R QMP/qmp-shell
    R QMP/qmp.py
    R QMP/qom-fuse
    R QMP/qom-get
    R QMP/qom-list
    R QMP/qom-set
    A scripts/qmp/qemu-ga-client
    A scripts/qmp/qmp
    A scripts/qmp/qmp-shell
    A scripts/qmp/qmp.py
    A scripts/qmp/qom-fuse
    A scripts/qmp/qom-get
    A scripts/qmp/qom-list
    A scripts/qmp/qom-set

  Log Message:
  -----------
  QMP: add scripts/qmp

Populate it with all scripts stored in QMP/. Also fixes trailing
whitespaces in qmp-shell and qmp.py.

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


  Commit: d076a2adddece29ad33afcce01e441bfc1c6923d
      
https://github.com/qemu/qemu/commit/d076a2adddece29ad33afcce01e441bfc1c6923d
  Author: Luiz Capitulino <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  QMP: fix qmp-commands.txt generation path

This file should be generated in the BUILD_DIR, as all other docs.

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


  Commit: 7537fe0487c3f7991584ca1c4bf9b6c58cd33968
      
https://github.com/qemu/qemu/commit/7537fe0487c3f7991584ca1c4bf9b6c58cd33968
  Author: Luiz Capitulino <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    R QMP/README
    R QMP/qmp-events.txt
    R QMP/qmp-spec.txt
    A docs/qmp/README
    A docs/qmp/qmp-events.txt
    A docs/qmp/qmp-spec.txt

  Log Message:
  -----------
  QMP: QMP/ -> docs/qmp/

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


  Commit: 52bbff77c4d1c26b5d9f56e1f140523ec931c471
      
https://github.com/qemu/qemu/commit/52bbff77c4d1c26b5d9f56e1f140523ec931c471
  Author: Luiz Capitulino <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M docs/qmp/README

  Log Message:
  -----------
  QMP: Update README file

Drop unneeded info, fix some of the examples and rename QEMU Monitor
Protocol to QEMU Machine Protocol.

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


  Commit: 715c18600ca770a8ada65d9fd77ad6423ab5fce9
      
https://github.com/qemu/qemu/commit/715c18600ca770a8ada65d9fd77ad6423ab5fce9
  Author: Luiz Capitulino <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M docs/qmp/qmp-spec.txt

  Log Message:
  -----------
  QMP: Update qmp-spec.txt

Simplify the text, fix some of the examples.

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


  Commit: 7b5ce8db600a5d1842b9cb0cf8e8bb7af87fee10
      
https://github.com/qemu/qemu/commit/7b5ce8db600a5d1842b9cb0cf8e8bb7af87fee10
  Author: Luiz Capitulino <address@hidden>
  Date:   2013-09-18 (Wed, 18 Sep 2013)

  Changed paths:
    M docs/qmp/qmp-events.txt

  Log Message:
  -----------
  QMP: qmp-events.txt: alphabetical order fix and other minor changes

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


  Commit: b5613fdcb0e03d47852582c252942512f050b5b6
      
https://github.com/qemu/qemu/commit/b5613fdcb0e03d47852582c252942512f050b5b6
  Author: Gerd Hoffmann <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M configure
    R hw/usb/host-bsd.c
    R hw/usb/host-linux.c

  Log Message:
  -----------
  usb: remove old usb-host code

The usb-host code has been rewritten for qemu 1.5 to use libusb,
the old code has been left in as temporary fallback.  Now we are
two releases further out, targeting the 1.7 release.  No major
issues with the new code poped up until now.  Time to remove it
from tre tree.  Should we ever need it again for some reason --
git has a copy for us in the history.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: d063c3112c4cd23a479ee18720c2bd119da2d315
      
https://github.com/qemu/qemu/commit/d063c3112c4cd23a479ee18720c2bd119da2d315
  Author: Hans de Goede <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M hw/usb/hcd-xhci.c

  Log Message:
  -----------
  xhci: Fix number of streams allocated when using streams

According to the xhci spec the total number of streams is
2 ^ (MaxPStreams + 1), and this is also how the Linux xhci driver
uses this field.

Signed-off-by: Hans de Goede <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 4c5d82ecf1e8fd0720137f7d09fc77d65b51b4d0
      
https://github.com/qemu/qemu/commit/4c5d82ecf1e8fd0720137f7d09fc77d65b51b4d0
  Author: Hans de Goede <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M hw/usb/hcd-xhci.c

  Log Message:
  -----------
  xhci: Init a transfers xhci, slotid and epid member on epctx alloc

Transfers are part of an epctx, which is part of a slot, which is part of
a xhci. Transfers cannot dynamically be moved from one epctx to another,
so once created their xhci, slotid and epid are constant, so lets set these
up at creation time, rather then re-initializing them with the same
value each time a transfer gets submitted.

Signed-off-by: Hans de Goede <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 518ad5f2a0754f0a5ce4e478b79f4926ce46111b
      
https://github.com/qemu/qemu/commit/518ad5f2a0754f0a5ce4e478b79f4926ce46111b
  Author: Hans de Goede <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M hw/usb/hcd-xhci.c

  Log Message:
  -----------
  xhci: Add xhci_epid_to_usbep helper function

And use it instead of prying the USBEndpoint out of the packet struct
in various places.

Signed-off-by: Hans de Goede <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b21da4e504fbdb907543a918b190783dc896d8e1
      
https://github.com/qemu/qemu/commit/b21da4e504fbdb907543a918b190783dc896d8e1
  Author: Hans de Goede <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M hw/usb/hcd-xhci.c

  Log Message:
  -----------
  xhci: Fix memory leak on xhci_disable_ep

The USBPacket-s in the transfers need to be cleaned up so that the memory
allocated by the iovec in there gets freed.

Signed-off-by: Hans de Goede <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 9adbaad318cddd300c42dbbbc88991cdc9cecd99
      
https://github.com/qemu/qemu/commit/9adbaad318cddd300c42dbbbc88991cdc9cecd99
  Author: Hans de Goede <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M hw/usb/core.c

  Log Message:
  -----------
  usb: Also reset max_packet_size on ep_reset

Signed-off-by: Hans de Goede <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 0ca6db4f3b3df5c4e5285a48a7709bdced5068de
      
https://github.com/qemu/qemu/commit/0ca6db4f3b3df5c4e5285a48a7709bdced5068de
  Author: Hans de Goede <address@hidden>
  Date:   2013-09-19 (Thu, 19 Sep 2013)

  Changed paths:
    M hw/usb/combined-packet.c

  Log Message:
  -----------
  usb: Fix iovec memleak on combined-packet free

Signed-off-by: Hans de Goede <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: f54c49e2187976f4c3f6db1029461f3077e9f377
      
https://github.com/qemu/qemu/commit/f54c49e2187976f4c3f6db1029461f3077e9f377
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M Makefile
    R QMP/README
    R QMP/qemu-ga-client
    R QMP/qmp
    R QMP/qmp-events.txt
    R QMP/qmp-shell
    R QMP/qmp-spec.txt
    R QMP/qmp.py
    R QMP/qom-fuse
    R QMP/qom-get
    R QMP/qom-list
    R QMP/qom-set
    A docs/qmp/README
    A docs/qmp/qmp-events.txt
    A docs/qmp/qmp-spec.txt
    A scripts/qmp/qemu-ga-client
    A scripts/qmp/qmp
    A scripts/qmp/qmp-shell
    A scripts/qmp/qmp.py
    A scripts/qmp/qom-fuse
    A scripts/qmp/qom-get
    A scripts/qmp/qom-list
    A scripts/qmp/qom-set

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

# By Luiz Capitulino
# Via Luiz Capitulino
* luiz/queue/qmp:
  QMP: qmp-events.txt: alphabetical order fix and other minor changes
  QMP: Update qmp-spec.txt
  QMP: Update README file
  QMP: QMP/ -> docs/qmp/
  QMP: fix qmp-commands.txt generation path
  QMP: add scripts/qmp

Message-id: address@hidden


  Commit: ce63e9c258a05e344f81b28f2b995c530909a3f0
      
https://github.com/qemu/qemu/commit/ce63e9c258a05e344f81b28f2b995c530909a3f0
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M configure
    M hw/usb/combined-packet.c
    M hw/usb/core.c
    M hw/usb/hcd-xhci.c
    R hw/usb/host-bsd.c
    R hw/usb/host-linux.c

  Log Message:
  -----------
  Merge remote-tracking branch 'kraxel/usb.90' into staging

# By Hans de Goede (6) and Gerd Hoffmann (1)
# Via Gerd Hoffmann
* kraxel/usb.90:
  usb: Fix iovec memleak on combined-packet free
  usb: Also reset max_packet_size on ep_reset
  xhci: Fix memory leak on xhci_disable_ep
  xhci: Add xhci_epid_to_usbep helper function
  xhci: Init a transfers xhci, slotid and epid member on epctx alloc
  xhci: Fix number of streams allocated when using streams
  usb: remove old usb-host code

Message-id: address@hidden


  Commit: 2571f8f5fbaea5dc3bdcd84737f109b459576e90
      
https://github.com/qemu/qemu/commit/2571f8f5fbaea5dc3bdcd84737f109b459576e90
  Author: Anthony Liguori <address@hidden>
  Date:   2013-09-20 (Fri, 20 Sep 2013)

  Changed paths:
    M hw/display/Makefile.objs
    M hw/display/qxl.c
    M hw/display/qxl.h

  Log Message:
  -----------
  Merge remote-tracking branch 'spice/spice.v74' into staging

# By Gerd Hoffmann
# Via Gerd Hoffmann
* spice/spice.v74:
  qxl: compile only once
  qxl: simplify page dirtying
  qxl: simplify qxl_rom_size
  qxl: define qxl operating on 4k pages

Message-id: address@hidden


Compare: https://github.com/qemu/qemu/compare/6c2679fc1956...2571f8f5fbae

reply via email to

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