| Submitter | Andreas Färber |
|---|---|
| Date | April 10, 2012, 3:20 p.m. |
| Message ID | <1334071215-13132-1-git-send-email-afaerber@suse.de> |
| Download | mbox |
| Permalink | /patch/151660/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/afaerber/qemu-cpu.git qom-cpu-x86.v3Comments
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%) > >
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%)