mbox

[PULL,0/1] HMP queue

Message ID 1475603367-4054-1-git-send-email-dgilbert@redhat.com
State New
Headers show

Pull-request

git://github.com/dagrh/qemu.git tags/pull-hmp-20161004

Message

Dr. David Alan Gilbert Oct. 4, 2016, 5:49 p.m. UTC
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit bbc4c3f4f3c624e2de64fdcb79f4dd8c1a508e9d:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-10-04 14:25:08 +0100)

are available in the git repository at:

  git://github.com/dagrh/qemu.git tags/pull-hmp-20161004

for you to fetch changes up to 456d97d364e34adc4e68cbd51c2ad6ecd548492d:

  hmp: fix qemu crash due to ioapic state dump w/ split irqchip (2016-10-04 17:16:15 +0100)

----------------------------------------------------------------
HMP pull

Just Wanpeng's patch this time, but this pull is as much about
me checking out my process.

----------------------------------------------------------------
Wanpeng Li (1):
      hmp: fix qemu crash due to ioapic state dump w/ split irqchip

 target-i386/monitor.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Peter Maydell Oct. 6, 2016, 9:57 a.m. UTC | #1
On 4 October 2016 at 18:49, Dr. David Alan Gilbert (git)
<dgilbert@redhat.com> wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
>
> The following changes since commit bbc4c3f4f3c624e2de64fdcb79f4dd8c1a508e9d:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-10-04 14:25:08 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dagrh/qemu.git tags/pull-hmp-20161004
>
> for you to fetch changes up to 456d97d364e34adc4e68cbd51c2ad6ecd548492d:
>
>   hmp: fix qemu crash due to ioapic state dump w/ split irqchip (2016-10-04 17:16:15 +0100)
>
> ----------------------------------------------------------------
> HMP pull
>
> Just Wanpeng's patch this time, but this pull is as much about
> me checking out my process.
>
> ----------------------------------------------------------------

Looks good to me (though your GPG key seems a bit short on signatures).

Applied, thanks.
-- PMM