summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-01-30virtio-net: remove layout assumptions for ctrl vqMichael S. Tsirkin1-54/+75
2013-01-30virtio-net: revert mac on resetMichael S. Tsirkin1-0/+1
2013-01-30e1000: document ICS read behaviourMichael S. Tsirkin1-0/+10
2013-01-29s390: Drop set_bit usage in virtio_ccw.Cornelia Huck1-2/+2
2013-01-29s390: css error codes.Cornelia Huck2-5/+5
2013-01-29s390: Use s390_cpu_physical_memory_map for tpi.Cornelia Huck1-1/+1
2013-01-29s390: Add s390-ccw-virtio machine.Cornelia Huck3-0/+136
2013-01-29s390-virtio: Check for NULL device in reset hypercallAndreas Färber1-0/+3
2013-01-29s390: Move hw files to hw/s390xAlexander Graf6-18/+16
2013-01-29virtio-s390: add a reset function to virtio-s390 devicesPaolo Bonzini1-0/+8
2013-01-29s390: Make typeinfo constAlexander Graf1-1/+1
2013-01-29s390: Add new channel I/O based virtio transport.Cornelia Huck3-0/+1059
2013-01-29s390-virtio: Factor out some initialization code.Cornelia Huck2-51/+72
2013-01-29s390: Virtual channel subsystem support.Cornelia Huck3-0/+1377
2013-01-29s390: Add default support for SCLP consoleAlexander Graf1-0/+1
2013-01-28Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori7-13/+60
2013-01-28Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-29/+136
2013-01-28Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori1-25/+150
2013-01-27prep_pci: Convert to QOM realizefnAndreas Färber1-4/+4
2013-01-27prep_pci: Create PCIBus and PCIDevice in-placeAndreas Färber1-13/+37
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost1-2/+10
2013-01-27pc: Set fw_cfg data based on APIC ID calculationEduardo Habkost1-5/+35
2013-01-27fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()Eduardo Habkost6-2/+7
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost1-9/+13
2013-01-27xilinx_ethlite: Avoid build warnings in debug codeEdgar E. Iglesias1-4/+6
2013-01-27m25p80.c: Return state to IDLE after COLLECTINGPeter Crosthwaite1-0/+2
2013-01-27xilinx_ethlite: Flush queued packets on SW servicePeter Crosthwaite1-2/+5
2013-01-27xilinx_ethlite: fix eth_can_rx() for ping-pongPeter Crosthwaite1-3/+3
2013-01-26Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl25-577/+1225
2013-01-26vmware_vga: fix out of bounds and invalid rects updatingMichael Tokarev1-0/+18
2013-01-26hw/arm_boot: Align device tree to 4KB boundary, not pagePeter Maydell1-3/+6
2013-01-26fw_cfg: Drop a few superfluous initializersMarkus Armbruster1-3/+3
2013-01-26fw_cfg: Splash image loader can overrun a stack variable, fixMarkus Armbruster1-3/+4
2013-01-26hw/pxa2xx_timer: Explicitly mark fallthroughsPeter Maydell1-0/+47
2013-01-26hw/smc91c111: Add explicit 'return' rather than relying on fallthroughPeter Maydell1-0/+1
2013-01-26hw/pflash_cfi02.c: Mark deliberate fallthroughPeter Maydell1-0/+1
2013-01-26hw/omap_dma, hw/omap_spi: Explicitly mark fallthroughsPeter Maydell2-0/+36
2013-01-26hw/omap1.c: Add fallthrough markers and breaksPeter Maydell1-0/+3
2013-01-26hw/arm_sysctl.c: Add missing 'break' statementsPeter Maydell1-0/+2
2013-01-26build: remove extra-obj-yPaolo Bonzini2-3/+1
2013-01-26build: remove universal-obj-yPaolo Bonzini1-3/+5
2013-01-25PPC: e500: Select MPIC v4.2 on ppce500 platformScott Wood4-3/+9
2013-01-25PPC: e500: fix mpic_iack addressScott Wood1-1/+1
2013-01-25openpic: add basic support for MPIC v4.2Scott Wood2-112/+227
2013-01-25openpic: fix timer address decodingScott Wood1-3/+7
2013-01-25openpic: fix remaining issues from idr-to-destmask conversionScott Wood1-6/+7
2013-01-25pseries: Adjust default VIO address allocations to play better with libvirtDavid Gibson1-1/+1
2013-01-25pseries: Improve handling of multiple PCI host bridgesDavid Gibson3-43/+94
2013-01-25cuda: Move ADB bus into CUDA stateAndreas Färber5-10/+15
2013-01-25adb: QOM'ify ADB devicesAndreas Färber4-78/+209