aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-02-17hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth1-2/+13
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson1-1/+6
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson1-7/+0
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson1-74/+56
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson1-10/+14
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson1-45/+41
2016-02-17hw: fix some debug message format stringsAlyssa Milburn2-4/+6
2016-02-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-9/+11
2016-02-16ipmi: sensor number should not exceed MAX_SENSORSCédric Le Goater1-8/+8
2016-02-16mptsas: fix wrong formulaPaolo Bonzini1-1/+1
2016-02-16mptsas: fix memory leakPaolo Bonzini1-0/+1
2016-02-16mptsas: add missing va_endPaolo Bonzini1-0/+1
2016-02-16all: Clean up includesPeter Maydell7-0/+7
2016-02-16hw/block/nand.c: Include osdep.h firstPeter Maydell1-2/+3
2016-02-12Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2016-02-12' into s...Peter Maydell3-13/+2
2016-02-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell6-22/+30
2016-02-11Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell5-153/+214
2016-02-11Adds keycode 86 to the hid_usage_keys translation table.Daniel Serpell1-1/+1
2016-02-11s390x: remove s390-zipl.romMichael Tokarev2-2/+1
2016-02-11Passthru CCID card: QOMifyCao jin1-6/+8
2016-02-11Emulated CCID card: QOMifyCao jin1-10/+13
2016-02-11ES1370: QOMifyCao jin1-3/+7
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren4-2/+8
2016-02-11hw/arm/virt: fix max-cpus checkAndrew Jones1-5/+5
2016-02-11sd: limit 'req.cmd' while using as an array indexPrasad J Pandit1-2/+5
2016-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow1-19/+20
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow1-8/+13
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow1-10/+18
2016-02-10ahci: Do not unmap NULL addressesJohn Snow1-0/+8
2016-02-10fdc: always compile-check debug printsJohn Snow1-7/+8
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow1-10/+17
2016-02-10ide: Add silent DRQ cancellationJohn Snow1-3/+18
2016-02-10ide: replace blk_drain_all by blk_drainJohn Snow1-1/+1
2016-02-10ide: move buffered DMA cancel to coreJohn Snow3-35/+47
2016-02-10ide: code motionJohn Snow1-58/+58
2016-02-10ide: Prohibit RESET on IDE drivesJohn Snow1-3/+7
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell1-7/+0
2016-02-10xen: drop XenXC and associated interface wrappersIan Campbell1-2/+2
2016-02-10xen: drop support for Xen 4.1 and older.Ian Campbell1-4/+0
2016-02-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell10-15/+3909
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into...Peter Maydell4-24/+4
2016-02-09ipmi_bmc_sim: Add break to correct watchdog NMI checkCorey Minyard1-0/+2
2016-02-09ipmi_bmc_sim: Fix off by one in check.Corey Minyard1-1/+1
2016-02-09ipmi: do not take/drop iothread lockPaolo Bonzini1-2/+0
2016-02-09hw: Add support for LSI SAS1068 (mptsas) devicePaolo Bonzini6-0/+3803
2016-02-09scsi-generic: grab device and port SAS addresses from backendPaolo Bonzini2-0/+93
2016-02-09scsi: push WWN fields up to SCSIDevicePaolo Bonzini1-12/+10
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake1-5/+1
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake3-8/+6
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake18-171/+166