mbox

[PULL,v2,0/6] X86 patches

Message ID 1430160307-29738-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 April 27, 2015, 6:45 p.m. UTC
Changes in v2:
 * Rebase to 0d81cdddaa40a1988b24657aeac19959cfad0fde
 * Rewrote commit message of 'target-i386: Make "level" and "xlevel" properties
   static', to mention it fixes a bug (missing check for realized device)

The following changes since commit 0d81cdddaa40a1988b24657aeac19959cfad0fde:

  Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into staging (2015-04-27 17:28:41 +0100)

are available in the git repository at:

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

for you to fetch changes up to 726a8ff68677d8d5fba17eb0ffb85076bfb598dc:

  target-i386: Remove AMD feature flag aliases from CPU model table (2015-04-27 15:41:03 -0300)

----------------------------------------------------------------
X86 queue, 2015-04-27 (v2)

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

Eduardo Habkost (6):
  MAINTAINERS: Add myself to X86
  MAINTAINERS: Change status of X86 to Maintained
  qemu-config: Accept empty option values
  target-i386: Make "level" and "xlevel" properties static
  target-i386: X86CPU::xlevel2 QOM property
  target-i386: Remove AMD feature flag aliases from CPU model table

 MAINTAINERS        |  3 ++-
 target-i386/cpu.c  | 50 ++++----------------------------------------------
 util/qemu-config.c |  4 +++-
 3 files changed, 9 insertions(+), 48 deletions(-)

Comments

Peter Maydell April 28, 2015, 12:47 p.m. UTC | #1
On 27 April 2015 at 19:45, Eduardo Habkost <ehabkost@redhat.com> wrote:
> Changes in v2:
>  * Rebase to 0d81cdddaa40a1988b24657aeac19959cfad0fde
>  * Rewrote commit message of 'target-i386: Make "level" and "xlevel" properties
>    static', to mention it fixes a bug (missing check for realized device)
>
> The following changes since commit 0d81cdddaa40a1988b24657aeac19959cfad0fde:
>
>   Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into staging (2015-04-27 17:28:41 +0100)
>
> are available in the git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
>
> for you to fetch changes up to 726a8ff68677d8d5fba17eb0ffb85076bfb598dc:
>
>   target-i386: Remove AMD feature flag aliases from CPU model table (2015-04-27 15:41:03 -0300)
>
> ----------------------------------------------------------------
> X86 queue, 2015-04-27 (v2)

Applied, thanks.

-- PMM