~ubuntu-branches/ubuntu/vivid/qemu-linaro/vivid

« back to all changes in this revision

Viewing changes to hw/acpi.h

  • Committer: Ricardo Salveti de Araujo
  • Date: 2012-09-20 18:39:31 UTC
  • mfrom: (12922.1.2 qemu-linaro)
  • Revision ID: ricardo.salveti@linaro.org-20120920183931-sp3cg6kpdl8dmwo9
* New upstream release.
  - support emulated systems with more than 2G of memory. (LP: #1030588)
* Drop powerpc-missing-include.patch - merged upstream.
* Update debian/control:
  - drop perl build dependency.
  - add libfdt-dev build dependency.
* Update debian/qemu-keymaps.install file.
* Update debian/rules:
  - update QEMU_CPU for ARM architecture: armv4l -> armv7l.
  - update conf_audio_drv: default to PulseAudio since PA is the default on
    Ubuntu.
  - enable KVM on ARM architecture.
  - enable flat device tree support (--enable-fdt). (LP: #1030594)

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
 
140
140
/* PM1a_CNT: piix and ich9 don't implement PM1b CNT. */
141
141
void acpi_pm1_cnt_init(ACPIREGS *ar);
142
 
void acpi_pm1_cnt_write(ACPIREGS *ar, uint16_t val);
 
142
void acpi_pm1_cnt_write(ACPIREGS *ar, uint16_t val, char s4);
143
143
void acpi_pm1_cnt_update(ACPIREGS *ar,
144
144
                         bool sci_enable, bool sci_disable);
145
145
void acpi_pm1_cnt_reset(ACPIREGS *ar);