summaryrefslogtreecommitdiff
path: root/hw/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '8204a9180c5f456d30cbd29fddf734e97f7c74fa' into upstream-mergeAvi Kivity2009-12-071-1/+1
|\
| * Fix qemu_free use in acpi.cJean-Christophe DUBOIS2009-12-021-1/+1
* | Merge commit '9ad4531e1e00b996ba55de04d6ecfb4d02a9fd7c' into upstream-mergeMark McLoughlin2009-10-281-3/+0
|\|
| * kill dead nic unplug code.Gerd Hoffmann2009-10-271-3/+0
* | Merge commit 'dea7b3b95a0e6b88e0647e7afc8b6a7b5675fbb1' into upstream-mergeMark McLoughlin2009-10-151-2/+2
|\|
| * hotplug: safely iterate bus's sibling list while removing a deviceMark McLoughlin2009-10-151-2/+2
* | Merge commit '3f84865ade594a2ec1ef613ab5fd11949f3d49de' into upstream-mergeAvi Kivity2009-10-061-20/+21
|\|
| * pci: windup acpi-based hotplugGerd Hoffmann2009-10-051-20/+21
* | Merge commit 'e5cc6429dee00f3170bb6a18600d6d29b854b7d9' into upstream-mergeAvi Kivity2009-10-051-1/+1
|\|
| * vmstate: add version_id argument to post_loadJuan Quintela2009-10-051-1/+1
* | acpi: enable/disable_processor() are used only for TARGET_I386Juan Quintela2009-09-211-1/+1
* | Merge commit '752ff2fa3188f8bd9a105024ab65f6fe53736126' into upstream-mergeMarcelo Tosatti2009-09-141-6/+7
|\|
| * vmstate: rename run_after_load() -> post_load()Juan Quintela2009-09-111-2/+2
| * Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-4/+5
* | Merge commit '9ef91a677110ec200d7b2904fc4bcae5a77329ad' into upstream-mergeAvi Kivity2009-08-301-34/+21
|\|
| * Port ACPI to VMStateJuan Quintela2009-08-271-34/+21
* | Merge commit 'upstream/master'Avi Kivity2009-08-091-12/+16
|\|
| * Use qemu_irq for system_powerdownBlue Swirl2009-08-091-12/+16
* | Merge commit '0ba99fc6a188988f11361cb41eba7c1afce346d4' into upstream-mergeAvi Kivity2009-07-281-2/+1
|\|
| * Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* | replace qemu_kvm_cpu_envGlauber Costa2009-07-201-23/+1
* | replace USE_KVM with CONFIG_KVMGlauber Costa2009-07-141-2/+2
* | Merge commit '3a31f36a07d8d6bf49a7da24c5570153de0fd79e' into upstream-mergeAvi Kivity2009-06-301-1/+2
|\|
* | Merge commit 'a08d43677f87a19daa653774d3c6f71855e23178' into upstream-mergeAvi Kivity2009-06-301-1/+1
|\|
| * Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* | Merge commit '9d5e77a22f1b8b502a11aa6288334c2787d8dbc8' into upstream-mergeAvi Kivity2009-06-251-2/+18
|\|
| * acpi.c: make qemu_system_device_hot_add piix independent.Isaku Yamahata2009-06-221-2/+18
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-251-2/+2
|\|
| * Add common BusStatePaul Brook2009-05-231-1/+1
| * Introduce reset notifier orderJan Kiszka2009-05-221-1/+1
* | Merge branch 'master' of git://git.sv.gnu.org/qemuAvi Kivity2009-05-061-1/+1
|\|
| * use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
| * Fix hw/acpi.c build w/ DEBUG enabledAlex Williamson2009-05-011-6/+6
* | Merge branch 'master' of git://git.sv.gnu.org/qemu into masterAvi Kivity2009-04-231-6/+11
|\|
| * kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)aliguori2009-04-171-6/+11
* | Merge branch 'qemu-cvs'Avi Kivity2009-03-081-0/+169
|\|
| * Remove some warnings and fix windows build.aliguori2009-02-271-2/+2
| * Allow additions of ACPI tables from command line (Gleb Natapov)aliguori2009-02-271-0/+169
* | Merge branch 'qemu-cvs'Avi Kivity2009-02-161-3/+5
|\|
| * Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...aliguori2009-02-161-4/+4
| * Fix GPE registers read/write handling. (Gleb Natapov)aliguori2009-02-161-12/+31
| * qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti)aliguori2009-02-111-0/+4
| * qemu: pci hotplug GPE support (Marcelo Tosatti)aliguori2009-02-111-0/+94
| * qemu: initialize hot add system / acpi gpe (Marcelo Tosatti)aliguori2009-02-111-0/+68
* | PCI hotplug SCI fixGleb Natapov2009-02-111-4/+5
* | Use reserved STS bits from PIIX4 chipset to avoid clash in the futureGleb Natapov2009-02-111-3/+3
* | Fix CPU hotplugGleb Natapov2009-02-111-22/+19
* | Fix ACPI GPE registers read/write handling.Gleb Natapov2009-02-111-12/+31
* | Don't call kvm_init_vcpu() twiceGleb Natapov2009-02-091-3/+0
* | Merge branch 'qemu-cvs'Avi Kivity2009-02-021-6/+3
|\|