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