From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::134; helo=mail-it1-x134.google.com; envelope-from=mine260309@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="R23RmYbt"; dkim-atps=neutral Received: from mail-it1-x134.google.com (mail-it1-x134.google.com [IPv6:2607:f8b0:4864:20::134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 44Nnf96sLLzDqC7 for ; Tue, 19 Mar 2019 20:23:13 +1100 (AEDT) Received: by mail-it1-x134.google.com with SMTP id e24so24923173itl.1 for ; Tue, 19 Mar 2019 02:23:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vYMudnpcuoE9mriHRXTprDfbEGug6HmDOfY/0ZBNHSs=; b=R23RmYbtLhCkVn1hVpD7vTNHgWEdyu8YRBKemoePXmkql6kGsQsFCnu4kW3CKk50IF P6Dyy61Vph9ZyTPS0/ZDQoT4/CC6ceqBpaTRBZPfomJB3I7AoZU45V++T9vB0D22DHi+ 3Im+QvL05fuRSDCek6OZl80OP2mjerPYJ9Ogrt/JBEKeQ9onBUM3Jz9kOHCRo5Mz0MNQ A1PwXeDG3w/O6T+pEkZUB+pnMk1Gali6oHK4UhXZY263qCNp/kMRdFTd9lwjQLoiUHJ6 DI03e6N4Yzsq39kJkJQwpskj057uE20deXX42xow48iP3lJ4Y/PpRDeOfN3RpmdeeRxs vD5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vYMudnpcuoE9mriHRXTprDfbEGug6HmDOfY/0ZBNHSs=; b=BLzmZMOSZ/Tk8gxL3hAaEqRr2GUEULsna5YCdTUCwnbzf2vVgHcOlsEnSBmusP9ljB c5qHVMhQEAW7xaqzM0BxGRAvCRXz4ImNhIsO/XgOjwzZ6oPY7/IAOqbeid7Qd7aBfV29 0zXPXF0BnIQ9ZA3pZpzuftJGnG48HrlLXEE0mhbkrWAh66kfSfQZLxKBD2emuEwwLsNM P10OO72uLd0Oz/LDcfsuILW8tQpcv6XtBaYmYh0eyltGK+7nxXwNRqTLnXdqWasbmXca k4PGGbdfEwuSZDqWcf0eJrxFzlkh069vC8JK04fUNVSIVAzTPLmWBk6SnxWmWmjt9Jad 9zGg== X-Gm-Message-State: APjAAAVAZ3+Glx8hdKDlSeGsd/dD1owooTM56Ch6AmmLYCjz9ezL8/5J nAxuxnAMB/c8x4icjxxXWIkzpwAcHrA53axFqQM= X-Google-Smtp-Source: APXvYqxt0y3Bh7GoiQSdlncb2ntuOGfVFdeAkzinThjpwXy5ccYMtZezZxBg4aPYEa1/yJsjAGWhuqJIBf1gkK18T1s= X-Received: by 2002:a24:d244:: with SMTP id z65mr574315itf.76.1552987388762; Tue, 19 Mar 2019 02:23:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Lei YU Date: Tue, 19 Mar 2019 17:22:55 +0800 Message-ID: Subject: Re: Does obmc-ikvm work with bmcweb? To: Jae Hyun Yoo Cc: xiuzhi <1450335857@qq.com>, openbmc , ed , Eddie James Content-Type: text/plain; charset="UTF-8" X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2019 09:23:15 -0000 Hi Jae, Thanks for sharing the detailed information. I managed to do a build on Romulus and see the KVM partially working: * I can see the video output in the KVM page; * I am unable to do any operation, e.g. pressing a key does not seem to be sent to host * When I browse to another page and browse back to KVM page, it displays a small black block, instead of showing correct KVM view. Did you meet such issue before and do you happen to know how to fix this? Thanks a lot! On Tue, Mar 19, 2019 at 1:33 AM Jae Hyun Yoo wrote: > > Attaching a patch file for back porting of Eddie's aspeed-video driver. > Diff in below doesn't include the newly created file so I'm attaching it > as a patch. > > -Jae