aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-06-16target/ppc, spapr: Move VPA information to machine_dataDavid Gibson
2018-06-16ppc/pnv: introduce a pnv_chip_core_realize() routineCédric Le Goater
2018-06-16spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz
2018-06-16spapr_cpu_core: add missing rollback on realization pathGreg Kurz
2018-06-16spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz
2018-06-16spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz
2018-06-16pnv: Add cpu unrealize pathDavid Gibson
2018-06-16pnv: Clean up cpu realize pathDavid Gibson
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson
2018-06-16pnv: Fix some error handling cpu realize()David Gibson
2018-06-16spapr: Clean up cpu realize/unrealize pathsDavid Gibson
2018-06-16sm501: Do not clear read only bits when writing registersBALATON Zoltan
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland
2018-06-16mos6522: remove additional interrupt flag filter from mos6522_update_irq()Mark Cave-Ayland
2018-06-16mos6522: only clear the shift register interrupt upon writeMark Cave-Ayland
2018-06-16xics_kvm: fix a build breakCédric Le Goater
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland
2018-06-16adb: fix read reg 3 byte orderingMark Cave-Ayland
2018-06-16mac_newworld: wire up programmer switch to NMI handlerMark Cave-Ayland
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland
2018-06-16ppc: introduce Core99MachinesState for the mac99 machineMark Cave-Ayland
2018-06-16spapr: fix leak in h_client_architecture_support()Greg Kurz
2018-06-16ppc/spapr_caps: Don't disable cap_cfpc on POWER8 by defaultSuraj Jitindar Singh
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-15m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater
2018-06-15aspeed_scu: Implement RNG registerJoel Stanley
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell
2018-06-15stellaris: Stop using armv7m_init()Peter Maydell
2018-06-15hw/char/parallel: Convert away from old_mmioPeter Maydell
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell
2018-06-15hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell
2018-06-15hw/block/pflash_cfi02: Convert away from old_mmioPeter Maydell
2018-06-15hw/m68k/mcf5206: Convert away from old_mmioPeter Maydell
2018-06-15hw/sh/sh7750: Convert away from old_mmioPeter Maydell
2018-06-15hw/arm/mps2-tz: Put ethernet controller behind PPCPeter Maydell
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-15block: Remove deprecated -drive geometry optionsKevin Wolf
2018-06-15e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-12Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell
2018-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180612' into...Peter Maydell
2018-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-12usb-mtp: Return error on suspicious TYPE_DATA packet from initiatorBandan Das