summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: remove dead codeThomas Monjalon2010-05-181-10/+0
* target-s390: add firmware codeAlexander Graf2010-05-181-0/+26
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-05-171-4/+4
|\
| * ide: Fix ide_dma_cancelKevin Wolf2010-05-171-4/+4
* | Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-05-173-8/+16
|\ \ | |/ |/|
| * virtio-net: return with value in void functionMichael S. Tsirkin2010-05-121-1/+1
| * virtio: invoke set_features on loadMichael S. Tsirkin2010-05-121-0/+2
| * pci: irq_state vmstate breakageMichael S. Tsirkin2010-05-121-2/+2
| * pci: cleanly backout of pci_qdev_init()Alex Williamson2010-05-121-5/+11
* | Update to a hopefully more future proof FSF addressBlue Swirl2010-05-152-4/+4
* | Trim unnecessary includesBlue Swirl2010-05-154-11/+0
* | mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata2010-05-151-8/+10
* | apm: remove #ifdef DEBUG.Isaku Yamahata2010-05-151-6/+8
* | acpi_piix4: remove #ifdef DEBUG.Isaku Yamahata2010-05-151-37/+18
* | pm_smbus: remove #ifdef DEBUG.Isaku Yamahata2010-05-151-9/+12
* | pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata2010-05-153-43/+48
* | pci hotplug: add argument to pci hot plug callback.Isaku Yamahata2010-05-153-8/+10
* | acpi_piix4: qdevfy.Isaku Yamahata2010-05-151-15/+46
* | rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata2010-05-159-26/+34
* | pc: move rtc declarations from pc.h into a dedicated header file.Isaku Yamahata2010-05-152-8/+11
* | pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata2010-05-154-326/+380
* | pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata2010-05-151-7/+12
* | pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata2010-05-151-38/+48
* | pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata2010-05-151-18/+23
* | pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata2010-05-151-28/+45
* | pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata2010-05-151-12/+19
* | pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata2010-05-152-1/+9
* | pc: introduce a function to allocate cpu irq.Isaku Yamahata2010-05-151-1/+6
* | pc: remove global variable rtc_state by using qemu_irq.Isaku Yamahata2010-05-151-9/+7
* | pc: remove a global variable, floppy_controller.Isaku Yamahata2010-05-151-3/+5
* | pc: make an unnecessary global variable, pit, local.Isaku Yamahata2010-05-151-1/+1
* | pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata2010-05-153-5/+22
* | pc: initialize ioapic before use.Isaku Yamahata2010-05-151-3/+3
* | acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata2010-05-152-562/+583
* | acpi: add acpi constants from linux header files and use them.Isaku Yamahata2010-05-152-31/+103
* | acpi: split out apm register emulation from acpi.cIsaku Yamahata2010-05-153-43/+125
* | acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata2010-05-153-156/+207
* | mc146818rtc: Register vmstate via qdevJan Kiszka2010-05-151-1/+2
* | fdc: Register vmstate via qdevJan Kiszka2010-05-151-5/+30
* | serial: Register vmstate via qdevJan Kiszka2010-05-151-1/+12
* | vmstate: Add support for alias IDJan Kiszka2010-05-153-2/+22
* | vmstate: Drop unused post_save handlerJan Kiszka2010-05-151-1/+0
* | sh: sm501: add 2D engine supportShin-ichiro KAWASAKI2010-05-151-3/+169
* | tmp105: update the register in post_load where it needs updating.Andrzej Zaborowski2010-05-151-7/+2
* | e1000: make some tables 'const'Blue Swirl2010-05-141-2/+2
* | ide: make a table 'const'Blue Swirl2010-05-141-1/+1
* | vga: make some tables 'const'Blue Swirl2010-05-141-5/+5
* | pckbd: don't use any static stateBlue Swirl2010-05-121-3/+1
* | apb: don't use any static stateBlue Swirl2010-05-121-4/+3
|/
* lsi: Handle removal of selected devicesJan Kiszka2010-05-101-22/+38
OpenPOWER on IntegriCloud