summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-15Trim unnecessary includesBlue Swirl4-11/+0
2010-05-15mc146818rtc: remove #ifdef DEBUG_CMOS.Isaku Yamahata1-8/+10
2010-05-15apm: remove #ifdef DEBUG.Isaku Yamahata1-6/+8
2010-05-15acpi_piix4: remove #ifdef DEBUG.Isaku Yamahata1-37/+18
2010-05-15pm_smbus: remove #ifdef DEBUG.Isaku Yamahata1-9/+12
2010-05-15pci hotadd, acpi_piix4: remove global variablesIsaku Yamahata3-43/+48
2010-05-15pci hotplug: add argument to pci hot plug callback.Isaku Yamahata3-8/+10
2010-05-15acpi_piix4: qdevfy.Isaku Yamahata1-15/+46
2010-05-15rtc: make rtc_xxx accept/return ISADevice instead of RTCState.Isaku Yamahata9-26/+34
2010-05-15pc: move rtc declarations from pc.h into a dedicated header file.Isaku Yamahata2-8/+11
2010-05-15pc: split out piix specific part from pc.c into pc_piix.cIsaku Yamahata5-327/+381
2010-05-15pc: split out pci device init from pc_init1() into pc_pci_device_init()Isaku Yamahata1-7/+12
2010-05-15pc: split out basic device init from pc_init1() into pc_basic_device_init()Isaku Yamahata1-38/+48
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 Yamahata3-564/+585
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 Yamahata4-45/+127
2010-05-15acpi: split out piix4 smbus routines from acpi.c into pm_smbus.cIsaku Yamahata4-156/+209
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 Kiszka4-5/+39
2010-05-15vmstate: Drop unused post_save handlerJan Kiszka2-4/+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-14cpus: add one 'const'Blue Swirl1-1/+1
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-14Compile virtio-9p-debug and virtio-9p-local onceBlue Swirl2-1/+3
2010-05-14Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori12-30/+169
2010-05-14Update SeaBIOSAnthony Liguori2-0/+0
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-12target-sparc: Fix wrong printf argumentStefan Weil1-1/+1
2010-05-12Update OpenBIOS images to r771Blue Swirl4-3/+2
2010-05-11kvm: fix 80000001.EDX supported bit filteringGleb Natapov1-1/+1
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov5-0/+21
2010-05-11kvm: enable smp > 1Marcelo Tosatti5-5/+33
2010-05-11kvm: validate context for kvm cpu get/put operationsJan Kiszka1-0/+4
2010-05-11move stop/stopped CPU_COMMON fields after area zeroed by resetMarcelo Tosatti1-2/+2