All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcelo Tosatti <mtosatti@redhat.com>
To: "Kevin O'Connor" <kevin@koconnor.net>
Cc: Jan Kiszka <jan.kiszka@siemens.com>,
	Anthony Liguori <aliguori@us.ibm.com>,
	Avi Kivity <avi@redhat.com>,
	kvm@vger.kernel.org, qemu-devel@nongnu.org, seabios@seabios.org
Subject: Re: [PATCH 2/4] KVM: Rework VCPU state writeback API
Date: Mon, 8 Mar 2010 17:33:41 -0300	[thread overview]
Message-ID: <20100308203341.GA14679@amt.cnet> (raw)
In-Reply-To: <20100306023726.GA750@morn.localdomain>

On Fri, Mar 05, 2010 at 09:37:26PM -0500, Kevin O'Connor wrote:
> On Thu, Mar 04, 2010 at 03:35:52PM -0300, Marcelo Tosatti wrote:
> > On Thu, Mar 04, 2010 at 12:58:58AM -0500, Kevin O'Connor wrote:
> > > On Thu, Mar 04, 2010 at 01:21:12AM -0300, Marcelo Tosatti wrote:
> > > > The regression seems to be caused by seabios commit d7e998f. Kevin, the
> > > > failure can be seen on the attached screenshot, which happens on the
> > > > first reboot of WinXP 32 installation (after copying files etc).
> > > 
> > > Sorry - I also noticed a bug in that commit recently.  I pushed the
> > > fix I had in my local tree.
> > 
> > Thanks, it does fix the issue here. Anthony can you please update
> > seabios?
> 
> Neither commit d7e998f nor the fix 8f469b96 are on the SeaBIOS stable
> branch.  Is qemu ready to pull in bigger changes now?

Anthony pulls in seabios master into qemu.git master periodically.


WARNING: multiple messages have this Message-ID (diff)
From: Marcelo Tosatti <mtosatti@redhat.com>
To: Kevin O'Connor <kevin@koconnor.net>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
	kvm@vger.kernel.org, Jan Kiszka <jan.kiszka@siemens.com>,
	seabios@seabios.org, qemu-devel@nongnu.org,
	Avi Kivity <avi@redhat.com>
Subject: [Qemu-devel] Re: [PATCH 2/4] KVM: Rework VCPU state writeback API
Date: Mon, 8 Mar 2010 17:33:41 -0300	[thread overview]
Message-ID: <20100308203341.GA14679@amt.cnet> (raw)
In-Reply-To: <20100306023726.GA750@morn.localdomain>

On Fri, Mar 05, 2010 at 09:37:26PM -0500, Kevin O'Connor wrote:
> On Thu, Mar 04, 2010 at 03:35:52PM -0300, Marcelo Tosatti wrote:
> > On Thu, Mar 04, 2010 at 12:58:58AM -0500, Kevin O'Connor wrote:
> > > On Thu, Mar 04, 2010 at 01:21:12AM -0300, Marcelo Tosatti wrote:
> > > > The regression seems to be caused by seabios commit d7e998f. Kevin, the
> > > > failure can be seen on the attached screenshot, which happens on the
> > > > first reboot of WinXP 32 installation (after copying files etc).
> > > 
> > > Sorry - I also noticed a bug in that commit recently.  I pushed the
> > > fix I had in my local tree.
> > 
> > Thanks, it does fix the issue here. Anthony can you please update
> > seabios?
> 
> Neither commit d7e998f nor the fix 8f469b96 are on the SeaBIOS stable
> branch.  Is qemu ready to pull in bigger changes now?

Anthony pulls in seabios master into qemu.git master periodically.

  reply	other threads:[~2010-03-08 20:57 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-01 18:10 [PATCH 0/4] [uq/master] VCPU writeback rework and related bits Jan Kiszka
2010-03-01 18:10 ` [Qemu-devel] " Jan Kiszka
2010-03-01 18:10 ` [PATCH 1/4] KVM: Rework of guest debug state writing Jan Kiszka
2010-03-01 18:10   ` [Qemu-devel] " Jan Kiszka
2010-03-01 18:10 ` [PATCH 2/4] KVM: Rework VCPU state writeback API Jan Kiszka
2010-03-01 18:10   ` [Qemu-devel] " Jan Kiszka
2010-03-02  0:14   ` Marcelo Tosatti
2010-03-02  0:14     ` [Qemu-devel] " Marcelo Tosatti
2010-03-02  8:00     ` Jan Kiszka
2010-03-02  8:00       ` [Qemu-devel] " Jan Kiszka
2010-03-02 11:55       ` Marcelo Tosatti
2010-03-02 11:55         ` [Qemu-devel] " Marcelo Tosatti
2010-03-02 16:31         ` Jan Kiszka
2010-03-02 16:31           ` [Qemu-devel] " Jan Kiszka
2010-03-03  2:29           ` Marcelo Tosatti
2010-03-03  2:29             ` [Qemu-devel] " Marcelo Tosatti
2010-03-04  4:21             ` Marcelo Tosatti
2010-03-04  4:21               ` [Qemu-devel] " Marcelo Tosatti
2010-03-04  5:58               ` Kevin O'Connor
2010-03-04  5:58                 ` [Qemu-devel] " Kevin O'Connor
2010-03-04 18:35                 ` Marcelo Tosatti
2010-03-04 18:35                   ` [Qemu-devel] " Marcelo Tosatti
2010-03-06  2:37                   ` Kevin O'Connor
2010-03-06  2:37                     ` [Qemu-devel] " Kevin O'Connor
2010-03-08 20:33                     ` Marcelo Tosatti [this message]
2010-03-08 20:33                       ` Marcelo Tosatti
2010-03-09 13:56                       ` Anthony Liguori
2010-03-09 13:56                         ` [Qemu-devel] " Anthony Liguori
2010-03-11  8:32     ` Avi Kivity
2010-03-11  8:32       ` [Qemu-devel] " Avi Kivity
2010-03-11 18:49       ` Marcelo Tosatti
2010-03-11 18:49         ` [Qemu-devel] " Marcelo Tosatti
2010-03-01 18:10 ` [PATCH 3/4] KVM: x86: Restrict writeback of VCPU state Jan Kiszka
2010-03-01 18:10   ` [Qemu-devel] " Jan Kiszka
2010-03-01 18:10 ` [PATCH 4/4] x86: Extend validity of bsp_to_cpu Jan Kiszka
2010-03-01 18:10   ` [Qemu-devel] " Jan Kiszka

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=20100308203341.GA14679@amt.cnet \
    --to=mtosatti@redhat.com \
    --cc=aliguori@us.ibm.com \
    --cc=avi@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=kevin@koconnor.net \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    --cc=seabios@seabios.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.