summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2013-01-25adb: QOM'ify Apple Desktop BusAndreas Färber3-3/+30
2013-01-25cuda: QOM'ify CUDAAndreas Färber5-91/+154
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber6-78/+195
2013-01-25mac_nvram: QOM'ify MacIO NVRAMAndreas Färber5-41/+102
2013-01-25mac_nvram: Mark as Big EndianAndreas Färber1-1/+1
2013-01-25mac_nvram: Clean up public APIAndreas Färber2-13/+12
2013-01-25macio: Split MacIO in twoAndreas Färber4-33/+82
2013-01-25macio: Delay qdev init until all fields are initializedAndreas Färber1-3/+8
2013-01-25macio: QOM'ify some moreAndreas Färber1-6/+19
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber12-41/+42
2013-01-25ide: Add fall through annotationsKevin Wolf1-8/+25