aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-26spapr: add hotplug hooks for PHB hotplugGreg Kurz3-16/+130
2019-02-26spapr_pci: add ibm, my-drc-index property for PHB hotplugMichael Roth1-0/+9
2019-02-26spapr_pci: provide node start offset via spapr_populate_pci_dt()Michael Roth2-2/+5
2019-02-26spapr_events: add support for phb hotplug eventsMichael Roth1-0/+3
2019-02-26spapr: populate PHB DRC entries for root DT nodeNathan Fontenot1-0/+8
2019-02-26spapr: create DR connectors for PHBsMichael Roth2-0/+30
2019-02-26spapr_pci: add PHB unrealizeGreg Kurz1-4/+82
2019-02-26spapr_irq: Expose the phandle of the interrupt controllerGreg Kurz1-0/+21
2019-02-26spapr: Expose the name of the interrupt controller nodeGreg Kurz3-7/+25
2019-02-26xics: Write source state to KVM at claim timeGreg Kurz2-31/+47
2019-02-26spapr/drc: Drop spapr_drc_attach() fdt argumentGreg Kurz3-15/+4
2019-02-26spapr/pci: Generate FDT fragment at configure connector timeGreg Kurz2-7/+13
2019-02-26spapr: Generate FDT fragment for CPUs at configure connector timeGreg Kurz2-29/+24
2019-02-26spapr: Generate FDT fragment for LMBs at configure connector timeGreg Kurz2-15/+19
2019-02-26spapr_drc: Allow FDT fragment to be added laterGreg Kurz1-5/+31
2019-02-26target/ppc: Rename PATB/PATBE -> PATEBenjamin Herrenschmidt2-19/+27
2019-02-26target/ppc: Fix ordering of hash MMU accessesBenjamin Herrenschmidt1-2/+19
2019-02-26target/ppc/spapr: Set LPCR:HR when using Radix modeBenjamin Herrenschmidt3-42/+51
2019-02-26spapr: support memory unplug for qtestDavid Hildenbrand1-0/+6
2019-02-26ppc: add host-serial and host-model machine attributes (CVE-2019-8934)Prasad J Pandit1-6/+70
2019-02-26target/ppc: Add POWER9 external interrupt modelBenjamin Herrenschmidt3-0/+48
2019-02-26target/ppc: Rename "in_pm_state" to "resume_as_sreset"Benjamin Herrenschmidt1-1/+1
2019-02-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell6-60/+266
2019-02-25virtio-blk: Increase in_flight for request restart BHKevin Wolf1-0/+4
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190222-pull-request' ...Peter Maydell3-30/+69
2019-02-25Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190222-pull-request' i...Peter Maydell1-1/+13