mbox

[PULL,v3,0/3] QOM CPUState patch queue 2014-09-05

Message ID 1409927988-21717-1-git-send-email-afaerber@suse.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter

Message

Andreas Färber Sept. 5, 2014, 2:39 p.m. UTC
Hello Peter,

This is my (corrected) QOM CPU patch queue. Please pull.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>

Cc: Eduardo Habkost <ehabkost@redhat.com>

The following changes since commit fd884c07658d02a96a882b8457d6d7a5cd71a407:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-09-04 19:41:15 +0100)

are available in the git repository at:


  git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter

for you to fetch changes up to c00c94abbdb82c39c22b6dd72875aa1ae0f4b2c0:

  target-i386: Reject invalid CPU feature names on the command-line (2014-09-05 16:37:07 +0200)

----------------------------------------------------------------
QOM CPUState and X86CPU

* Include exception state in CPU VMState
* Fix -cpu *,migratable=foo
* Error out on unknown -cpu *,+foo,-bar

----------------------------------------------------------------
Eduardo Habkost (2):
      target-i386: Support migratable=no properly
      target-i386: Reject invalid CPU feature names on the command-line

Pavel Dovgaluk (1):
      exec: Save CPUState::exception_index field

 exec.c                | 35 +++++++++++++++++++++++++++++++++++
 target-i386/cpu-qom.h |  1 +
 target-i386/cpu.c     | 32 ++++++++++++++++++++------------
 3 files changed, 56 insertions(+), 12 deletions(-)

Comments

Peter Maydell Sept. 5, 2014, 4 p.m. UTC | #1
On 5 September 2014 15:39, Andreas Färber <afaerber@suse.de> wrote:
> Hello Peter,
>
> This is my (corrected) QOM CPU patch queue. Please pull.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
>
> Cc: Eduardo Habkost <ehabkost@redhat.com>
>
> The following changes since commit fd884c07658d02a96a882b8457d6d7a5cd71a407:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2014-09-04 19:41:15 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-peter
>
> for you to fetch changes up to c00c94abbdb82c39c22b6dd72875aa1ae0f4b2c0:
>
>   target-i386: Reject invalid CPU feature names on the command-line (2014-09-05 16:37:07 +0200)
>
> ----------------------------------------------------------------
> QOM CPUState and X86CPU
>
> * Include exception state in CPU VMState
> * Fix -cpu *,migratable=foo
> * Error out on unknown -cpu *,+foo,-bar
>
> ----------------------------------------------------------------
> Eduardo Habkost (2):
>       target-i386: Support migratable=no properly
>       target-i386: Reject invalid CPU feature names on the command-line
>
> Pavel Dovgaluk (1):
>       exec: Save CPUState::exception_index field
>
>  exec.c                | 35 +++++++++++++++++++++++++++++++++++
>  target-i386/cpu-qom.h |  1 +
>  target-i386/cpu.c     | 32 ++++++++++++++++++++------------
>  3 files changed, 56 insertions(+), 12 deletions(-)


Applied, thanks.

-- PMM