aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-05-15Update to a hopefully more future proof FSF addressBlue Swirl
2010-05-15Trim unnecessary includesBlue Swirl
2010-05-15mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata
2010-05-15apm: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15acpi_piix4: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15pm_smbus: remove #ifdef DEBUG.Isaku Yamahata
2010-05-15pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata
2010-05-15acpi_piix4: qdevfy.Isaku Yamahata
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata
2010-05-15pc: move rtc declarations from pc.h into a dedicated header file.Isaku Yamahata
2010-05-15pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata
2010-05-15pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata
2010-05-15pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata
2010-05-15pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata
2010-05-15pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata
2010-05-15pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata
2010-05-15pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata
2010-05-15pc: introduce a function to allocate cpu irq.Isaku Yamahata
2010-05-15pc: remove global variable rtc_state by using qemu_irq.Isaku Yamahata
2010-05-15pc: remove a global variable, floppy_controller.Isaku Yamahata
2010-05-15pc: make an unnecessary global variable, pit, local.Isaku Yamahata
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata
2010-05-15pc: initialize ioapic before use.Isaku Yamahata
2010-05-15acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata
2010-05-15acpi: add acpi constants from linux header files and use them.Isaku Yamahata
2010-05-15acpi: split out apm register emulation from acpi.cIsaku Yamahata
2010-05-15acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata
2010-05-15mc146818rtc: Register vmstate via qdevJan Kiszka
2010-05-15fdc: Register vmstate via qdevJan Kiszka
2010-05-15serial: Register vmstate via qdevJan Kiszka
2010-05-15vmstate: Add support for alias IDJan Kiszka
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka
2010-05-15sh: sm501: add 2D engine supportShin-ichiro KAWASAKI
2010-05-15tmp105: update the register in post_load where it needs updating.Andrzej Zaborowski
2010-05-14e1000: make some tables 'const'Blue Swirl
2010-05-14ide: make a table 'const'Blue Swirl
2010-05-14vga: make some tables 'const'Blue Swirl
2010-05-12pckbd: don't use any static stateBlue Swirl
2010-05-12apb: don't use any static stateBlue Swirl
2010-05-10lsi: Handle removal of selected devicesJan Kiszka
2010-05-10lsi: Adjust some register reset valuesJan Kiszka
2010-05-10lsi: Purge message queue on resetJan Kiszka
2010-05-10scsi-disk: Clear aiocb on read completionJan Kiszka
2010-05-10SCSI: Add disk reset handlerJan Kiszka
2010-05-10iov: Move from hw/ to topdirAmit Shah
2010-05-03hw: better i440 emulationBernhard M. Wiedemann
2010-05-03virtio-9p: Add P9_TFLUSH supportAnthony Liguori
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori