aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-05-24Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-3/+16
2010-05-24Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori1-44/+7
2010-05-24microblaze: Handle new elf mach nr for sysemu.Edgar E. Iglesias1-0/+5
2010-05-22lsi: Fix value overflow in request tag processingJan Kiszka1-2/+2
2010-05-22sparc32 protect read-only bits in DMA CSR registersArtyom Tarasenko1-4/+8
2010-05-22vmstate: fix breakage by 7e72abc382b700a72549e8147bdea413534eeedcTeLeMan1-1/+0
2010-05-22Fix %lld or %llx printf format useBlue Swirl2-2/+2
2010-05-22Compile dma only onceBlue Swirl8-14/+71
2010-05-22pckbd: improve debuggingBlue Swirl1-13/+15
2010-05-22Compile pckbd only onceBlue Swirl4-53/+73
2010-05-21axisdev88: Fix passing of kernel cmdline.Edgar E. Iglesias1-13/+18
2010-05-21arm_timer: fix oneshot modeRabin Vincent1-1/+1
2010-05-21arm_timer: reload timer when enabledRabin Vincent1-1/+1
2010-05-21pflash_cfi01: add device ID read commandMichael Walle1-0/+20
2010-05-21virtio-blk: fix barrier supportChristoph Hellwig1-2/+13
2010-05-21virtio-blk: Avoid zeroing every request structureStefan Hajnoczi1-1/+3
2010-05-20pc: fix segfault introduced by 3d53f5c36ff6Eduard - Gabriel Munteanu1-2/+2
2010-05-19Revert "monitor: Convert do_pci_device_hot_remove() to QObject"Markus Armbruster1-3/+2
2010-05-19Revert "PCI: Convert pci_device_hot_add() to QObject"Markus Armbruster1-41/+5
2010-05-18target-ppc: remove dead codeThomas Monjalon1-10/+0
2010-05-18target-s390: add firmware codeAlexander Graf1-0/+26
2010-05-17Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-4/+4
2010-05-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori3-8/+16
2010-05-17ide: Fix ide_dma_cancelKevin Wolf1-4/+4
2010-05-15Update to a hopefully more future proof FSF addressBlue Swirl2-4/+4
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 Yamahata4-326/+380
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 Yamahata2-562/+583
2010-05-15acpi: add acpi constants from linux header files and use them.Isaku Yamahata2-31/+103