summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-02-01ide/mmio: QOM'ify MMIO IDE for R2DAndreas Färber3-25/+82
2013-01-30Merge remote-tracking branch 'pmaydell/arm-devs.next' into stagingAnthony Liguori2-1/+2
2013-01-30Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori8-33/+23
2013-01-30Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori3-31/+56
2013-01-30hw/vexpress: Use correct HBI (board model number) for vexpress-a15Peter Maydell1-1/+1
2013-01-30hw/arm_sysctl: Clear sysctl cfgctrl start bitChristoffer Dall1-0/+1
2013-01-30hw/9pfs: Fix unchecked strdup() by converting to g_strdup()Markus Armbruster2-5/+5
2013-01-30g_strdup(NULL) returns NULL; simplifyMarkus Armbruster2-8/+2
2013-01-30g_malloc(0) and g_malloc0(0) return NULL; simplifyMarkus Armbruster2-10/+3
2013-01-30prep: Move PReP machine to hw/ppc/Andreas Färber2-15/+16
2013-01-30xilinx_axidma: Fix debug mode compile messagesPeter Crosthwaite1-1/+1
2013-01-30cadence_gem: Debug mode compile fixesPeter Crosthwaite1-7/+10
2013-01-30cadence_ttc: Debug mode compile fixesPeter Crosthwaite1-2/+2
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