~ubuntu-branches/debian/jessie/qemu/jessie

« back to all changes in this revision

Viewing changes to hw/integratorcp.c

  • Committer: Package Import Robot
  • Author(s): Vagrant Cascadian
  • Date: 2011-10-03 12:29:18 UTC
  • mfrom: (1.2.13) (10.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20111003122918-zc4kv6epchrbgdta
Tags: 0.15.0+dfsg-1
* New upstream version.
* Install new qemu-system, qemu-user and qemu-user-static variants: 
  lm32, microblazeel, s390x, unicore32
* Patch from upstream to set QEMU_INCLUDES before QEMU_CFLAGS.
* Update debian/watch to check http://qemu.org/download.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Copyright (c) 2005-2007 CodeSourcery.
5
5
 * Written by Paul Brook
6
6
 *
7
 
 * This code is licenced under the GPL
 
7
 * This code is licensed under the GPL
8
8
 */
9
9
 
10
10
#include "sysbus.h"
11
11
#include "primecell.h"
12
12
#include "devices.h"
13
 
#include "sysemu.h"
14
13
#include "boards.h"
15
14
#include "arm-misc.h"
16
15
#include "net.h"