summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi1-0/+10
2017-01-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-29/+79
2017-01-05Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell4-63/+97
2017-01-05Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170103-1' into s...Peter Maydell2-7/+30
2017-01-03virtio: disable virtqueue notifications during pollingStefan Hajnoczi1-0/+18
2017-01-03virtio: turn vq->notification into a nested counterStefan Hajnoczi1-6/+12
2017-01-03virtio-scsi: suppress virtqueue kick during processingStefan Hajnoczi1-15/+21
2017-01-03virtio-blk: suppress virtqueue kick during processingStefan Hajnoczi1-6/+12
2017-01-03virtio: poll virtqueues for new buffersStefan Hajnoczi1-1/+15
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi1-2/+2
2017-01-039pfs: fix P9_NOTAG and P9_NOFID macrosGreg Kurz1-2/+2
2017-01-039pfs: fix crash when fsdev is missingGreg Kurz1-1/+1
2017-01-039pfs: introduce init_out/in_iov_from_pduStefano Stabellini3-13/+27
2017-01-039pfs: call v9fs_init_qiov_from_pdu before v9fs_packStefano Stabellini1-29/+30
2017-01-039pfs: introduce transport specific callbacksStefano Stabellini4-20/+40
2017-01-039pfs: move pdus to V9fsStateStefano Stabellini3-5/+4
2017-01-03virtio-gpu: fix memory leak in resource attach backingLi Qiang1-0/+5
2017-01-03virtio-gpu-3d: fix memory leak in resource attach backingLi Qiang1-2/+5
2017-01-03virtio-gpu: call cleanup mapping function in resource destroyLi Qiang1-0/+3
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva5-28/+5
2016-12-27hw/arm: remove trailing whitespaceAlastair D'Silva1-1/+1
2016-12-27aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater2-4/+10
2016-12-27aspeed/smc: improve segment register supportCédric Le Goater1-8/+9
2016-12-27aspeed/scu: fix SCU region sizeCédric Le Goater1-1/+1
2016-12-27aspeed: change SoC revision of the palmetto-bmc machineCédric Le Goater1-1/+1
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater3-0/+15
2016-12-27aspeed: add a memory region for SRAMCédric Le Goater1-9/+43
2016-12-27aspeed: add support for the romulus-bmc boardCédric Le Goater1-0/+44
2016-12-27aspeed: extend the board configuration with flash modelsCédric Le Goater1-4/+16
2016-12-27aspeed: attach the second SPI controller object to the SoCCédric Le Goater1-1/+1
2016-12-27aspeed: remove cannot_destroy_with_object_finalize_yetCédric Le Goater1-6/+0
2016-12-27aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater1-3/+14
2016-12-27m25p80: add support for the mx66l1g45gCédric Le Goater1-0/+1
2016-12-27hw/arm/virt: add 2.9 machine typePeter Maydell1-2/+17
2016-12-27hw/intc/arm_gicv3: Don't signal Pending+Active interrupts to CPUPeter Maydell1-0/+5
2016-12-27hw/intc/arm_gicv3: Remove incorrect usage of fieldoffsetPeter Maydell1-7/+6
2016-12-27hw/intc/arm_gicv3_common: fix aff3 in typerAndrew Jones1-1/+2
2016-12-27cadence_uart: Check if receiver timeout counter is disabledAndrew Gacek1-3/+4
2016-12-27cadence_uart: Check baud rate generator and divider values on migrationAlistair Francis1-0/+7
2016-12-22kvmclock: reduce kvmclock difference on migrationMarcelo Tosatti1-15/+127
2016-12-22scsi-disk: fix VERIFY for scsi-blockPaolo Bonzini1-1/+8
2016-12-22hw/block/pflash_cfi*.c: fix confusing assert fail messageZiyue Yang2-0/+26
2016-12-22multiboot: copy the cmdline verbatim, unescape module stringsVlad Lungu1-10/+10
2016-12-22pc: make pit configurableChao Peng3-3/+23
2016-12-22pc: make sata configurableChao Peng2-15/+38
2016-12-22pc: make smbus configurableChao Peng2-5/+25
2016-12-22virtio-scsi: introduce virtio_scsi_acquire/releasePaolo Bonzini1-9/+18
2016-12-22watchdog: 6300esb: add exit functionLi Qiang1-0/+9
2016-12-20Move target-* CPU file into a target/ folderThomas Huth14-16/+16
2016-12-20virtio-gpu: track and limit host memory allocationsGerd Hoffmann1-4/+12