aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-12-24qdev: Drop misleading qbus_free() functionStefan Hajnoczi2-7/+2
2013-12-24hw: cannot_instantiate_with_device_add_yet due to pointer propsMarkus Armbruster10-0/+26
2013-12-23virtio: add back call to virtio_bus_device_unpluggedPaolo Bonzini1-0/+2
2013-12-23piix: fix 32bit pci holeGerd Hoffmann2-9/+3
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan2-14/+11
2013-12-23exynos4210: Use macro ARRAY_SIZE where possibleStefan Weil2-6/+3
2013-12-23misc: Use macro ARRAY_SIZE where possibleStefan Weil1-2/+2
2013-12-23hw/arm/highbank: Simplify code (memory region in device state)Stefan Weil1-4/+3
2013-12-23qdev: switch reset to post-orderPaolo Bonzini3-22/+20
2013-12-23qdev: allow both pre- and post-order vists in qdev walking functionsPaolo Bonzini1-12/+33
2013-12-23pci: clean up resetting of IRQsPaolo Bonzini1-3/+4
2013-12-23pci: do not export pci_bus_resetPaolo Bonzini2-7/+3
2013-12-23ACPI/DSDT-CPU: cleanup bogus commentIgor Mammedov1-1/+0
2013-12-23ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handlerIgor Mammedov1-2/+2
2013-12-23acpi: ich9: allow guest to clear SCI rised by GPEIgor Mammedov1-0/+1
2013-12-23acpi: factor out common pm_update_sci() into acpi coreIgor Mammedov3-43/+24
2013-12-23acpi: piix4: remove not needed GPE0 maskIgor Mammedov1-2/+1
2013-12-23hw/i386/pc_sysfw: support two flash drivesLaszlo Ersek1-19/+86
2013-12-23pc_piix: document gigabyte_alignMichael S. Tsirkin1-0/+11
2013-12-23piix: gigabyte alignment for ramGerd Hoffmann1-2/+5
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster10-10/+29
2013-12-23vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2-2/+5
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster4-7/+20
2013-12-23ich9: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster2-3/+10
2013-12-23pci-host: Consistently set cannot_instantiate_with_device_add_yetMarkus Armbruster13-4/+89
2013-12-23apic: Document why cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+5
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster28-33/+7
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster45-53/+53
2013-12-22scsi-disk: add UNMAP limits to block limits VPD pagePaolo Bonzini1-0/+20
2013-12-20dataplane: replace hostmem with memory_region_findPaolo Bonzini3-192/+71
2013-12-20dataplane: change vring API to use VirtQueueElementPaolo Bonzini2-72/+69
2013-12-20vring: factor common code for error exitsPaolo Bonzini2-13/+22
2013-12-20vring: create a common function to parse descriptorsPaolo Bonzini1-62/+51
2013-12-20spapr: limit numa memory regions by ram sizePaul Mackerras1-4/+16
2013-12-20spapr: make sure RMA is in first mode of first memory nodeAlexey Kardashevskiy1-6/+11
2013-12-20device_tree: s/qemu_devtree/qemu_fdt globallyPeter Crosthwaite10-213/+214
2013-12-20roms: Flush icache when writing roms to guest memoryAlexander Graf1-0/+7
2013-12-20spapr: tie spapr-nvram to -pflashPaolo Bonzini1-11/+3
2013-12-20PPC: Use default pci bus name for grackle and heathrowAlexander Graf2-3/+3
2013-12-20spapr-rtas: add ibm, (get|set)-system-parameterAlexey Kardashevskiy1-0/+47
2013-12-20spapr-rtas: replace return code constants with macrosAlexey Kardashevskiy6-67/+67
2013-12-17hw/arm: add cubieboard supportliguang2-1/+70
2013-12-17hw/arm: add allwinner a10 SoC supportliguang2-0/+104
2013-12-17hw/intc: add allwinner A10 interrupt controllerliguang2-0/+201
2013-12-17hw/timer: add allwinner a10 timerliguang2-0/+256
2013-12-17hw/arm/digic: add NOR ROM supportAntony Pavlov1-0/+78
2013-12-17hw/arm/digic: add UART supportAntony Pavlov3-0/+212
2013-12-17hw/arm/digic: add timer supportAntony Pavlov3-0/+192
2013-12-17hw/arm/digic: prepare DIGIC-based boards supportAntony Pavlov2-0/+85
2013-12-17hw/arm: add very initial support for Canon DIGIC SoCAntony Pavlov2-0/+72