qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL] QOM CPUState for i386


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PULL] QOM CPUState for i386
Date: Wed, 11 Apr 2012 11:51:10 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0

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<address@hidden>
Cc: Blue Swirl<address@hidden>

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%)






reply via email to

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