aliguori 610626af30 From 67e94ae77f8de4d5d822917f1723cefa7ebfb64d Mon Sep 17 00:00:00 2001
From: Xiantao Zhang <xiantao.zhang@intel.com>
Date: Tue, 3 Mar 2009 13:33:13 +0800
Subject: [PATCH] Split ioapic logic from the current apic.

Add a new ioapic.c to hold ioapic's logic, and also
make it work for ia64.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
---
 Makefile.target |    2 +-
 hw/apic.c       |  237 +++----------------------------------------------
 hw/ioapic.c     |  263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 hw/pc.h         |    5 +-
 4 files changed, 281 insertions(+), 226 deletions(-)
 create mode 100644 hw/ioapic.c


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6827 c046a42c-6fe2-441c-8c8c-71466251a162
2009-03-12 20:25:12 +00:00
2009-03-07 18:59:05 +00:00
2009-02-09 23:19:44 +00:00
2009-03-10 19:37:28 +00:00
2009-01-14 19:40:27 +00:00
2009-01-22 17:15:25 +00:00
2009-03-07 21:48:00 +00:00
2009-01-05 18:11:53 +00:00
2009-03-11 20:05:37 +00:00
2009-03-07 15:46:23 +00:00
2009-03-10 21:43:35 +00:00
2009-03-10 21:43:35 +00:00
2009-01-14 18:39:49 +00:00
2009-03-09 17:36:50 +00:00
2009-03-05 23:01:23 +00:00
2009-02-05 21:23:54 +00:00
2009-02-09 19:58:22 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2009-02-05 21:23:58 +00:00
2009-03-08 12:41:36 +00:00
2009-02-08 17:17:52 +00:00
2009-03-08 12:41:36 +00:00
2009-01-05 18:11:53 +00:00
2009-03-05 23:01:23 +00:00
2009-03-07 21:28:14 +00:00
2009-03-11 20:05:20 +00:00
2009-01-24 18:19:25 +00:00
2009-01-14 18:39:49 +00:00
2009-02-11 21:00:32 +00:00
2009-01-14 18:34:22 +00:00
2009-03-05 23:01:23 +00:00
2008-12-14 08:53:17 +00:00
2009-03-05 23:01:23 +00:00
2009-03-05 23:01:23 +00:00
2009-03-10 21:43:35 +00:00
2009-03-06 23:44:29 +00:00
2009-03-06 23:44:29 +00:00
2009-03-06 23:44:29 +00:00
2009-03-06 23:44:29 +00:00

Read the documentation in qemu-doc.html.

Fabrice Bellard.
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%