mbox

[PULL,0/2] X86 fixes

Message ID 1457722074-25406-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/x86-pull-request

Message

Eduardo Habkost March 11, 2016, 6:47 p.m. UTC
The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-pull-request

for you to fetch changes up to b04c3b6ad8b3e802fe7ad7a3ff5a9ab980d22578:

  kvm: Remove x2apic feature from CPU model when kernel_irqchip is off (2016-03-11 15:43:48 -0300)

----------------------------------------------------------------
X86 fixes

----------------------------------------------------------------

Denis V. Lunev (1):
  hyperv: cpu hotplug fix with HyperV enabled

Lan Tianyu (1):
  kvm: Remove x2apic feature from CPU model when kernel_irqchip is off

 roms/SLOF         | 2 +-
 roms/openbios     | 2 +-
 target-i386/cpu.c | 4 ++++
 target-i386/kvm.c | 1 +
 4 files changed, 7 insertions(+), 2 deletions(-)

Comments

Peter Maydell March 14, 2016, 4:21 p.m. UTC | #1
On 11 March 2016 at 18:47, Eduardo Habkost <ehabkost@redhat.com> wrote:
> The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to b04c3b6ad8b3e802fe7ad7a3ff5a9ab980d22578:
>
>   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off (2016-03-11 15:43:48 -0300)
>
> ----------------------------------------------------------------
> X86 fixes
>
> ----------------------------------------------------------------
>
> Denis V. Lunev (1):
>   hyperv: cpu hotplug fix with HyperV enabled
>
> Lan Tianyu (1):
>   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
>
>  roms/SLOF         | 2 +-
>  roms/openbios     | 2 +-
>  target-i386/cpu.c | 4 ++++
>  target-i386/kvm.c | 1 +
>  4 files changed, 7 insertions(+), 2 deletions(-)

This pull contains submodule updates not mentioned in the
commit messages -- are they intentional ?

thanks
-- PMM
Eduardo Habkost March 14, 2016, 8:42 p.m. UTC | #2
On Mon, Mar 14, 2016 at 04:21:44PM +0000, Peter Maydell wrote:
> On 11 March 2016 at 18:47, Eduardo Habkost <ehabkost@redhat.com> wrote:
> > The following changes since commit a648c137383d84bc4f95696e5293978d9541a26e:
> >
> >   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160309-1' into staging (2016-03-10 02:51:14 +0000)
> >
> > are available in the git repository at:
> >
> >   git://github.com/ehabkost/qemu.git tags/x86-pull-request
> >
> > for you to fetch changes up to b04c3b6ad8b3e802fe7ad7a3ff5a9ab980d22578:
> >
> >   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off (2016-03-11 15:43:48 -0300)
> >
> > ----------------------------------------------------------------
> > X86 fixes
> >
> > ----------------------------------------------------------------
> >
> > Denis V. Lunev (1):
> >   hyperv: cpu hotplug fix with HyperV enabled
> >
> > Lan Tianyu (1):
> >   kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
> >
> >  roms/SLOF         | 2 +-
> >  roms/openbios     | 2 +-
> >  target-i386/cpu.c | 4 ++++
> >  target-i386/kvm.c | 1 +
> >  4 files changed, 7 insertions(+), 2 deletions(-)
> 
> This pull contains submodule updates not mentioned in the
> commit messages -- are they intentional ?

They are not, sorry again. I am submitting a new pull request.

I am adding a hook to my repository so it never happen again.