qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/1] target-i386: Move icc_bridge code to PC


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH v2 0/1] target-i386: Move icc_bridge code to PC
Date: Tue, 10 Mar 2015 18:57:34 -0300

This removes yet another chunk of PC-specific code from target-i386/cpu.c and
moves it to PC code.

WIth this we get closer to being able to change target-i386 to use
cpu_generic_init().

This series is based on my x86 tree, located at:
  https://github.com/ehabkost/qemu.git x86

Changes v1 -> v2:
 * Keep existing check for NULL icc_bridge and error reporting, instead
   of assing assert(icc_bridge)

Eduardo Habkost (1):
  target-i386: Remove icc_bridge parameter from cpu_x86_create()

 hw/i386/pc.c      | 13 +++++++++++--
 target-i386/cpu.c | 14 ++------------
 target-i386/cpu.h |  3 +--
 3 files changed, 14 insertions(+), 16 deletions(-)

-- 
2.1.0




reply via email to

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