aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into...Peter Maydell12-141/+154
2020-01-10Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-semihosti...Peter Maydell2-0/+88
2020-01-09semihosting: add qemu_semihosting_console_inc for SYS_READCKeith Packard1-0/+79
2020-01-09hw/i386/x86-iommu: Add missing stubsPhilippe Mathieu-Daudé1-0/+9
2020-01-08ppc/pnv: fix check on return value of blk_getlength()Cédric Le Goater1-1/+1
2020-01-08ppc/pnv: check return value of blk_pwrite()Cédric Le Goater1-2/+6
2020-01-08pnv/psi: Consolidate some duplicated code in pnv_psi_realize()Greg Kurz1-7/+12
2020-01-08pnv/psi: Add device reset hookGreg Kurz1-4/+11
2020-01-08pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptrGreg Kurz2-20/+2
2020-01-08spapr/xive: Deduce the SpaprXive pointer from XiveTCTX::xptrGreg Kurz1-5/+4
2020-01-08xive: Add a "presenter" link property to the TCTX objectCédric Le Goater3-3/+8
2020-01-08ppc/pnv: Add a "pnor" const link property to the BMC internal simulatorGreg Kurz2-4/+6
2020-01-08ppc/pnv: Add an "nr-threads" property to the base chip classGreg Kurz1-3/+5
2020-01-08xive: Use the XIVE fabric link under the XIVE routerGreg Kurz1-3/+11
2020-01-08spapr, pnv, xive: Add a "xive-fabric" link to the XIVE routerGreg Kurz3-0/+16
2020-01-08pnv/xive: Use device_class_set_parent_realize()Greg Kurz1-0/+10
2020-01-08ppc/pnv: Introduce a "xics" property under the POWER8 chipCédric Le Goater1-5/+19
2020-01-08ppc/pnv: Introduce a "xics" property alias under the PSI modelCédric Le Goater2-11/+4
2020-01-08spapr/xive: remove redundant check in spapr_match_nvt()Cédric Le Goater1-4/+4
2020-01-08ppc/pnv: Drop "num-chips" machine propertyGreg Kurz1-50/+12
2020-01-08ppc440_bamboo.c: remove label from bamboo_load_device_tree()Daniel Henrique Barboza1-6/+2
2020-01-08spapr.c: remove 'out' label in spapr_dt_cas_updates()Daniel Henrique Barboza1-6/+3
2020-01-08spapr/xive: Use device_class_set_parent_realize()Greg Kurz1-1/+11
2020-01-08mos6522: remove anh registerLaurent Vivier1-8/+8
2020-01-08ppc/pnv: Modify the powerdown notifier to get the PowerNV machineCédric Le Goater1-1/+1
2020-01-08ppc/spapr: Support reboot of secure pseries guestBharata B Rao1-0/+1
2020-01-07Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...Peter Maydell35-308/+383
2020-01-07Merge remote-tracking branch 'remotes/vivier/tags/q800-for-5.0-pull-request' ...Peter Maydell3-84/+309
2020-01-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell24-78/+927
2020-01-07qdev/qom: remove some TODO limitations now that PROP_PTR is goneMarc-André Lureau1-8/+0
2020-01-07qdev: remove QDEV_PROP_PTRMarc-André Lureau1-18/+0
2020-01-07omap-gpio: remove PROP_PTRMarc-André Lureau3-34/+23
2020-01-07omap-i2c: remove PROP_PTRMarc-André Lureau3-12/+17
2020-01-07omap-intc: remove PROP_PTRMarc-André Lureau3-11/+14
2020-01-07smbus-eeprom: remove PROP_PTRMarc-André Lureau1-9/+9
2020-01-07cris: improve passing PIC interrupt vector to the CPUMarc-André Lureau2-29/+1
2020-01-07mips/cps: fix setting saar propertyMarc-André Lureau1-1/+1
2020-01-07qdev: use g_strcmp0() instead of open-coding itMarc-André Lureau1-5/+2
2020-01-07leon3: use qdev gpio facilities for the PILMarc-André Lureau1-2/+4
2020-01-07leon3: use qemu_irq framework instead of callback as propertyMarc-André Lureau2-35/+13
2020-01-07dp8393x: replace PROP_PTR with PROP_LINKMarc-André Lureau3-6/+7
2020-01-07etraxfs: remove PROP_PTR usageMarc-André Lureau1-11/+33
2020-01-07lance: replace PROP_PTR with PROP_LINKMarc-André Lureau4-6/+5
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau3-13/+9
2020-01-07sm501: make SerialMM a child, export chardev propertyMarc-André Lureau2-9/+22
2020-01-07mips: use sysbus_mmio_get_region() instead of internal fieldsMarc-André Lureau2-1/+3
2020-01-07mips: use sysbus_add_io()Marc-André Lureau1-2/+1
2020-01-07mips: baudbase is 115200 by defaultMarc-André Lureau1-1/+0
2020-01-07mips: inline serial_init()Marc-André Lureau2-19/+12
2020-01-07serial: make SerialIO a sysbus deviceMarc-André Lureau1-11/+53