qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 57ac4a: fmops: fix off-by-one in AR_TABLE and


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 57ac4a: fmops: fix off-by-one in AR_TABLE and DR_TABLE arr...
Date: Tue, 27 Nov 2018 06:02:00 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 57ac4a7a28fef81b80b547c64d26681edc4a2cda
      
https://github.com/qemu/qemu/commit/57ac4a7a28fef81b80b547c64d26681edc4a2cda
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-11-26 (Mon, 26 Nov 2018)

  Changed paths:
    M hw/audio/fmopl.h

  Log Message:
  -----------
  fmops: fix off-by-one in AR_TABLE and DR_TABLE array size

Cc: P J P <address@hidden>
Reported-by: Wangjunqing <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Message-id: address@hidden
Suggested-by: Paolo Bonzini <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: d2e550a82893d5498c4be51559ec2607d7f5e101
      
https://github.com/qemu/qemu/commit/d2e550a82893d5498c4be51559ec2607d7f5e101
  Author: Hervé Poussineau <address@hidden>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M hw/input/ps2.c

  Log Message:
  -----------
  ps2kbd: default to scan enabled after reset

A check for scan_enabled has been added to ps2_keyboard_event in commit
143c04c7e0639e53086519592ead15d2556bfbf2 to prevent stream corruption.
This works well as long as operating system is resetting keyboard, or enabling 
it.

This fixes IBM 40p firmware, which doesn't bother sending KBD_CMD_RESET,
KBD_CMD_ENABLE or KBD_CMD_RESET_ENABLE before trying to use the keyboard.

Signed-off-by: Hervé Poussineau <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b7ee9e4970bd76ca181ae6ea853c350e039eb71d
      
https://github.com/qemu/qemu/commit/b7ee9e4970bd76ca181ae6ea853c350e039eb71d
  Author: Wang Xin <address@hidden>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M hw/display/cirrus_vga.c

  Log Message:
  -----------
  cirrus_vga/migration: update the bank offset before use

The cirrus bank0/1 offset should be updated before we update the vram's alias
offset.

Signed-off-by: Wang Xin <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 7ec910675929a593c9890f412125c31c578cde6e
      
https://github.com/qemu/qemu/commit/7ec910675929a593c9890f412125c31c578cde6e
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M hw/audio/intel-hda.c

  Log Message:
  -----------
  audio/hda: fix guest triggerable assert

Guest writes to a readonly register trigger the assert in
intel_hda_reg_write().  Add a check and just ignore them.

Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=1628433
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: address@hidden


  Commit: 933d2d4bf2b9d7673872e6e46bb0fa15e44191fb
      
https://github.com/qemu/qemu/commit/933d2d4bf2b9d7673872e6e46bb0fa15e44191fb
  Author: linzhecheng <address@hidden>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M hw/usb/host-libusb.c

  Log Message:
  -----------
  usb-host: set ifs.detached as true if kernel driver is not active

If no kernel driver is active, we can already claim and perform I/O on
it without detaching it.

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


  Commit: e1ca8f7e1915496148f6e0ce1f7c2309af013312
      
https://github.com/qemu/qemu/commit/e1ca8f7e1915496148f6e0ce1f7c2309af013312
  Author: Gerd Hoffmann <address@hidden>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M qapi/ui.json
    M vl.c

  Log Message:
  -----------
  qapi: add query-display-options command

Add query-display-options command, which allows querying the qemu
display configuration.  This isn't particularly useful, except it
exposes QAPI type DisplayOptions in query-qmp-schema, so that libvirt
can discover recently added -display parameter rendernode (commit
d4dc4ab133b).  Works around lack of sufficiently powerful command line
introspection.

Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Tested-by: Eric Blake <address@hidden>
Tested-by: Erik Skultety <address@hidden>
Message-id: address@hidden

[ kraxel: reworded commit message as suggested by armbru ]


  Commit: 4822f1ee9efa8df56e29db0a68323b484bdb0335
      
https://github.com/qemu/qemu/commit/4822f1ee9efa8df56e29db0a68323b484bdb0335
  Author: Peter Maydell <address@hidden>
  Date:   2018-11-27 (Tue, 27 Nov 2018)

  Changed paths:
    M hw/audio/fmopl.h
    M hw/audio/intel-hda.c
    M hw/display/cirrus_vga.c
    M hw/input/ps2.c
    M hw/usb/host-libusb.c
    M qapi/ui.json
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/kraxel/tags/fixes-31-20181127-pull-request' into staging

various bugfixes for 3.1: fmops, ps2, cirrus, hda, usb-host, qapi

# gpg: Signature made Tue 27 Nov 2018 06:49:13 GMT
# gpg:                using RSA key 4CB6D8EED3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138

* remotes/kraxel/tags/fixes-31-20181127-pull-request:
  qapi: add query-display-options command
  usb-host: set ifs.detached as true if kernel driver is not active
  audio/hda: fix guest triggerable assert
  cirrus_vga/migration: update the bank offset before use
  ps2kbd: default to scan enabled after reset
  fmops: fix off-by-one in AR_TABLE and DR_TABLE array size

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


Compare: https://github.com/qemu/qemu/compare/d5d31c9a8ab5...4822f1ee9efa
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

reply via email to

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