mbox

[PULL,0/2] Fixes 31 20181203 patches

Message ID 20181203195039.29597-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kraxel.org/qemu tags/fixes-31-20181203-pull-request

Message

Gerd Hoffmann Dec. 3, 2018, 7:50 p.m. UTC
The following changes since commit 039d4e3df0049bdd8f93a2de735a816483b13954:

  scsi: Address spurious clang warning (2018-11-27 23:56:12 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/fixes-31-20181203-pull-request

for you to fetch changes up to c52d46e041b42bb1ee6f692e00a0abe37a9659f6:

  usb-mtp: outlaw slashes in filenames (2018-12-03 19:40:17 +0100)

----------------------------------------------------------------
usb: mtp fixes.

----------------------------------------------------------------

Gerd Hoffmann (2):
  usb-mtp: fix utf16_to_str
  usb-mtp: outlaw slashes in filenames

 hw/usb/dev-mtp.c | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

Comments

Peter Maydell Dec. 4, 2018, 9:36 a.m. UTC | #1
On Mon, 3 Dec 2018 at 19:51, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit 039d4e3df0049bdd8f93a2de735a816483b13954:
>
>   scsi: Address spurious clang warning (2018-11-27 23:56:12 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/fixes-31-20181203-pull-request
>
> for you to fetch changes up to c52d46e041b42bb1ee6f692e00a0abe37a9659f6:
>
>   usb-mtp: outlaw slashes in filenames (2018-12-03 19:40:17 +0100)
>
> ----------------------------------------------------------------
> usb: mtp fixes.
>
> ----------------------------------------------------------------
>
> Gerd Hoffmann (2):
>   usb-mtp: fix utf16_to_str
>   usb-mtp: outlaw slashes in filenames
>
>  hw/usb/dev-mtp.c | 24 ++++++++++++++++++------
>  1 file changed, 18 insertions(+), 6 deletions(-)
>
Applied, thanks.

-- PMM