mbox

[PULL,0/6] More changes for QEMU 2.3.0-rc2

Message ID 1427984491-23475-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

git://github.com/bonzini/qemu.git tags/for-upstream

Message

Paolo Bonzini April 2, 2015, 2:21 p.m. UTC
The following changes since commit 11f10cf8057dd5392171da061381f6c890b1e21d:

  hw/arm/vexpress: Don't double-free flash filename (2015-04-02 12:11:07 +0100)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to fb8597bb65eff5c868db52668d21888e4fe7c27a:

  Use $(MAKE) for recursive make (2015-04-02 15:58:39 +0200)

----------------------------------------------------------------
Another round of small fixes.  I am not including the
virtio-blk fix, because Wen only posted a prototype and the changes
I made were pretty large.  It definitely needs another pair of eyes
(but it is a 2.3 regression and a blocker).

----------------------------------------------------------------
Ed Maste (1):
      Use $(MAKE) for recursive make

Joseph Hindin (1):
      qga: fitering out -fstack-protector-strong

Marcel Apfelbaum (1):
      util/qemu-config: fix regression of qmp_query_command_line_options

Nadav Amit (1):
      target-i386: clear bsp bit when designating bsp

Paolo Bonzini (1):
      target-i386: save 64-bit CR3 in 64-bit SMM state save area

zhanghailiang (1):
      kvm-all: Sync dirty-bitmap from kvm before kvm destroy the corresponding dirty_bitmap

 Makefile                    |  6 ++--
 hw/intc/apic_common.c       |  8 +++--
 include/hw/i386/apic.h      |  2 +-
 kvm-all.c                   |  2 +-
 qga/vss-win32/Makefile.objs |  2 +-
 target-i386/cpu.c           |  4 +--
 target-i386/smm_helper.c    |  4 +--
 util/qemu-config.c          | 81 +++++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 96 insertions(+), 13 deletions(-)

Comments

Peter Maydell April 2, 2015, 3:52 p.m. UTC | #1
On 2 April 2015 at 15:21, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit 11f10cf8057dd5392171da061381f6c890b1e21d:
>
>   hw/arm/vexpress: Don't double-free flash filename (2015-04-02 12:11:07 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to fb8597bb65eff5c868db52668d21888e4fe7c27a:
>
>   Use $(MAKE) for recursive make (2015-04-02 15:58:39 +0200)
>
> ----------------------------------------------------------------
> Another round of small fixes.  I am not including the
> virtio-blk fix, because Wen only posted a prototype and the changes
> I made were pretty large.  It definitely needs another pair of eyes
> (but it is a 2.3 regression and a blocker).
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM