aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-12-21spapr: export and rename the xics_max_server_number() routineCédric Le Goater
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater
2018-12-21spapr: initialize VSMT before initializing the IRQ backendCédric Le Goater
2018-12-21ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater
2018-12-21ppc/xive: introduce the XiveRouter modelCédric Le Goater
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater
2018-12-21e500: simplify IRQ wiringGreg Kurz
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz
2018-12-21virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych
2018-12-20Clean up includesMarkus Armbruster
2018-12-19Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2018-12-18error: Remove NULL checks on error_propagate() callsMarkus Armbruster
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-12-18qmp: query-current-machine with wakeup-suspend-supportDaniel Henrique Barboza
2018-12-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...Peter Maydell
2018-12-16Merge remote-tracking branch 'remotes/kraxel/tags/usb-20181214-pull-request' ...Peter Maydell
2018-12-14Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2018-12-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20181213'...Peter Maydell
2018-12-14virt: Fix broken indentationEduardo Habkost
2018-12-14hw/sd/sdhci: Don't leak memory region in sdhci_sysbus_realize()Peter Maydell
2018-12-14hw/arm/mps2-tz.c: Free mscname string in make_dma()Peter Maydell
2018-12-14hw/core/loader.c: Remove load_image()Peter Maydell
2018-12-14hw/block/tc58128.c: Don't use load_image()Peter Maydell
2018-12-14hw/i386/multiboot.c: Don't use load_image()Peter Maydell
2018-12-14hw/i386/pc.c: Don't use load_image()Peter Maydell
2018-12-14hw/pci/pci.c: Don't use load_image()Peter Maydell
2018-12-14hw/smbios/smbios.c: Don't use load_image()Peter Maydell
2018-12-14hw/ppc/ppc405_boards: Don't use load_image()Peter Maydell
2018-12-14hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()Peter Maydell
2018-12-14Rename cpu_physical_memory_write_rom() to address_space_write_rom()Peter Maydell
2018-12-14Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-12-1...Peter Maydell
2018-12-14usb-mtp: Limit filename to object information sizeMichael Hanselmann
2018-12-14usb-mtp: use O_NOFOLLOW and O_CLOEXEC.Gerd Hoffmann
2018-12-13target/arm: Introduce arm_hcr_el2_effRichard Henderson
2018-12-13hw/arm: versal: Use IRQs 111 - 118 for virtio-mmioEdgar E. Iglesias
2018-12-13hw/arm: versal: Reduce number of virtio-mmio instancesEdgar E. Iglesias
2018-12-13hw/arm: versal: Remove bogus virtio-mmio creationEdgar E. Iglesias
2018-12-13core/sysbus: remove the SysBusDeviceClass::init pathMao Zhongyi
2018-12-13xen_backend: remove xen_sysdev_init() functionMao Zhongyi
2018-12-13usb/tusb6010: Convert sysbus init function to realize functionMao Zhongyi
2018-12-13timer/puv3_ost: Convert sysbus init function to realize functionMao Zhongyi