aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-21ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater2-2/+2
2018-06-21ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater1-0/+1
2018-06-19Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...Peter Maydell1-0/+12
2018-06-18hw/display: add standalone ramfb deviceGerd Hoffmann1-0/+3
2018-06-18hw/display: add ramfb, a simple boot framebuffer living in guest ramGerd Hoffmann1-0/+9
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson1-0/+11
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson1-1/+1
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland1-0/+1
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland2-0/+239
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland1-0/+1
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland2-0/+50
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland2-0/+3
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell1-1/+4
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell1-6/+2
2018-06-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180612' into...Peter Maydell5-17/+20
2018-06-12ppc/pnv: fix LPC HC firmware address spaceCédric Le Goater1-0/+1
2018-06-12mos6522: move timer frequency initialisation to mos6522_resetMark Cave-Ayland1-1/+1
2018-06-12cuda: embed mos6522_cuda device directly rather than using QOM object linkMark Cave-Ayland2-15/+14
2018-06-12ppc: add missing FW_CFG_PPC_NVRAM_FLAT definitionMark Cave-Ayland1-0/+1
2018-06-12uninorth: remove token register from uninorth deviceMark Cave-Ayland1-1/+3
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler2-2/+3
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini1-0/+2
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini1-1/+1
2018-06-08sdcard: Reflect when the Spec v3 is supported in the Config Register (SCR)Philippe Mathieu-Daudé1-0/+1
2018-06-08sdcard: Add a 'spec_version' property, default to Spec v2.00Philippe Mathieu-Daudé1-0/+5
2018-06-08ftgmac100: compute maximum frame size depending on the protocolCédric Le Goater1-1/+6
2018-06-08misc: add pca9552 LED blinker modelCédric Le Goater2-0/+64
2018-06-08smbus: add a smbus_eeprom_init_one() routineCédric Le Goater1-0/+1
2018-06-08arm_gicv3_kvm: kvm_dist_get/put: skip the registers banked by GICRShannon Zhao1-0/+1
2018-06-05vfio: remove DPRINTF() definition from vfio-common.hTiwei Bie1-9/+0
2018-06-04Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180604' i...Peter Maydell1-1/+6
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-1/+42
2018-06-04migration: introduce decompress-error-checkXiao Guangrong1-1/+6
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell15-34/+14
2018-06-01vhost-blk: turn on pre-defined RO feature bitChangpeng Liu1-1/+0
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler2-0/+6
2018-06-01qdev: Remove DeviceClass::init() and ::exit()Philippe Mathieu-Daudé1-16/+4
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé1-3/+0
2018-06-01hw/i2c/smbus: Use DeviceClass::realize instead of SMBusDeviceClass::initPhilippe Mathieu-Daudé1-1/+0
2018-06-01virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson1-0/+6
2018-06-01hw: Clean "hw/devices.h" includesPhilippe Mathieu-Daudé1-5/+2
2018-06-01hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé1-0/+2
2018-06-01hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé8-8/+0
2018-05-31xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pagesPaul Durrant1-0/+16
2018-05-31vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé1-1/+0
2018-05-24vhost-user: support registering external host notifiersTiwei Bie1-0/+8
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie3-0/+24
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie1-0/+4