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

« back to all changes in this revision

Viewing changes to net/vde.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:
31
31
#include "qemu-char.h"
32
32
#include "qemu-common.h"
33
33
#include "qemu-option.h"
34
 
#include "sysemu.h"
35
34
 
36
35
typedef struct VDEState {
37
36
    VLANClientState nc;