1. 0b8f9be Trim unnecessary includes by Blue Swirl · 15 years ago
  2. 93d89f6 acpi: split acpi.c into the common part and the piix4 part. by Isaku Yamahata · 15 years ago
  3. 990b150 acpi: add acpi constants from linux header files and use them. by Isaku Yamahata · 15 years ago
  4. 0476284 acpi: split out apm register emulation from acpi.c by Isaku Yamahata · 15 years ago
  5. fc0bdd9 acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c by Isaku Yamahata · 15 years ago
  6. 7f5b7d3 x86: remove dead assignments, spotted by clang analyzer by Blue Swirl · 15 years ago
  7. b33612d Fix -enable-kvm by Anthony Liguori · 15 years ago
  8. 53b67b3 Compile acpi only once by Blue Swirl · 15 years ago
  9. a40e341 acpi: use range helper function. by Isaku Yamahata · 15 years ago
  10. b2538b4 Fix qemu_free use in acpi.c by Jean-Christophe DUBOIS · 15 years ago
  11. 9ad4531 kill dead nic unplug code. by Gerd Hoffmann · 15 years ago
  12. 9844937 hotplug: safely iterate bus's sibling list while removing a device by Mark McLoughlin · 15 years ago
  13. 3f84865 pci: windup acpi-based hotplug by Gerd Hoffmann · 15 years ago
  14. e59fb37 vmstate: add version_id argument to post_load by Juan Quintela · 15 years ago
  15. 752ff2f vmstate: rename run_after_load() -> post_load() by Juan Quintela · 15 years ago
  16. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  17. 76dec49 Port ACPI to VMState by Juan Quintela · 15 years ago
  18. d9c3231 Use qemu_irq for system_powerdown by Blue Swirl · 15 years ago
  19. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  20. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 15 years ago
  21. 9d5e77a acpi.c: make qemu_system_device_hot_add piix independent. by Isaku Yamahata · 16 years ago
  22. 02e2da4 Add common BusState by Paul Brook · 16 years ago
  23. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  24. 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
  25. f654d9e Fix hw/acpi.c build w/ DEBUG enabled by Alex Williamson · 17 years ago
  26. 3c89216 kvm: Apply SMM-already-initialized workaround on reset (Jan Kiszka) by aliguori · 16 years ago
  27. 54042bc Remove some warnings and fix windows build. by aliguori · 16 years ago
  28. 8a92ea2 Allow additions of ACPI tables from command line (Gleb Natapov) by aliguori · 16 years ago
  29. 1f0711e Generate PCI hotplug interrupt only if corespondent EN bit is set. (Gleb Natapov) by aliguori · 16 years ago
  30. 6eb011b Fix GPE registers read/write handling. (Gleb Natapov) by aliguori · 16 years ago
  31. 6f338c3 qemu: PCI device, disk and host network hot-add / hot-remove (Marcelo Tosatti) by aliguori · 16 years ago
  32. ca2c72b qemu: pci hotplug GPE support (Marcelo Tosatti) by aliguori · 16 years ago
  33. 5e3cb53 qemu: initialize hot add system / acpi gpe (Marcelo Tosatti) by aliguori · 16 years ago
  34. 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
  35. deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
  36. 055479f Always return latest pmsts instead of the old one (Xiantao Zhang) by aliguori · 16 years ago
  37. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  38. 0bacd13 Handle suspend in qemu (Gleb Natapov) by aliguori · 16 years ago
  39. 7ba1e61 Add KVM support to QEMU by aliguori · 16 years ago
  40. 9669d3c x86: Fix powerdown for non-ACPI case by aurel32 · 16 years ago
  41. f99ed40 ACPI suspend type field is 3 bits long by aurel32 · 16 years ago
  42. 8225894 Revert "fix power management timer overflow handling" (Avi Kivity). by balrog · 16 years ago
  43. 7546c01 Ignore the wrapping of acpi timer counter again. by balrog · 17 years ago
  44. ce1f452 Fix sci irq set when acpi timer about to wrap (Dor Laor, Yaniv Kamay). by balrog · 17 years ago
  45. cf7a2fe SCI fixes by aurel32 · 17 years ago
  46. a78b03c Bump ACPI/SMBus PIIX4 controller revision to 3 (Marcelo Tosatti). by balrog · 17 years ago
  47. bee8d68 qemu_put signedness fixes, by Andre Przywara. by ths · 17 years ago
  48. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  49. bf367b5 Match values with the ones documented in the PIIX4 datasheet. by ths · 17 years ago
  50. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  51. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  52. 24bc1cb Implement ACPI specs 3.0, 4.7.2.5, by Michael Hanselmann. by ths · 17 years ago
  53. 7b71733 SMBus support for MIPS Malta. by ths · 18 years ago
  54. 0ff596d I2C/SMBus framework. by pbrook · 18 years ago
  55. e9a9a08 Remove unused variable. by pbrook · 18 years ago
  56. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  57. 3fffc22 PIIX4 SMBus host, EEPROM device emulation, by Ed Swierk. by ths · 18 years ago
  58. 47d02f6 SMI enable bit support by bellard · 18 years ago
  59. ab1e34a moved ACPI table init to BIOS - preliminary SMM support by bellard · 18 years ago
  60. 1ce549a more ACPI definition to keep Solaris Happy (Juergen Kiel) by bellard · 19 years ago
  61. 502a539 Rearrange PCI host emulation code. Add ARM PCI emulation. by pbrook · 19 years ago
  62. 73540ca alignment fix by bellard · 19 years ago
  63. 7ef4da1 typo by bellard · 19 years ago
  64. 6515b20 ACPI support by bellard · 19 years ago