aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-03-05virtio-net: Allow qemu_announce_self to trigger virtio announcementsDr. David Alan Gilbert2-3/+33
2019-03-05virtio-net: Switch to using announce timerDr. David Alan Gilbert2-13/+28
2019-03-04Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2019-02-25-1...Peter Maydell2-13/+21
2019-03-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190304' into stagingPeter Maydell2-2/+12
2019-03-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-111/+227
2019-03-04s390x/vfio-ap: Implement hot plug/unplug of vfio-ap deviceTony Krowiak2-2/+12
2019-03-01Merge remote-tracking branch 'remotes/cminyard/tags/i2c-for-release-20190228'...Peter Maydell36-527/+645
2019-03-01Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190228' into st...Peter Maydell2-19/+26
2019-03-01Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-02-2...Peter Maydell1-1/+29
2019-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190228-...Peter Maydell5-41/+543
2019-02-28xen-block: stop leaking memory in xen_block_drive_create()Paul Durrant1-7/+9
2019-02-28xen-block: report error condition from vbd_name_to_disk()Paul Durrant1-6/+15
2019-02-28xen-block: remove redundant assignmentPaul Durrant1-2/+1
2019-02-28dataplane/xen-block: remove dead codePaul Durrant1-4/+1
2019-02-28hw/m68k/mcf5208: Support loading of bios imagesThomas Huth1-1/+29
2019-02-28hw/arm/armsse: Unify init-svtor and cpuwait handlingPeter Maydell2-30/+39
2019-02-28hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR*Peter Maydell1-4/+37
2019-02-28hw/arm/iotkit-sysctl: Add SSE-200 registersPeter Maydell2-5/+242
2019-02-28hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register namePeter Maydell1-8/+8
2019-02-28hw/arm/armsse: Wire up the MHUsPeter Maydell1-8/+28
2019-02-28hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling UnitPeter Maydell3-0/+203
2019-02-28Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190226' into...Peter Maydell16-211/+683
2019-02-27i2c: Verify that the count passed in to smbus_eeprom_init() is validCorey Minyard1-0/+2
2019-02-27i2c:smbus_eeprom: Add a reset function to smbus_eepromCorey Minyard1-1/+17
2019-02-27i2c:smbus_eeprom: Add vmstate handling to the smbus eepromCorey Minyard1-2/+32
2019-02-27i2c:smbus_eeprom: Add a size constant for the smbus_eeprom sizeCorey Minyard1-3/+7
2019-02-27i2c:smbus_eeprom: Add normal type name and cast to smbus_eeprom.cCorey Minyard1-5/+10
2019-02-27i2c:smbus_slave: Add an SMBus vmstate structureCorey Minyard1-0/+18
2019-02-27i2c:pm_smbus: Fix state transferCorey Minyard3-1/+47
2019-02-27i2c:pm_smbus: Fix pm_smbus handling of I2C block readCorey Minyard1-19/+67
2019-02-27boards.h: Ignore migration for SMBus devices on older machinesCorey Minyard2-0/+2
2019-02-27i2c:smbus: Make white space in switch statements consistentCorey Minyard2-0/+10
2019-02-27i2c:smbus_eeprom: Get rid of the quick commandCorey Minyard1-8/+0
2019-02-27i2c:smbus: Simplify read handlingCorey Minyard2-26/+3
2019-02-27i2c:smbus: Simplify write operationCorey Minyard2-51/+21
2019-02-27i2c:smbus: Correct the working of quick commandsCorey Minyard1-16/+19
2019-02-27i2c: Don't check return value from i2c_recv()Corey Minyard3-24/+5
2019-02-27arm:i2c: Don't mask return from i2c_recv()Corey Minyard1-1/+1
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard18-40/+34
2019-02-27i2c: Split smbus into partsCorey Minyard13-160/+180
2019-02-26Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+4
2019-02-26hw/usb: switch MTP to use new inotify APIsDaniel P. Berrangé2-165/+111
2019-02-26hw/usb: fix const-ness for string params in MTP driverDaniel P. Berrangé1-4/+4
2019-02-26hw/usb: don't set IN_ISDIR for inotify watch in MTP driverDaniel P. Berrangé1-2/+1
2019-02-26ppc/pnv: use IEC binary prefixes to represent sizesMurilo Opsfelder Araujo1-2/+2
2019-02-26ppc/pnv: add INITRD_MAX_SIZE constantMurilo Opsfelder Araujo1-1/+2
2019-02-26ppc/pnv: increase kernel size limit to 256MiBMurilo Opsfelder Araujo1-1/+2
2019-02-26hw/ppc: Use object_initialize_child for correct reference countingThomas Huth4-17/+16
2019-02-26ppc/xive: xive does not have a POWER7 interrupt modelCédric Le Goater1-3/+0
2019-02-26spapr: enable PHB hotplug for default pseries machine typeMichael Roth1-0/+2