mbox

[PULL] QOM CPUState for i386

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

Pull-request

git://github.com/afaerber/qemu-cpu.git qom-cpu-x86.v3

Message

Andreas Färber April 10, 2012, 3:20 p.m. UTC
Hello Anthony or Blue,

Please pull the x86 QOM CPU conversion.

Cc: Anthony Liguori <anthony@codemonkey.ws>
Cc: Blue Swirl <blauwirbel@gmail.com>

The following changes since commit 4e1957acc854b2f3f3068c75cef2a429f9b97011:

  Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging (2012-04-10 08:21:58 -0500)

are available in the git repository at:

  git://github.com/afaerber/qemu-cpu.git qom-cpu-x86.v3

Andreas Färber (4):
      target-i386: Rename cpuid.c
      target-i386: QOM'ify CPU
      target-i386: QOM'ify CPU init
      target-i386: QOM'ify CPU reset

 Makefile.target                |    2 +-
 target-i386/cpu-qom.h          |   75 ++++++++++++++++++++++
 target-i386/{cpuid.c => cpu.c} |  134 ++++++++++++++++++++++++++++++++++++++++
 target-i386/cpu.h              |    3 +-
 target-i386/helper.c           |  100 ++----------------------------
 5 files changed, 217 insertions(+), 97 deletions(-)
 create mode 100644 target-i386/cpu-qom.h
 rename target-i386/{cpuid.c => cpu.c} (92%)

Comments

Anthony Liguori April 11, 2012, 4:51 p.m. UTC | #1
On 04/10/2012 10:20 AM, Andreas Färber wrote:
> Hello Anthony or Blue,
>
> Please pull the x86 QOM CPU conversion.
>
> Cc: Anthony Liguori<anthony@codemonkey.ws>
> Cc: Blue Swirl<blauwirbel@gmail.com>
>
> The following changes since commit 4e1957acc854b2f3f3068c75cef2a429f9b97011:
>
>    Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging (2012-04-10 08:21:58 -0500)

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> are available in the git repository at:
>
>    git://github.com/afaerber/qemu-cpu.git qom-cpu-x86.v3
>
> Andreas Färber (4):
>        target-i386: Rename cpuid.c
>        target-i386: QOM'ify CPU
>        target-i386: QOM'ify CPU init
>        target-i386: QOM'ify CPU reset
>
>   Makefile.target                |    2 +-
>   target-i386/cpu-qom.h          |   75 ++++++++++++++++++++++
>   target-i386/{cpuid.c =>  cpu.c} |  134 ++++++++++++++++++++++++++++++++++++++++
>   target-i386/cpu.h              |    3 +-
>   target-i386/helper.c           |  100 ++----------------------------
>   5 files changed, 217 insertions(+), 97 deletions(-)
>   create mode 100644 target-i386/cpu-qom.h
>   rename target-i386/{cpuid.c =>  cpu.c} (92%)
>
>