summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-09-059pfs: local: clarify fchmodat_nofollow() implementationGreg Kurz1-4/+8
2017-09-059pfs: avoid sign conversion error simplifying the codePhilippe Mathieu-Daudé1-4/+2
2017-09-04apb: add busA qdev property to PBM PCI bridgeMark Cave-Ayland1-7/+37
2017-09-04apb: fix endianness for APB and PCI config accessesMark Cave-Ayland1-4/+2
2017-09-04apb: fix up PCI bus nomenclatureMark Cave-Ayland2-11/+9
2017-09-04sun4u: expose fw_cfg and NVRAM on ebus PCI IO address spaceMark Cave-Ayland1-5/+4
2017-09-04sun4u: switch to using qdev to instantiate fw_cfg interfaceMark Cave-Ayland1-1/+9
2017-09-04sun4u: pass PCIDevice into pci_ebus_init() instead of PCIBusMark Cave-Ayland1-4/+4
2017-09-04arm_gicv3_kvm: Fix compile warningPranith Kumar1-1/+1
2017-09-04hw/arm/digic: Mark device with user_creatable = falseThomas Huth1-0/+2
2017-09-04hw/arm/aspeed_soc: Mark devices as user_creatable = falseThomas Huth1-0/+2
2017-09-04aspeed_soc: Propagate silicon-rev to watchdogAndrew Jeffery1-0/+2
2017-09-04watchdog: wdt_aspeed: Add support for the reset width registerAndrew Jeffery1-11/+82
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones1-6/+3
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones1-1/+2
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones1-2/+9
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones1-0/+3
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé6-18/+27
2017-09-04nvic: Implement "user accesses BusFault" SCS region behaviourPeter Maydell1-17/+41
2017-09-04armv7m_nvic.h: Move from include/hw/arm to include/hw/intcPeter Maydell1-1/+1
2017-09-04target/arm: Don't store M profile PRIMASK and FAULTMASK in daifPeter Maydell1-2/+2
2017-09-04hw/intc/armv7m_nvic.c: Remove out of date commentPeter Maydell1-4/+0
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell4-13/+16
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau1-5/+5
2017-09-04qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup()Markus Armbruster1-2/+5
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster3-6/+6
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov7-8/+12
2017-09-01unicore32: replace uc32_cpu_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-01openrisc: replace cpu_openrisc_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-01moxie: replace cpu_moxie_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-01lm32: replace cpu_lm32_init() with cpu_generic_init()Igor Mammedov2-3/+3
2017-09-01cris: replace cpu_cris_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov5-6/+6
2017-09-01sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov2-2/+2
2017-09-01tricore: replace cpu_tricore_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-01xtensa: replace cpu_xtensa_init() with cpu_generic_init()Igor Mammedov2-2/+2
2017-09-01nios2: replace cpu_nios2_init() with cpu_generic_init()Igor Mammedov1-1/+1
2017-09-01m68k: replace cpu_m68k_init() with cpu_generic_init()Igor Mammedov2-2/+2
2017-09-01alpha: replace cpu_alpha_init() with cpu_generic_init()Igor Mammedov1-2/+6
2017-09-01sparc: replace cpu_sparc_init() with cpu_generic_init()Igor Mammedov3-3/+3
2017-08-31Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...Peter Maydell12-23/+21
2017-08-31Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+2
2017-08-31eepro100: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-08-31i386: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-08-31msix: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-08-31usb-hub: use DIV_ROUND_UPMarc-André Lureau1-4/+4
2017-08-31q35: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31piix: use DIV_ROUND_UPMarc-André Lureau1-1/+1
2017-08-31virtio-serial: use DIV_ROUND_UPMarc-André Lureau1-4/+4
2017-08-31virtio-gpu: use DIV_ROUND_UPMarc-André Lureau1-2/+2