qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e1a043: MAINTAINERS: Add myself to X86


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e1a043: MAINTAINERS: Add myself to X86
Date: Tue, 28 Apr 2015 06:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e1a0433956bbe68b56853e6ae633a5004b1f6351
      
https://github.com/qemu/qemu/commit/e1a0433956bbe68b56853e6ae633a5004b1f6351
  Author: Eduardo Habkost <address@hidden>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add myself to X86

Acked-by: Paolo Bonzini <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: b203a4ba93fc25bf1eb49039a8ec4b260b446211
      
https://github.com/qemu/qemu/commit/b203a4ba93fc25bf1eb49039a8ec4b260b446211
  Author: Eduardo Habkost <address@hidden>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Change status of X86 to Maintained

"Odd Fixes" doesn't reflect the current status of target-i386. We have
people looking after it, now.

Acked-by: Paolo Bonzini <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: d9f7e29ee5a6915caa049ba64c0a9f28766351d2
      
https://github.com/qemu/qemu/commit/d9f7e29ee5a6915caa049ba64c0a9f28766351d2
  Author: Eduardo Habkost <address@hidden>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M util/qemu-config.c

  Log Message:
  -----------
  qemu-config: Accept empty option values

Currently it is impossible to set an option in a config file to an empty
string, because the parser matches only lines containing non-empty
strings between double-quotes.

As sscanf() "[" conversion specifier only matches non-empty strings, add
a special case for empty strings.

Reviewed-by: Eric Blake <address@hidden>
Acked-by: Paolo Bonzini <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: b9472b76d273c7796d877c49af50969c0a879c50
      
https://github.com/qemu/qemu/commit/b9472b76d273c7796d877c49af50969c0a879c50
  Author: Eduardo Habkost <address@hidden>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M target-i386/cpu.c

  Log Message:
  -----------
  target-i386: Make "level" and "xlevel" properties static

Static properties require only 1 line of code, much simpler than the
existing code that requires writing new getters/setters.

As a nice side-effect, this fixes an existing bug where the setters were
incorrectly allowing the properties to be changed after the CPU was
already realized.

Reviewed-by: Igor Mammedov <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: 01431f3ce0f31e123172cc99c12c98c0ddbe9917
      
https://github.com/qemu/qemu/commit/01431f3ce0f31e123172cc99c12c98c0ddbe9917
  Author: Eduardo Habkost <address@hidden>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M target-i386/cpu.c

  Log Message:
  -----------
  target-i386: X86CPU::xlevel2 QOM property

We already have "level" and "xlevel", only "xlevel2" is missing.

Reviewed-by: Paolo Bonzini <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: 726a8ff68677d8d5fba17eb0ffb85076bfb598dc
      
https://github.com/qemu/qemu/commit/726a8ff68677d8d5fba17eb0ffb85076bfb598dc
  Author: Eduardo Habkost <address@hidden>
  Date:   2015-04-27 (Mon, 27 Apr 2015)

  Changed paths:
    M target-i386/cpu.c

  Log Message:
  -----------
  target-i386: Remove AMD feature flag aliases from CPU model table

When CPU vendor is AMD, the AMD feature alias bits on
CPUID[0x80000001].EDX are already automatically copied from CPUID[1].EDX
on x86_cpu_realizefn(). When CPU vendor is Intel, those bits are
reserved and should be zero. On either case, those bits shouldn't be set
in the CPU model table.

Reviewed-by: Igor Mammedov <address@hidden>
Signed-off-by: Eduardo Habkost <address@hidden>


  Commit: 84cbd63f87c1d246f51ec8eee5367a5588f367fd
      
https://github.com/qemu/qemu/commit/84cbd63f87c1d246f51ec8eee5367a5588f367fd
  Author: Peter Maydell <address@hidden>
  Date:   2015-04-28 (Tue, 28 Apr 2015)

  Changed paths:
    M MAINTAINERS
    M target-i386/cpu.c
    M util/qemu-config.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into 
staging

X86 queue, 2015-04-27 (v2)

# gpg: Signature made Mon Apr 27 19:42:39 2015 BST using RSA key ID 984DC5A6
# gpg: Good signature from "Eduardo Habkost <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF  D1AA 2807 936F 984D C5A6

* remotes/ehabkost/tags/x86-pull-request:
  target-i386: Remove AMD feature flag aliases from CPU model table
  target-i386: X86CPU::xlevel2 QOM property
  target-i386: Make "level" and "xlevel" properties static
  qemu-config: Accept empty option values
  MAINTAINERS: Change status of X86 to Maintained
  MAINTAINERS: Add myself to X86

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/54965ee61dbc...84cbd63f87c1

reply via email to

[Prev in Thread] Current Thread [Next in Thread]