aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-09-22hw/ptimer: Actually stop the timer in case of errorDmitry Osipenko1-0/+1
2016-09-22aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater1-5/+13
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater3-10/+17
2016-09-22aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater1-8/+9
2016-09-22aspeed: calculate the RAM size bits at realize timeCédric Le Goater1-2/+14
2016-09-22palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater1-1/+0
2016-09-22arm: add support for an ast2500 evaluation boardCédric Le Goater1-0/+37
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater3-1/+47
2016-09-22hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater1-1/+14
2016-09-22palmetto-bmc: add board specific configurationCédric Le Goater1-4/+18
2016-09-22palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater1-18/+36
2016-09-22palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater2-1/+1
2016-09-22aspeed-soc: provide a framework to add new SoCsCédric Le Goater2-12/+38
2016-09-22ast2400: replace ast2400 with aspeed_socCédric Le Goater2-50/+49
2016-09-22ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater3-3/+3
2016-09-19kvm/apic: drop debuggingMichael S. Tsirkin1-1/+0
2016-09-19Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell4-57/+58
2016-09-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160919' into stagingPeter Maydell3-1/+39
2016-09-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-23/+57
2016-09-199pfs: fix potential segfault during walkGreg Kurz1-2/+3
2016-09-19virtio-ccw: set revision 2 as maximal revision numberPierre Morel1-1/+1
2016-09-19virtio-ccw: respond to READ_STATUS commandPierre Morel2-0/+21
2016-09-19s390x/kvm: disable cpu model for the 2.7 machineChristian Borntraeger1-0/+17
2016-09-169pfs: introduce v9fs_path_sprintf() helperGreg Kurz4-13/+21
2016-09-169pfs: drop useless v9fs_string_null() functionGreg Kurz1-4/+4
2016-09-169pfs: drop duplicate line in proxy backendGreg Kurz1-1/+0
2016-09-169pfs: drop unused fmt strings in the proxy backendGreg Kurz1-37/+30
2016-09-15Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20160915.0' in...Peter Maydell1-1/+3
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-43/+63
2016-09-15vfio/pci: Fix regression in MSI routing configurationDavid Gibson1-1/+3
2016-09-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell8-15/+7
2016-09-15virtio-bus: Plug devices after features are negotiatedMaxime Coquelin4-23/+57
2016-09-15Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160914-1' into s...Peter Maydell3-9/+204
2016-09-15pcspk: adding vmstate for save/restorePavel Dovgalyuk1-2/+15
2016-09-15kvmvapic: fix state change handlerPavel Dovgalyuk1-0/+1
2016-09-15pc: apic: introduce APIC macroWanpeng Li1-11/+15
2016-09-15mptsas: change .realize function nameCao jin1-2/+2
2016-09-15fw_cfg: remove useless castsLaurent Vivier1-2/+2
2016-09-15tricore: remove useless castLaurent Vivier1-1/+1
2016-09-15s390x: remove useless castLaurent Vivier1-1/+1
2016-09-15Remove unused function declarationsLadi Prosek2-7/+0
2016-09-15ivshmem: Delete duplicate debug messageStefano Dong (董兴水)1-1/+0
2016-09-15sh4: fix broken link to documentationReda Sallahi1-1/+1
2016-09-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell34-152/+351
2016-09-14pc: apic: fix touch LAPIC when irqchip is splitWanpeng Li1-8/+10
2016-09-14scsi: pvscsi: limit process IO loop to ring sizePrasad J Pandit1-1/+4
2016-09-14scsi: mptsas: use g_new0 to allocate MPTSASRequest objectLi Qiang1-1/+1
2016-09-14virtio-scsi: Don't abort when media is ejectedFam Zheng1-6/+9
2016-09-14scsi-disk: Cleaning up around tray open stateFam Zheng1-14/+8
2016-09-14usb-mtp: added object propertiesIsaac Lozano1-0/+177