index
:
~alon/qemu
async_and_s3.v3
async_and_s3.v4
async_and_s3.v5
async_and_s3.v6
async_and_s3.v7
async_monitor
bz747011-screendump-async.v3
bz_virtio_console_epipe
fb_async_fix.v2
features/qxl-monitors-config
kd
libcacard
libcacard-fedora
libcacard.1
libcacard_ccid.1
libcacard_ccid.2
libcacard_ccid.4
libcacard_fixes
locking.fixes.candidate.1
master
pull-libcacard-1
pull-libcacard-assert
pull-libcacard.afe
pull-libcacard.data
pull-libcacard.glusterfs
qemu-kvm.master.spice.v36.s3.v1
qemu.qxl_debug.for_gerd
qemu.s3.v1
qkm.spice.v28.ccid.v15
qxl-fixes
qxl/pull
s3.v3
s3.v4.async.api
s3.v4.async.api.v2
screendump-qapi
spice-vmc.resethandler.v1
spice.kvm.v11.spicevmc
spice.kvm.v11.spicevmc_and_ccid
spice.kvm.v14.spicevmc
spice.kvm.v14.spicevmc_and_ccid_and_chardev
spice.kvm.v14.usb_ccid
spice.kvm.v14.usb_ccid.spicevmc_chardev
spice.kvm.v14.usb_ccid.spicevmc_chardev.refactor_vdiport_interface
spice.kvm.v14.usb_ccid_original_patches
spice.kvm.v18
spice.kvm.v18.ccid.v8.1.based
spice.kvm.v18.usb-ccid.v2
spice.kvm.v18.usb-ccid.v3
spice.kvm.v18.usb-ccid.v4
spice.kvm.v18.usb-ccid.v5
spice.kvm.v18.usb-ccid.v6
spice.kvm.v18.usb-ccid.wip
spice.v18
spice.v36.s3.v1
spice.v36.s3.v2
spice.v36.s3.wip
spice_semi_seamless_migration_gerd_on_vacation
testpatch
to-q/qxl/fb_async_fix.v1
usb-ccid.kvm.v18
usb-ccid.old
usb-ccid.spice.kvm.v14
usb-ccid.v13
usb_ccid.v11
usb_ccid.v12
usb_ccid.v13
usb_ccid.v14
usb_ccid.v15
usb_ccid.v16
usb_ccid.v16.reordered
usb_ccid.v18
usb_ccid.v19
usb_ccid.v20
usb_ccid.v22
usb_ccid.v23
usb_ccid.v24
usb_ccid.v25
usb_ccid.v25.clean
usb_ccid.v7
usb_ccid.v7.wip
usb_ccid.v9
vdiport_refactor.v2
vdiport_refactor.v3.and_usb_ccid_fixes
wip-ccid-win
wip/qxl-client-monitors-config
wip/shared-memory
spice qemu with usb-ccid device
alon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
acpi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-13
qmp: add SUSPEND_DISK event
Luiz Capitulino
1
-0
/
+2
2012-06-19
Add PIIX4 properties to control PM system states.
Gleb Natapov
1
-1
/
+4
2012-02-24
suspend: make acpi timer wakeup the guest.
Gerd Hoffmann
1
-0
/
+8
2012-02-24
suspend: make rtc alarm wakeup the guest.
Gerd Hoffmann
1
-0
/
+7
2012-02-24
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
1
-11
/
+21
2012-02-24
acpi: add acpi_pm1_evt_write_en
Gerd Hoffmann
1
-0
/
+5
2012-02-24
acpi: don't pass overflow_time to acpi_pm1_evt_get_sts
Gerd Hoffmann
1
-3
/
+3
2012-02-24
acpi: add ACPIREGS
Gerd Hoffmann
1
-66
/
+64
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+3
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-1
/
+1
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-5
/
+5
2011-07-30
revamp acpitable parsing and allow to specify complete (headerful) table
Michael Tokarev
1
-126
/
+172
2011-04-12
fix acpi regression
Wen Congyang
1
-1
/
+1
2011-04-10
acpi, acpi_piix: factor out GPE logic
Isaku Yamahata
1
-0
/
+66
2011-04-09
acpi, acpi_piix, vt82c686: factor out PM1_CNT logic
Isaku Yamahata
1
-0
/
+49
2011-04-09
acpi, acpi_piix, vt82c686: factor out PM1a EVT logic
Isaku Yamahata
1
-0
/
+37
2011-04-09
acpi, acpi_piix, vt82c686: factor out PM_TMR logic
Isaku Yamahata
1
-0
/
+45
2010-10-09
acpi: Fix an infinite loop in acpi_table_add
Vincent Minet
1
-1
/
+1
2010-08-30
acpi: fix file size check with -acpitable.
Isaku Yamahata
1
-9
/
+19
2010-05-15
Trim unnecessary includes
Blue Swirl
1
-2
/
+0
2010-05-15
acpi: split acpi.c into the common part and the piix4 part.
Isaku Yamahata
1
-562
/
+0
2010-05-15
acpi: add acpi constants from linux header files and use them.
Isaku Yamahata
1
-31
/
+25
2010-05-15
acpi: split out apm register emulation from acpi.c
Isaku Yamahata
1
-43
/
+18
2010-05-15
acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c
Isaku Yamahata
1
-156
/
+8
2010-04-25
x86: remove dead assignments, spotted by clang analyzer
Blue Swirl
1
-3
/
+2
2010-04-01
Fix -enable-kvm
Anthony Liguori
1
-1
/
+2
2010-03-29
Compile acpi only once
Blue Swirl
1
-10
/
+15
2009-12-23
acpi: use range helper function.
Isaku Yamahata
1
-1
/
+1
2009-12-02
Fix qemu_free use in acpi.c
Jean-Christophe DUBOIS
1
-1
/
+1
2009-10-27
kill dead nic unplug code.
Gerd Hoffmann
1
-3
/
+0
2009-10-15
hotplug: safely iterate bus's sibling list while removing a device
Mark McLoughlin
1
-2
/
+2
2009-10-05
pci: windup acpi-based hotplug
Gerd Hoffmann
1
-20
/
+21
2009-10-05
vmstate: add version_id argument to post_load
Juan Quintela
1
-1
/
+1
2009-09-11
vmstate: rename run_after_load() -> post_load()
Juan Quintela
1
-2
/
+2
2009-09-11
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
1
-4
/
+5
2009-08-27
Port ACPI to VMState
Juan Quintela
1
-34
/
+21
2009-08-09
Use qemu_irq for system_powerdown
Blue Swirl
1
-12
/
+16
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-2
/
+1
2009-06-29
Revert "Introduce reset notifier order"
Jan Kiszka
1
-1
/
+1
2009-06-22
acpi.c: make qemu_system_device_hot_add piix independent.
Isaku Yamahata
1
-2
/
+18
2009-05-23
Add common BusState
Paul Brook
1
-1
/
+1
2009-05-22
Introduce reset notifier order
Jan Kiszka
1
-1
/
+1
2009-05-03
use PCI_HEADER_TYPE.
Isaku Yamahata
1
-1
/
+1
2009-05-01
Fix hw/acpi.c build w/ DEBUG enabled
Alex Williamson
1
-6
/
+6
2009-04-17
kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka)
aliguori
1
-6
/
+11
2009-02-27
Remove some warnings and fix windows build.
aliguori
1
-2
/
+2
2009-02-27
Allow additions of ACPI tables from command line (Gleb Natapov)
aliguori
1
-0
/
+169
2009-02-16
Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Nata...
aliguori
1
-4
/
+4
2009-02-16
Fix GPE registers read/write handling. (Gleb Natapov)
aliguori
1
-12
/
+31
[next]