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

« back to all changes in this revision

Viewing changes to hw/fw_cfg.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:
316
316
    return 1;
317
317
}
318
318
 
319
 
static void fw_cfg_machine_ready(struct Notifier* n)
 
319
static void fw_cfg_machine_ready(struct Notifier *n, void *data)
320
320
{
321
321
    uint32_t len;
322
322
    FWCfgState *s = container_of(n, FWCfgState, machine_ready);