aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-06-16spapr_cpu_core: introduce spapr_create_vcpu()Greg Kurz1-28/+45
2018-06-16spapr_cpu_core: add missing rollback on realization pathGreg Kurz1-2/+9
2018-06-16spapr_cpu_core: fix potential leak in spapr_cpu_core_realize()Greg Kurz1-0/+2
2018-06-16spapr_cpu_core: convert last snprintf() to g_strdup_printf()Greg Kurz1-2/+3
2018-06-16pnv: Add cpu unrealize pathDavid Gibson1-0/+21
2018-06-16pnv: Clean up cpu realize pathDavid Gibson1-35/+21
2018-06-16pnv_core: Allocate cpu thread objects individuallyDavid Gibson2-8/+7
2018-06-16pnv: Fix some error handling cpu realize()David Gibson1-5/+2
2018-06-16spapr: Clean up cpu realize/unrealize pathsDavid Gibson1-44/+25
2018-06-16sm501: Do not clear read only bits when writing registersBALATON Zoltan1-6/+9
2018-06-16mos6522: expose mos6522_update_irq() through MOS6522DeviceClassMark Cave-Ayland1-0/+1
2018-06-16mos6522: remove additional interrupt flag filter from mos6522_update_irq()Mark Cave-Ayland1-1/+1
2018-06-16mos6522: only clear the shift register interrupt upon writeMark Cave-Ayland1-1/+1
2018-06-16xics_kvm: fix a build breakCédric Le Goater1-6/+4
2018-06-16mac_newworld: add PMU deviceMark Cave-Ayland6-20/+953
2018-06-16adb: add property to disable direct reg 3 writesMark Cave-Ayland3-28/+41
2018-06-16adb: fix read reg 3 byte orderingMark Cave-Ayland2-4/+4
2018-06-16mac_newworld: wire up programmer switch to NMI handlerMark Cave-Ayland1-0/+13
2018-06-16mac_newworld: add gpios to macio devices with PMU enabledMark Cave-Ayland5-0/+241
2018-06-16mac_newworld: add via machine option to control mac99 VIA/ADB configurationMark Cave-Ayland3-7/+75
2018-06-16ppc: introduce Core99MachinesState for the mac99 machineMark Cave-Ayland2-0/+18
2018-06-16spapr: fix leak in h_client_architecture_support()Greg Kurz1-0/+1
2018-06-16ppc/spapr_caps: Don't disable cap_cfpc on POWER8 by defaultSuraj Jitindar Singh1-5/+1
2018-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell6-32/+0
2018-06-15iommu: Add IOMMU index argument to translate methodPeter Maydell9-9/+12
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell5-8/+17
2018-06-15m25p80: add support for two bytes WRSR for Macronix chipsCédric Le Goater1-0/+1
2018-06-15aspeed_scu: Implement RNG registerJoel Stanley1-0/+20
2018-06-15hw/core/or-irq: Support more than 16 inputs to an OR gatePeter Maydell1-2/+37
2018-06-15arm: Don't crash if user tries to use a Cortex-M CPU without an NVICPeter Maydell2-2/+11
2018-06-15hw/arm/armv7m: Remove unused armv7m_init() functionPeter Maydell1-21/+0
2018-06-15stellaris: Stop using armv7m_init()Peter Maydell1-2/+10
2018-06-15hw/char/parallel: Convert away from old_mmioPeter Maydell1-39/+11
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell1-6/+8
2018-06-15hw/watchdog/wdt_i6300esb: Convert away from old_mmioPeter Maydell1-12/+36
2018-06-15hw/block/pflash_cfi02: Convert away from old_mmioPeter Maydell1-79/+18
2018-06-15hw/m68k/mcf5206: Convert away from old_mmioPeter Maydell1-12/+36
2018-06-15hw/sh/sh7750: Convert away from old_mmioPeter Maydell1-8/+36
2018-06-15hw/arm/mps2-tz: Put ethernet controller behind PPCPeter Maydell1-9/+23
2018-06-15arm_gicv3_kvm: kvm_dist_get/put_priority: skip the registers banked by GICR_I...Shannon Zhao1-2/+16
2018-06-15block: Remove deprecated -drive option serialKevin Wolf6-18/+0
2018-06-15block: Remove deprecated -drive geometry optionsKevin Wolf1-14/+0
2018-06-15e1000e: Do not auto-clear ICR bits which aren't set in EIACJan Kiszka1-4/+0
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster3-8/+8
2018-06-12Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180612-pull-request' ...Peter Maydell15-16/+25
2018-06-12Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180612' into...Peter Maydell15-184/+176
2018-06-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-20/+19
2018-06-12usb-mtp: Return error on suspicious TYPE_DATA packet from initiatorBandan Das1-0/+5
2018-06-12usb-ccid: fix bus leakMarc-André Lureau1-0/+1
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau11-13/+13