index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vt82c686.c
Age
Commit message (
Expand
)
Author
2013-04-08
hw: move ISA bridges and devices to hw/isa/, configure with default-configs/
Paolo Bonzini
2013-04-08
hw: move headers to include/
Paolo Bonzini
2013-04-03
acpi: initialize s4_val used in s4 shutdown
Bruce Rogers
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
2013-03-01
vt82c686: vt82c686 is not a PCI host bridge
Paolo Bonzini
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
2012-12-10
Merge remote-tracking branch 'kraxel/acpi.1' into staging
Anthony Liguori
2012-12-04
hw/apm.c: Replace register_ioport_*
Julien Grall
2012-12-04
acpi: switch smbus to memory api
Gerd Hoffmann
2012-12-04
acpi: cleanup vt82c686 memory region
Gerd Hoffmann
2012-12-04
apci: switch evt to memory api
Gerd Hoffmann
2012-12-04
apci: switch cnt to memory api
Gerd Hoffmann
2012-12-04
apci: switch timer to memory api
Gerd Hoffmann
2012-12-04
apci: switch vt82c686 to memory api
Gerd Hoffmann
2012-06-19
Add PIIX4 properties to control PM system states.
Gleb Natapov
2012-02-24
suspend: switch acpi s3 to new infrastructure.
Gerd Hoffmann
2012-02-24
acpi: add acpi_pm1_evt_write_en
Gerd Hoffmann
2012-02-24
acpi: don't pass overflow_time to acpi_pm1_evt_get_sts
Gerd Hoffmann
2012-02-24
acpi: add ACPIREGS
Gerd Hoffmann
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
2011-12-20
fulong2e: give ISA bus to ISA methods
Hervé Poussineau
2011-09-25
isa: Pass i/o address space to isa_bus_new
Richard Henderson
2011-09-16
Remove blanks before \n in output strings
Stefan Weil
2011-06-12
hw/vt82c686.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-04-09
acpi, acpi_piix, vt82c686: factor out PM1_CNT logic
Isaku Yamahata
2011-04-09
acpi, acpi_piix, vt82c686: factor out PM1a EVT logic
Isaku Yamahata
2011-04-09
acpi, acpi_piix, vt82c686: factor out PM_TMR logic
Isaku Yamahata
2011-03-21
change all other clock references to use nanosecond resolution accessors
Paolo Bonzini
2010-07-12
pci/multi function bit: fix vt82c686.c.
Isaku Yamahata
2010-06-29
Initial support of vt82686b south bridge used by fulong mini pc
Huacai Chen