All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eunseok Choi <1829964@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1829964] Re: HOST VRAM Leak when performs android-x86 window rotation with Virt-GPU
Date: Wed, 22 May 2019 03:45:05 -0000	[thread overview]
Message-ID: <155849670573.15101.16014286335079778238.malone@gac.canonical.com> (raw)
In-Reply-To: 155849647074.15430.13880026935625975661.malonedeb@wampee.canonical.com

Here are qemu options I used...

-machine type=q35,accel=kvm -cpu host --enable-kvm \
-smp cpus=4,cores=4,threads=1 -m 4096 \
-drive file=ctb0319.qcow2,format=qcow2,if=virtio,aio=threads \
-device virtio-vga,virgl=on \
-device qemu-xhci,id=xhci -device usb-mouse,bus=xhci.0 -device usb-kbd,bus=xhci.0 \
-soundhw hda -display sdl,gl=on -netdev user,id=qemunet0,hostfwd=tcp::4000-:7000,hostfwd=tcp::5555-:5555,hostfwd=tcp::4012-:7012,hostfwd=tcp::4013-:7013 -device virtio-net,netdev=qemunet0 -boot menu=on

** Description changed:

  I will report something strange thing about host VRAM leakage after
  anroid-x86 window rotation when it runs with virt-gpu(+ virgl-renderer)
  
  Please watching below video link.
  
  https://www.youtube.com/watch?v=mJIbGZLWF1s&feature=youtu.be
  
  (orginal video file : https://drive.google.com/file/d
  /1lkdTx_8yTbSVjKXlnxnnk96fWe-w6Mxb/view?usp=sharing)
  
  I don't sure what is the problem...
  
  Here are my tested history
  --------------------------------------------------------------------------------------------------
  Install android-x86 on I7 desktop PCs with intel UHD GPU  - No leak.
  Install android-x86 on I7 desktop PCs with NVIDIA GTX GPU series - No leak.
  Install android-x86 on guest machine emulated skylake cpu with QEMU(+virt-gpu, virgl-renderer) - Leak
  (HOST CPU - I5, INTEL UHD GPU)
  Install android-x86 on guest machine emulated skylake cpu with QEMU(+virt-gpu, virgl-renderer) - Leak
  (HOST CPU - I7, NVIDIA GTX GPU)
  
  COMMON:
  In case of NVIDIA GPU : check vram using nvidia-smi
  In case of intel UHD GPU : check shared-vram using free cmd
  
  We checked guest android-x86 system down when vram is full after performing many rotation
  -------------------------------------------------------------------------------------------
  
  Is it virt-gpu driver's problem?
  
  I hope someone can help me...
  
  Thanks in advance!!
+ 
+ 
+ PS
+ 
+ 
+ Here are qemu options I used...
+ 
+ -machine type=q35,accel=kvm -cpu host --enable-kvm \
+ -smp cpus=4,cores=4,threads=1 -m 4096 \
+ -drive file=ctb0319.qcow2,format=qcow2,if=virtio,aio=threads \
+ -device virtio-vga,virgl=on \
+ -device qemu-xhci,id=xhci -device usb-mouse,bus=xhci.0 -device usb-kbd,bus=xhci.0 \
+ -soundhw hda -display sdl,gl=on -netdev user,id=qemunet0,hostfwd=tcp::4000-:7000,hostfwd=tcp::5555-:5555,hostfwd=tcp::4012-:7012,hostfwd=tcp::4013-:7013 -device virtio-net,netdev=qemunet0 -boot menu=on

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1829964

Title:
  HOST VRAM Leak when performs android-x86 window rotation with Virt-GPU

Status in QEMU:
  New

Bug description:
  I will report something strange thing about host VRAM leakage after
  anroid-x86 window rotation when it runs with virt-gpu(+ virgl-
  renderer)

  Please watching below video link.

  https://www.youtube.com/watch?v=mJIbGZLWF1s&feature=youtu.be

  (orginal video file : https://drive.google.com/file/d
  /1lkdTx_8yTbSVjKXlnxnnk96fWe-w6Mxb/view?usp=sharing)

  I don't sure what is the problem...

  Here are my tested history
  --------------------------------------------------------------------------------------------------
  Install android-x86 on I7 desktop PCs with intel UHD GPU  - No leak.
  Install android-x86 on I7 desktop PCs with NVIDIA GTX GPU series - No leak.
  Install android-x86 on guest machine emulated skylake cpu with QEMU(+virt-gpu, virgl-renderer) - Leak
  (HOST CPU - I5, INTEL UHD GPU)
  Install android-x86 on guest machine emulated skylake cpu with QEMU(+virt-gpu, virgl-renderer) - Leak
  (HOST CPU - I7, NVIDIA GTX GPU)

  COMMON:
  In case of NVIDIA GPU : check vram using nvidia-smi
  In case of intel UHD GPU : check shared-vram using free cmd

  We checked guest android-x86 system down when vram is full after performing many rotation
  -------------------------------------------------------------------------------------------

  Is it virt-gpu driver's problem?

  I hope someone can help me...

  Thanks in advance!!


  PS


  Here are qemu options I used...

  -machine type=q35,accel=kvm -cpu host --enable-kvm \
  -smp cpus=4,cores=4,threads=1 -m 4096 \
  -drive file=ctb0319.qcow2,format=qcow2,if=virtio,aio=threads \
  -device virtio-vga,virgl=on \
  -device qemu-xhci,id=xhci -device usb-mouse,bus=xhci.0 -device usb-kbd,bus=xhci.0 \
  -soundhw hda -display sdl,gl=on -netdev user,id=qemunet0,hostfwd=tcp::4000-:7000,hostfwd=tcp::5555-:5555,hostfwd=tcp::4012-:7012,hostfwd=tcp::4013-:7013 -device virtio-net,netdev=qemunet0 -boot menu=on

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1829964/+subscriptions


  reply	other threads:[~2019-05-22  3:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-22  3:41 [Qemu-devel] [Bug 1829964] [NEW] HOST VRAM Leak when performs android-x86 window rotation with Virt-GPU Eunseok Choi
2019-05-22  3:45 ` Eunseok Choi [this message]
2019-05-22  6:02 ` [Qemu-devel] [Bug 1829964] " Thomas Huth
2019-05-22  6:26 ` Eunseok Choi
2019-05-22  7:21 ` Thomas Huth
2019-05-22  8:14 ` Eunseok Choi
2019-07-22  4:17 ` Launchpad Bug Tracker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=155849670573.15101.16014286335079778238.malone@gac.canonical.com \
    --to=1829964@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.