aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2015-03-10m68k: Use cpu_m68k_init()Eduardo Habkost
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-10scsi-hd: fix property unset caseEkaterina Tumanova
2015-03-10virtio-blk: Remove the stale FIXME commentFam Zheng
2015-03-10ahci: Recompute cur_cmd on migrate post loadJohn Snow
2015-03-10ahci: add support for restarting non-queued commandsPaolo Bonzini
2015-03-10ahci: Migrate IDEStatusJohn Snow
2015-03-10ide: support PIO restart for the ISA controllerPaolo Bonzini
2015-03-10ide: make more functions staticPaolo Bonzini
2015-03-10ide: commonize io_buffer_index initializationPaolo Bonzini
2015-03-10ide: migrate initial request state via IDEBusPaolo Bonzini
2015-03-10ide: place initial state of the current request to IDEBusPaolo Bonzini
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini
2015-03-10ide: remove restart_cb callbackPaolo Bonzini
2015-03-10ide: move restart callback to common codePaolo Bonzini
2015-03-10ide: pass IDEBus to the restart_cbPaolo Bonzini
2015-03-10ide: do not use BMDMA in restart callbackPaolo Bonzini
2015-03-10ide: introduce ide_register_restart_cbPaolo Bonzini
2015-03-10ide: prepare to move restart to common codePaolo Bonzini
2015-03-10ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova
2015-03-10virtio-blk: Check return value of blk_aio_ioctlFam Zheng
2015-03-109pfs: remove useless returnMichael Tokarev
2015-03-10milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warningRadim Krčmář
2015-03-10fix GCC 5.0.0 logical-not-parentheses warningsRadim Krčmář
2015-03-10vhost_net: Add missing 'static' attributeStefan Weil
2015-03-10e500: fix memory leakMichael Tokarev
2015-03-10sysbus: fix memory leakGonglei
2015-03-10milkymist.c: fix memory leakGonglei
2015-03-10macio: fix possible memory leakGonglei
2015-03-10sparc/leon3.c: fix memory leakGonglei
2015-03-10vhost: Remove superfluous '\n' around error_report()Gonglei
2015-03-10arm/digic_boards: Remove superfluous '\n' around error_report()Gonglei
2015-03-10tpm: Remove superfluous '\n' around error_report()Gonglei
2015-03-10xtensa: Remove superfluous '\n' around error_report()Gonglei
2015-03-10vfio: Remove superfluous '\n' around error_report()Gonglei
2015-03-10vhost-scsi: Remove superfluous '\n' around error_report()Gonglei
2015-03-10Remove superfluous '\n' around error_report()Gonglei
2015-03-10pl330.c: remove superfluous '\n' around error_setgGonglei
2015-03-10a9gtimer: remove superfluous '\n' around error_setgGonglei
2015-03-10block: remove superfluous '\n' around error_report/error_setgGonglei
2015-03-10xilinx_ethlite: Clean up after commit 2f991adMarkus Armbruster
2015-03-10xen-pt: fix Out-of-bounds readGonglei
2015-03-10xen-pt: fix Negative array index readGonglei
2015-03-09sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan
2015-03-09sPAPR: Implement EEH RTAS callsGavin Shan
2015-03-09spapr_vio: Convert to realize()Markus Armbruster
2015-03-09openpic: convert to vmstateMark Cave-Ayland
2015-03-09openpic: switch IRQQueue queue from inline to bitmapMark Cave-Ayland
2015-03-09openpic: fix up loadvm under -M mac99Mark Cave-Ayland