aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-05-15pc: split out vga initialization from pc_init1() into pc_vga_init().Isaku Yamahata1-18/+23
2010-05-15pc: split out memory allocation from pc_init1() into pc_memory_init()Isaku Yamahata1-28/+45
2010-05-15pc: split out cpu initialization from pc_init1() into pc_cpus_init().Isaku Yamahata1-12/+19
2010-05-15pc: make pc_init1() not refer ferr_irq directly.Isaku Yamahata2-1/+9
2010-05-15pc: introduce a function to allocate cpu irq.Isaku Yamahata1-1/+6
2010-05-15pc: remove global variable rtc_state by using qemu_irq.Isaku Yamahata1-9/+7
2010-05-15pc: remove a global variable, floppy_controller.Isaku Yamahata1-3/+5
2010-05-15pc: make an unnecessary global variable, pit, local.Isaku Yamahata1-1/+1
2010-05-15pc, i440fx: Make smm enable/disable function i440fx independent.Isaku Yamahata3-5/+22
2010-05-15pc: initialize ioapic before use.Isaku Yamahata1-3/+3
2010-05-15acpi: split acpi.c into the common part and the piix4 part.Isaku Yamahata2-562/+583
2010-05-15acpi: add acpi constants from linux header files and use them.Isaku Yamahata2-31/+103
2010-05-15acpi: split out apm register emulation from acpi.cIsaku Yamahata3-43/+125
2010-05-15acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata3-156/+207
2010-05-15mc146818rtc: Register vmstate via qdevJan Kiszka1-1/+2
2010-05-15fdc: Register vmstate via qdevJan Kiszka1-5/+30
2010-05-15serial: Register vmstate via qdevJan Kiszka1-1/+12
2010-05-15vmstate: Add support for alias IDJan Kiszka3-2/+22
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka1-1/+0
2010-05-15sh: sm501: add 2D engine supportShin-ichiro KAWASAKI1-3/+169
2010-05-15tmp105: update the register in post_load where it needs updating.Andrzej Zaborowski1-7/+2
2010-05-14e1000: make some tables 'const'Blue Swirl1-2/+2
2010-05-14ide: make a table 'const'Blue Swirl1-1/+1
2010-05-14vga: make some tables 'const'Blue Swirl1-5/+5
2010-05-12pckbd: don't use any static stateBlue Swirl1-3/+1
2010-05-12apb: don't use any static stateBlue Swirl1-4/+3
2010-05-10lsi: Handle removal of selected devicesJan Kiszka1-22/+38
2010-05-10lsi: Adjust some register reset valuesJan Kiszka1-3/+5
2010-05-10lsi: Purge message queue on resetJan Kiszka1-0/+2
2010-05-10scsi-disk: Clear aiocb on read completionJan Kiszka1-0/+2
2010-05-10SCSI: Add disk reset handlerJan Kiszka1-8/+27
2010-05-10iov: Move from hw/ to topdirAmit Shah2-89/+0
2010-05-03hw: better i440 emulationBernhard M. Wiedemann3-3/+8
2010-05-03virtio-9p: Add P9_TFLUSH supportAnthony Liguori1-33/+2
2010-05-03virtio-9p: Add P9_TREMOVE support.Anthony Liguori3-2/+55
2010-05-03virtio-9p: Add P9_TWSTAT supportAnthony Liguori3-2/+326
2010-05-03virtio-9p: Add P9_TCREATE supportAnthony Liguori3-2/+357
2010-05-03virtio-9p: Add P9_TWRITE supportAnthony Liguori3-2/+118
2010-05-03virtio-9p: Add P9_TCLUNK supportAnthony Liguori1-2/+14
2010-05-03virtio-9p: Add P9_TREAD supportAnthony Liguori3-2/+275
2010-05-03virtio-9p: Add P9_TOPEN support.Anthony Liguori3-5/+162
2010-05-03virtio-9p: Add P9_TWALK supportAnthony Liguori1-2/+171
2010-05-03virtio-9p: Add P9_TSTAT supportAnthony Liguori1-2/+53
2010-05-03virtio-9p: Add P9_TATTACH support.Anthony Liguori1-2/+31
2010-05-03virtio-9p: Add P9_TVERSION supportAnthony Liguori1-2/+13
2010-05-03virtio-9p: Add sg helper functionsAnthony Liguori1-0/+53
2010-05-03virtio-9p: Add stat and mode related helper functions.Anthony Liguori1-0/+186
2010-05-03virtio-9p: Add fid and qid management support.Anthony Liguori1-0/+123
2010-05-03virtio-9p: Add minimal set of FileOperationsAnthony Liguori3-2/+124
2010-05-03virtio-9p: Add string manipulation support.Anthony Liguori1-0/+127