qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] c53f5b: virtio-gpu: fix bug in host memory ca


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c53f5b: virtio-gpu: fix bug in host memory calculation.
Date: Mon, 13 Nov 2017 15:23:22 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c53f5b89f19b3051384d202dd750d23fb38f0994
      
https://github.com/qemu/qemu/commit/c53f5b89f19b3051384d202dd750d23fb38f0994
  Author: Tao Wu <address@hidden>
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
    M hw/display/virtio-gpu.c

  Log Message:
  -----------
  virtio-gpu: fix bug in host memory calculation.

The old code treats bits as bytes when calculating host memory usage.
Change it to be consistent with allocation logic in pixman library.

Signed-off-by: Tao Wu <address@hidden>
Message-Id: <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 115788d7a70e9ae255511ca00fc69cce06967472
      
https://github.com/qemu/qemu/commit/115788d7a70e9ae255511ca00fc69cce06967472
  Author: Gerd Hoffmann <address@hidden>
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
    M hw/display/vga.c

  Log Message:
  -----------
  vga: fix region checks in wraparound case

Cc: "Dr. David Alan Gilbert" <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-id: address@hidden


  Commit: cf7040e284069fc235172c187551b268c66d8553
      
https://github.com/qemu/qemu/commit/cf7040e284069fc235172c187551b268c66d8553
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2017-11-10 (Fri, 10 Nov 2017)

  Changed paths:
    M hw/display/vmware_vga.c

  Log Message:
  -----------
  vmsvga: use ARRAY_SIZE macro

Applied using the Coccinelle semantic patch scripts/coccinelle/use_osdep.cocci

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 4e8a737c092d25fe5ff99ac7bff01c222c1c017d
      
https://github.com/qemu/qemu/commit/4e8a737c092d25fe5ff99ac7bff01c222c1c017d
  Author: Peter Maydell <address@hidden>
  Date:   2017-11-13 (Mon, 13 Nov 2017)

  Changed paths:
    M hw/display/vga.c
    M hw/display/virtio-gpu.c
    M hw/display/vmware_vga.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/vga-20171110-pull-request' 
into staging

vga: bugfixes for 2.11

# gpg: Signature made Fri 10 Nov 2017 13:26:30 GMT
# gpg:                using RSA key 0x4CB6D8EED3E87138
# 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/vga-20171110-pull-request:
  vmsvga: use ARRAY_SIZE macro
  vga: fix region checks in wraparound case
  virtio-gpu: fix bug in host memory calculation.

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


Compare: https://github.com/qemu/qemu/compare/7edaf9975901...4e8a737c092d

reply via email to

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